[PoC] Value formatters #1185
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
15 errors
UnusedPsalmSuppress:
src/Bridge/Symfony/DependencyInjection/Configuration.php#L28
src/Bridge/Symfony/DependencyInjection/Configuration.php:28:24: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
|
DeprecatedProperty:
src/Source/AbstractPropertySourceIterator.php#L81
src/Source/AbstractPropertySourceIterator.php:81:13: DeprecatedProperty: Sonata\Exporter\Source\AbstractPropertySourceIterator::$dateTimeFormat is marked deprecated (see https://psalm.dev/099)
|
DeprecatedProperty:
src/Source/AbstractPropertySourceIterator.php#L94
src/Source/AbstractPropertySourceIterator.php:94:13: DeprecatedProperty: Sonata\Exporter\Source\AbstractPropertySourceIterator::$useBackedEnumValue is marked deprecated (see https://psalm.dev/099)
|
DeprecatedProperty:
src/Source/AbstractPropertySourceIterator.php#L132
src/Source/AbstractPropertySourceIterator.php:132:9: DeprecatedProperty: Sonata\Exporter\Source\AbstractPropertySourceIterator::$dateTimeFormat is marked deprecated (see https://psalm.dev/099)
|
DeprecatedProperty:
src/Source/AbstractPropertySourceIterator.php#L140
src/Source/AbstractPropertySourceIterator.php:140:16: DeprecatedProperty: Sonata\Exporter\Source\AbstractPropertySourceIterator::$dateTimeFormat is marked deprecated (see https://psalm.dev/099)
|
DeprecatedProperty:
src/Source/AbstractPropertySourceIterator.php#L148
src/Source/AbstractPropertySourceIterator.php:148:9: DeprecatedProperty: Sonata\Exporter\Source\AbstractPropertySourceIterator::$useBackedEnumValue is marked deprecated (see https://psalm.dev/099)
|
DeprecatedProperty:
src/Source/AbstractPropertySourceIterator.php#L156
src/Source/AbstractPropertySourceIterator.php:156:16: DeprecatedProperty: Sonata\Exporter\Source\AbstractPropertySourceIterator::$useBackedEnumValue is marked deprecated (see https://psalm.dev/099)
|
DeprecatedMethod:
src/Source/AbstractPropertySourceIterator.php#L185
src/Source/AbstractPropertySourceIterator.php:185:45: DeprecatedMethod: The method Sonata\Exporter\Source\AbstractPropertySourceIterator::getValue has been marked as deprecated (see https://psalm.dev/001)
|
InvalidArgument:
src/Source/AbstractPropertySourceIterator.php#L204
src/Source/AbstractPropertySourceIterator.php:204:52: InvalidArgument: Argument 2 of implode expects array<array-key, null|object{__tostring()}|scalar>, but array<array-key, null|object|scalar> provided (see https://psalm.dev/004)
|
DeprecatedMethod:
src/Source/AbstractPropertySourceIterator.php#L204
src/Source/AbstractPropertySourceIterator.php:204:62: DeprecatedMethod: The method Sonata\Exporter\Source\AbstractPropertySourceIterator::getValue has been marked as deprecated (see https://psalm.dev/001)
|
PHPStan:
src/Source/AbstractPropertySourceIterator.php#L204
Parameter #2 $array of function implode expects array<string>, array<bool|float|int|object|string|null> given.
|
PHPStan:
src/Source/AbstractPropertySourceIterator.php#L205
Parameter #2 $array of function implode expects array<string>, array<bool|float|int|object|string|null> given.
|
PHPStan:
src/Writer/XmlWriter.php#L82
Parameter #1 $name of method Sonata\Exporter\Writer\XmlWriter::generateNode() expects string, int|string given.
|
PHPStan:
tests/Source/AbstractPropertySourceIteratorTest.php#L38
Method class@anonymous/tests/Source/AbstractPropertySourceIteratorTest.php:29::getValue() should return bool|float|int|string|null but returns bool|float|int|object|string|null.
|
PHPStan
Process completed with exit code 1.
|