Fix "array_rand() - offset might not exists" #22126
phar.yml
on: pull_request
Compiler Tests
1m 53s
Commit PHAR
0s
Matrix: integration-tests / integration-run-phpstan
integration-tests
/
PMMP Tests
1m 28s
Matrix: integration-tests / integration-tests
Checksum PHAR
0s
PHAR Prefix Diff
0s
Matrix: extension-tests / tests-extensions
Matrix: other-tests / Other Tests
integration-tests
/
Integration - Update baselines
0s
Annotations
45 errors
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...
Process completed with exit code 1.
|
|
|
|
|
|
|
|
|
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/Lexer.php#L89
Undefined variable: $undefinedVariable
|
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/BuilderAbstract.php#L173
Access to an undefined property PhpParser\BuilderAbstract::$flags.
|
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/BuilderAbstract.php#L172
Access to an undefined property PhpParser\BuilderAbstract::$flags.
|
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...
Process completed with exit code 1.
|
|
|
|
|
|
|
|
|
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/Lexer.php#L89
Undefined variable: $undefinedVariable
|
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/BuilderAbstract.php#L173
Access to an undefined property PhpParser\BuilderAbstract::$flags.
|
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/BuilderAbstract.php#L172
Access to an undefined property PhpParser\BuilderAbstract::$flags.
|
|
extension-tests / phpstan-mockery (8.5) make tests
Process completed with exit code 2.
|
|
integration-tests / Integration - bladestan/bladestan
Process completed with exit code 1.
|
|
integration-tests / Integration - bladestan/bladestan:
src/TemplateCompiler/Rules/TemplateRulesRegistry.php#L63
Possibly invalid array key type mixed.
|
|
integration-tests / Integration - bladestan/bladestan:
src/TemplateCompiler/PHPStan/FileAnalyserProvider.php#L59
Method Bladestan\TemplateCompiler\PHPStan\FileAnalyserProvider::provide() throws checked exception PHPStan\DependencyInjection\MissingServiceException but it's missing from the PHPDoc `@throws` tag.
|
|
integration-tests / Integration - bladestan/bladestan:
src/NodeAnalyzer/ViewVariableAnalyzer.php#L50
Method Bladestan\NodeAnalyzer\ViewVariableAnalyzer::resolve() throws checked exception ValueError but it's missing from the PHPDoc `@throws` tag.
|
|
integration-tests / Integration - bladestan/bladestan:
src/Compiler/LivewireTagCompiler.php#L116
Dead catch - RuntimeException is never thrown in the try block.
|
|
integration-tests / Integration - doctrine/dbal
Process completed with exit code 1.
|
|
integration-tests / Integration - doctrine/dbal:
src/Schema/AbstractSchemaManager.php#L738
Offset 'flags' might not exist on array{name?: mixed, columns?: non-empty-list<mixed>, unique?: bool, primary?: mixed, flags?: mixed, options: array{lengths: non-empty-list<mixed>, where?: mixed}}.
|
|
integration-tests / Integration - doctrine/dbal:
src/Schema/AbstractSchemaManager.php#L737
Offset 'primary' might not exist on array{name?: mixed, columns?: non-empty-list<mixed>, unique?: bool, primary?: mixed, flags?: mixed, options: array{lengths: non-empty-list<mixed>, where?: mixed}}.
|
|
integration-tests / Integration - doctrine/dbal:
src/Schema/AbstractSchemaManager.php#L736
Offset 'unique' might not exist on array{name?: mixed, columns?: non-empty-list<mixed>, unique?: bool, primary?: mixed, flags?: mixed, options: array{lengths: non-empty-list<mixed>, where?: mixed}}.
|
|
integration-tests / Integration - doctrine/dbal:
src/Schema/AbstractSchemaManager.php#L735
Offset 'columns' might not exist on array{name?: mixed, columns?: non-empty-list<mixed>, unique?: bool, primary?: mixed, flags?: mixed, options: array{lengths: non-empty-list<mixed>, where?: mixed}}.
|
|
integration-tests / Integration - doctrine/dbal:
src/Schema/AbstractSchemaManager.php#L734
Offset 'name' might not exist on array{name?: mixed, columns?: non-empty-list<mixed>, unique?: bool, primary?: mixed, flags?: mixed, options: array{lengths: non-empty-list<mixed>, where?: mixed}}.
|
|
integration-tests / Integration - doctrine/orm
Process completed with exit code 1.
|
|
integration-tests / Integration - doctrine/orm:
src/Query/SqlWalker.php#L1111
Offset mixed might not exist on array<string, array{metadata?: Doctrine\ORM\Mapping\ClassMetadata<object>, parent?: string|null, relation?: Doctrine\ORM\Mapping\AssociationMapping|null, map?: string|null, resultVariable?: Doctrine\ORM\Query\AST\Node|string, nestingLevel: int, token: Doctrine\Common\Lexer\Token<Doctrine\ORM\Query\TokenType, string>}>.
|
|
integration-tests / Integration - doctrine/orm:
src/Persisters/Entity/JoinedSubclassPersister.php#L506
Offset mixed might not exist on array<string, Doctrine\ORM\Mapping\FieldMapping>.
|
|
integration-tests / Integration - doctrine/orm:
src/Persisters/Entity/BasicEntityPersister.php#L291
Offset mixed might not exist on array<string, Doctrine\ORM\Mapping\FieldMapping>.
|
|
integration-tests / Integration - doctrine/orm:
src/Persisters/Collection/ManyToManyPersister.php#L691
Offset mixed might not exist on array<string, string>.
|
|
integration-tests / Integration - doctrine/orm:
src/Persisters/Collection/ManyToManyPersister.php#L622
Offset mixed might not exist on array<string, string>.
|
|
integration-tests / Integration - doctrine/orm:
src/Persisters/Collection/ManyToManyPersister.php#L546
Offset mixed might not exist on array<string, string>.
|
|
integration-tests / Integration - doctrine/orm:
src/Persisters/Collection/ManyToManyPersister.php#L541
Offset mixed might not exist on array<string, string>.
|
|
integration-tests / Integration - doctrine/orm:
src/Internal/Hydration/AbstractHydrator.php#L353
Offset 'class' might not exist on array{class?: mixed, args: non-empty-array}.
|
|
integration-tests / Integration - doctrine/orm:
src/Internal/Hydration/AbstractHydrator.php#L347
Offset 'class' might not exist on array{class?: mixed, args: non-empty-array}.
|
|
integration-tests / Integration - efabrica-team/phpstan-latte tests
Process completed with exit code 1.
|
|
integration-tests / Integration - drupal/drupal
The operation was canceled.
|
|
integration-tests / Integration - drupal/drupal
Canceling since a higher priority waiting request for phar-refs/pull/4383/merge exists
|
|
integration-tests / Integration - shopware/shopware
The operation was canceled.
|
|
integration-tests / Integration - shopware/shopware
Canceling since a higher priority waiting request for phar-refs/pull/4383/merge exists
|
|
Compile PHAR
Canceling since a higher priority waiting request for phar-refs/pull/4383/merge exists
|
|
Compile PHAR
Canceling since a higher priority waiting request for phar-refs/pull/4383/merge exists
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
baselines-bladestan-baseline.neon
|
572 Bytes |
sha256:91159543ea26da97f17e8d98706ab56525114250b2ef6d51dc2bb74f03dc315c
|
|
|
baselines-doctrine-dbal-baseline.neon
|
834 Bytes |
sha256:b0202924390345bc60de39deba639046988d698ffa297c34bced07bbd5d8cb5b
|
|
|
baselines-doctrine-orm-baseline.neon
|
1.96 KB |
sha256:afd853c16ac389a179e85e1358b0b5ac4010dc01b38d17ce6f70c97eb0d64658
|
|
|
phar-file
|
3.68 MB |
sha256:63a7cd26ef778c9cbcfd3f9b4c3661ad6a401a0877adf179a6ec4b281d401154
|
|
|
phar-file-checksum
|
3.68 MB |
sha256:19d04aa3b9cf75dbaacf2e6633c63b8aa79bc74ba8306fd5c84a125eb0aed492
|
|