Allow to extract values from enum types at AbstractPropertySourceIterator::getValue()
#1107
Annotations
10 errors
src/Formatter/IterableFormatter.php#L35
src/Formatter/IterableFormatter.php:35:86: InvalidArgument: Argument 2 of array_map expects array<array-key, mixed>, but iterable<mixed, mixed> provided (see https://psalm.dev/004)
|
src/Formatter/IterableFormatter.php#L35
src/Formatter/IterableFormatter.php:35:86: InvalidArrayAccess: Cannot access array value on non-array variable $value of type iterable<mixed, mixed> (see https://psalm.dev/005)
|
src/Writer/CsvWriter.php#L103
src/Writer/CsvWriter.php:103:33: TooManyArguments: Too many arguments for method Sonata\Exporter\Formatter\FormatterInterface::format - saw 2 (see https://psalm.dev/026)
|
src/Writer/FormattedBoolWriter.php#L21
src/Writer/FormattedBoolWriter.php:21:13: UnimplementedInterfaceMethod: Method addformatter is not defined on class Sonata\Exporter\Writer\FormattedBoolWriter (see https://psalm.dev/044)
|
src/Writer/GsaFeedWriter.php#L21
src/Writer/GsaFeedWriter.php:21:13: UnimplementedInterfaceMethod: Method addformatter is not defined on class Sonata\Exporter\Writer\GsaFeedWriter (see https://psalm.dev/044)
|
src/Writer/InMemoryWriter.php#L16
src/Writer/InMemoryWriter.php:16:13: UnimplementedInterfaceMethod: Method addformatter is not defined on class Sonata\Exporter\Writer\InMemoryWriter (see https://psalm.dev/044)
|
src/Writer/SitemapWriter.php#L19
src/Writer/SitemapWriter.php:19:13: UnimplementedInterfaceMethod: Method addformatter is not defined on class Sonata\Exporter\Writer\SitemapWriter (see https://psalm.dev/044)
|
src/Writer/XlsxWriter.php#L28
src/Writer/XlsxWriter.php:28:13: UnimplementedInterfaceMethod: Method addformatter is not defined on class Sonata\Exporter\Writer\XlsxWriter (see https://psalm.dev/044)
|
src/Writer/XmlExcelWriter.php#L21
src/Writer/XmlExcelWriter.php:21:13: UnimplementedInterfaceMethod: Method addformatter is not defined on class Sonata\Exporter\Writer\XmlExcelWriter (see https://psalm.dev/044)
|
tests/Source/AbstractPropertySourceIteratorTest.php#L38
tests/Source/AbstractPropertySourceIteratorTest.php:38:24: InvalidReturnStatement: The inferred type 'null|object|scalar' does not match the declared return type 'null|scalar' for _home_runner_work_exporter_exporter_tests_Source_AbstractPropertySourceIteratorTest_php_29_859::getValue (see https://psalm.dev/128)
|
The logs for this run have expired and are no longer available.
Loading