Update tooling and dependency versions #762
static-analysis.yml
on: pull_request
static-analysis
37s
Annotations
9 errors and 1 warning
NoValue:
src/Analysers/TokenScanner.php#L56
src/Analysers/TokenScanner.php:56:17: NoValue: All possible types for this return were invalidated - This may be dead code (see https://psalm.dev/179)
|
EmptyArrayAccess:
src/Analysers/TokenScanner.php#L56
src/Analysers/TokenScanner.php:56:24: EmptyArrayAccess: Cannot access value on empty array variable $uses (see https://psalm.dev/100)
|
NoValue:
tests/Processors/AugmentSchemasTest.php#L35
tests/Processors/AugmentSchemasTest.php:35:32: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
NoValue:
tests/Processors/AugmentSchemasTest.php#L54
tests/Processors/AugmentSchemasTest.php:54:31: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
NoValue:
tests/Processors/MergeJsonContentTest.php#L35
tests/Processors/MergeJsonContentTest.php:35:31: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
NoValue:
tests/Processors/MergeJsonContentTest.php#L78
tests/Processors/MergeJsonContentTest.php:78:31: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
NoValue:
tests/Processors/MergeXmlContentTest.php#L35
tests/Processors/MergeXmlContentTest.php:35:31: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
NoValue:
tests/Processors/MergeXmlContentTest.php#L76
tests/Processors/MergeXmlContentTest.php:76:31: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
static-analysis
Process completed with exit code 2.
|
static-analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|