Replaced psalm with phpstan #14
Annotations
10 errors
src/Config.php#L274
Parameter #1 $context of class PHLAK\Config\Config constructor expects array|string|null, mixed given.
|
tests/ArrayTest.php#L11
Method PHLAK\Config\Tests\ArrayTest::test_it_can_initialize_an_array() has no return type specified.
|
tests/ArrayTest.php#L13
Method PHLAK\Config\Tests\ArrayTest::test_it_can_initialize_an_array() throws checked exception PHLAK\Config\Exceptions\InvalidContextException but it's missing from the PHPDoc @throws tag.
|
tests/ArrayTest.php#L19
Method PHLAK\Config\Tests\ArrayTest::test_it_can_initialize_an_array_with_a_prefix() has no return type specified.
|
tests/ArrayTest.php#L21
Method PHLAK\Config\Tests\ArrayTest::test_it_can_initialize_an_array_with_a_prefix() throws checked exception PHLAK\Config\Exceptions\InvalidContextException but it's missing from the PHPDoc @throws tag.
|
tests/ConfigTest.php#L16
Method PHLAK\Config\Tests\ConfigTest::test_it_is_instantiable() throws checked exception PHLAK\Config\Exceptions\InvalidContextException but it's missing from the PHPDoc @throws tag.
|
tests/ConfigTest.php#L21
Method PHLAK\Config\Tests\ConfigTest::test_it_can_set_and_retrieve_an_item() has no return type specified.
|
tests/ConfigTest.php#L23
Method PHLAK\Config\Tests\ConfigTest::test_it_can_set_and_retrieve_an_item() throws checked exception PHLAK\Config\Exceptions\InvalidContextException but it's missing from the PHPDoc @throws tag.
|
tests/ConfigTest.php#L29
Method PHLAK\Config\Tests\ConfigTest::test_it_can_set_and_retrieve_an_item_by_dot_notation() has no return type specified.
|
tests/ConfigTest.php#L31
Method PHLAK\Config\Tests\ConfigTest::test_it_can_set_and_retrieve_an_item_by_dot_notation() throws checked exception PHLAK\Config\Exceptions\InvalidContextException but it's missing from the PHPDoc @throws tag.
|
The logs for this run have expired and are no longer available.
Loading