Skip to content

Allow to extract values from enum types at AbstractPropertySourceIterator::getValue() #1098

Allow to extract values from enum types at AbstractPropertySourceIterator::getValue()

Allow to extract values from enum types at AbstractPropertySourceIterator::getValue() #1098

Triggered via pull request October 21, 2023 23:44
Status Failure
Total duration 39s
Artifacts

qa.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.