Merge branch '3.3.x' into 4.0.x #295
static-analysis.yml
on: push
Static Analysis with PHPStan
34s
Static Analysis with Psalm
32s
Annotations
9 errors and 3 warnings
MissingTemplateParam:
src/Mapping/Driver/XmlDriver.php#L42
src/Mapping/Driver/XmlDriver.php:42:7: MissingTemplateParam: Doctrine\ORM\Mapping\Driver\XmlDriver has missing template params when extending Doctrine\Persistence\Mapping\Driver\FileDriver, expecting 1 (see https://psalm.dev/182)
|
PossiblyNullReference:
src/Mapping/Driver/XmlDriver.php#L137
src/Mapping/Driver/XmlDriver.php:137:94: PossiblyNullReference: Cannot call method children on possibly null value (see https://psalm.dev/083)
|
PossiblyNullIterator:
src/Mapping/Driver/XmlDriver.php#L148
src/Mapping/Driver/XmlDriver.php:148:30: PossiblyNullIterator: Cannot iterate over nullable var SimpleXMLElement|null (see https://psalm.dev/097)
|
UnusedBaselineEntry:
src/Mapping/Driver/XmlDriver.php#L1
src/Mapping/Driver/XmlDriver.php:0:0: UnusedBaselineEntry: Baseline for issue "InvalidPropertyFetch" has 2 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Mapping/Driver/XmlDriver.php#L1
src/Mapping/Driver/XmlDriver.php:0:0: UnusedBaselineEntry: Baseline for issue "InvalidReturnStatement" has 1 extra entry. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Mapping/Driver/XmlDriver.php#L1
src/Mapping/Driver/XmlDriver.php:0:0: UnusedBaselineEntry: Baseline for issue "InvalidReturnType" has 1 extra entry. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Mapping/Driver/XmlDriver.php#L1
src/Mapping/Driver/XmlDriver.php:0:0: UnusedBaselineEntry: Baseline for issue "NoInterfaceProperties" has 2 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Mapping/Driver/XmlDriver.php#L1
src/Mapping/Driver/XmlDriver.php:0:0: UnusedBaselineEntry: Baseline for issue "TypeDoesNotContainType" has 3 extra entries. (see https://psalm.dev/316)
|
Static Analysis with Psalm
Process completed with exit code 2.
|
Static Analysis with Psalm
The process '/usr/bin/git' failed with exit code 128
|
Static Analysis with PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Analysis with PHPStan
The process '/usr/bin/git' failed with exit code 128
|