Allow to extract values from enum types at AbstractPropertySourceIterator::getValue()
#1098
Annotations
6 errors
PHPStan:
tests/Source/AbstractPropertySourceIteratorTest.php#L76
Access to constant Hydrogen on an unknown class Sonata\Exporter\Tests\Source\Fixtures\Element.
|
PHPStan:
tests/Source/AbstractPropertySourceIteratorTest.php#L77
Access to constant Diamonds on an unknown class Sonata\Exporter\Tests\Source\Fixtures\Suit.
|
PHPStan
Process completed with exit code 1.
|
UndefinedClass:
tests/Source/AbstractPropertySourceIteratorTest.php#L76
tests/Source/AbstractPropertySourceIteratorTest.php:76:16: UndefinedClass: Class, interface or enum named Sonata\Exporter\Tests\Source\Fixtures\Element does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/Source/AbstractPropertySourceIteratorTest.php#L77
tests/Source/AbstractPropertySourceIteratorTest.php:77:16: UndefinedClass: Class, interface or enum named Sonata\Exporter\Tests\Source\Fixtures\Suit does not exist (see https://psalm.dev/019)
|
Psalm
Process completed with exit code 2.
|