Throw on invalid UnionType with AccessoryTypes #16645
phar.yml
on: pull_request
Compiler Tests
1m 2s
Commit PHAR
0s
Matrix: integration-tests / integration-run-phpstan
Matrix: integration-tests / integration-tests
Matrix: integration-tests / PMMP Tests
Matrix: extension-tests / Extension Tests
Matrix: other-tests / Other Tests
integration-tests
/
Integration - Update baselines
0s
Annotations
183 errors and 4 warnings
extension-tests / Extension Tests (7.4, phpstan-dibi)
Process completed with exit code 2.
|
extension-tests / Extension Tests (7.4, phpstan-webmozart-assert)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.1, phpstan-dibi)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.0, phpstan-webmozart-assert)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.1, phpstan-webmozart-assert)
Process completed with exit code 2.
|
integration-tests / Integration - nextras/orm
Process completed with exit code 1.
|
integration-tests / Integration - nextras/orm
Process completed with exit code 1.
|
integration-tests / PMMP Tests (8.2, git clone https://github.com/pmmp/PocketMine-MP.git e2e/integration/repo
cd e2e/...
Process completed with exit code 1.
|
integration-tests / PMMP Tests (8.2, git clone https://github.com/pmmp/PocketMine-MP.git e2e/integration/repo
cd e2e/...
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.0, phpstan-dibi)
Process completed with exit code 2.
|
integration-tests / PMMP Tests (8.1, git clone https://github.com/pmmp/PocketMine-MP.git e2e/integration/repo
cd e2e/...
Process completed with exit code 1.
|
integration-tests / PMMP Tests (8.1, git clone https://github.com/pmmp/PocketMine-MP.git e2e/integration/repo
cd e2e/...
Process completed with exit code 1.
|
integration-tests / Integration - slevomat/coding-standard
Process completed with exit code 1.
|
integration-tests / Integration - Roave/BetterReflection
Process completed with exit code 1.
|
integration-tests / Integration - slevomat/coding-standard
Process completed with exit code 1.
|
integration-tests / Integration - Roave/BetterReflection
Process completed with exit code 1.
|
integration-tests / Integration - pmmp/PocketMine-MP
Process completed with exit code 1.
|
integration-tests / Integration - pmmp/PocketMine-MP
Process completed with exit code 1.
|
integration-tests / Integration - doctrine/persistence
Process completed with exit code 1.
|
integration-tests / Integration - doctrine/persistence
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.2, phpstan-dibi)
Process completed with exit code 2.
|
other-tests / Other Tests (7.4, ubuntu-latest, cd e2e/phpstorm-stubs
composer install --ignore-platform-reqs
.....
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.2, phpstan-webmozart-assert)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.4, phpstan-dibi)
Process completed with exit code 2.
|
integration-tests / Integration - bitExpert/phpstan-magento
Process completed with exit code 1.
|
integration-tests / Integration - bitExpert/phpstan-magento
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.3, phpstan-webmozart-assert)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.3, phpstan-dibi)
Process completed with exit code 2.
|
integration-tests / Integration - ondrejmirtes/common
Process completed with exit code 1.
|
integration-tests / Integration - ondrejmirtes/common
Process completed with exit code 1.
|
integration-tests / Integration - Carbon tests
Process completed with exit code 2.
|
integration-tests / Integration - Polyfills loaded twice
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires phpstan/phpstan ^1.10.46, it is satisfiable by phpstan/phpstan[1.10.46, ..., 1.12.x-dev] from composer repo (https://repo.packagist.org) but phpstan/phpstan[2.0.x-dev] from path repo (../../..) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.
Problem 2
- phpstan/extension-installer 1.4.x-dev requires phpstan/phpstan ^1.12.0 || ^2.0 -> found phpstan/phpstan[2.0.x-dev] but it conflicts with your root composer.json require (^1.10.46).
- phpstan/extension-installer[1.3.1, ..., 1.4.2] require phpstan/phpstan ^1.9.0 -> satisfiable by phpstan/phpstan[1.9.0, ..., 1.12.x-dev] from composer repo (https://repo.packagist.org) but phpstan/phpstan[2.0.x-dev] from path repo (../../..) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.
- phpstan/extension-installer 1.4.3 requires phpstan/phpstan ^1.9.0 || ^2.0 -> found phpstan/phpstan[2.0.x-dev] but it conflicts with your root composer.json require (^1.10.46).
- Root composer.json requires phpstan/extension-installer ^1.3.1 -> satisfiable by phpstan/extension-installer[1.3.1, ..., 1.4.x-dev].
|
integration-tests / Integration - Polyfills loaded twice
Process completed with exit code 2.
|
integration-tests / Integration - reactphp/promise:
src/Internal/FulfilledPromise.php#L61
Method React\Promise\Internal\FulfilledPromise::finally() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<(T of mixed)|null>.
|
integration-tests / Integration - reactphp/promise:
src/Promise.php#L99
Method React\Promise\Promise::finally() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<(T of mixed)|null>.
|
integration-tests / Integration - reactphp/promise:
src/Promise.php#L260
Parameter #1 $objectOrMethod of class ReflectionMethod constructor expects object|string, mixed given.
|
integration-tests / Integration - reactphp/promise:
src/Promise.php#L260
Parameter #2 $method of class ReflectionMethod constructor expects string, mixed given.
|
integration-tests / Integration - reactphp/promise:
src/functions.php#L30
Call to function method_exists() with object&T of mixed and 'then' will always evaluate to true.
|
integration-tests / Integration - reactphp/promise:
src/functions.php#L33
Call to function method_exists() with object&T of mixed and 'cancel' will always evaluate to true.
|
integration-tests / Integration - reactphp/promise:
src/functions.php#L40
Call to an undefined method object&T of mixed::then().
|
integration-tests / Integration - reactphp/promise:
src/functions.php#L270
Parameter #1 $objectOrMethod of class ReflectionMethod constructor expects object|string, mixed given.
|
integration-tests / Integration - reactphp/promise:
src/functions.php#L270
Parameter #2 $method of class ReflectionMethod constructor expects string, mixed given.
|
integration-tests / Integration - reactphp/promise:
tests/DeferredTest.php#L21
Method React\Promise\DeferredTest::getPromiseTestAdapter() should return React\Promise\PromiseAdapter\CallbackPromiseAdapter<T> but returns React\Promise\PromiseAdapter\CallbackPromiseAdapter<mixed>.
|
integration-tests / Integration - doctrine/collections:
src/Expr/CompositeExpression.php#L32
Instanceof between Doctrine\Common\Collections\Expr\Expression and Doctrine\Common\Collections\Expr\Expression will always evaluate to true.
|
integration-tests / Integration - doctrine/collections
Process completed with exit code 1.
|
integration-tests / Integration - composer/composer
Process completed with exit code 1.
|
integration-tests / Integration - composer/composer
Process completed with exit code 1.
|
integration-tests / Integration - efabrica-team/phpstan-latte
Process completed with exit code 1.
|
integration-tests / Integration - efabrica-team/phpstan-latte
Process completed with exit code 1.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/php8
../../phpstan analyse -l 8 -c php74.neon test.php
):
test.php#L6
Call to new DOMImplementationSource() on a separate line has no effect.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/php8
../../phpstan analyse -l 8 -c php74.neon test.php
)
Process completed with exit code 1.
|
integration-tests / Integration - drupal/drupal
Process completed with exit code 1.
|
integration-tests / Integration - drupal/drupal
Process completed with exit code 1.
|
integration-tests / Integration - TomasVotruba/bladestan
Process completed with exit code 1.
|
integration-tests / Integration - TomasVotruba/bladestan
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.3, phpstan-nette)
Process completed with exit code 2.
|
other-tests / Other Tests (8.2, ubuntu-latest, cd e2e/progress-bar-crash
../../phpstan analyse -l 8 src/test.ph...
Process completed with exit code 1.
|
extension-tests / Extension Tests (7.4, phpstan-nette)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.4, phpstan-webmozart-assert)
Process completed with exit code 2.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/alias-event
../../phpstan analyse -l 8 -a alias.php -c st...
Process completed with exit code 1.
|
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/bug8543
composer install
../../phpstan
, memory_limit=256M)
Internal error: Call to undefined method PHPStan\Reflection\ParametersAcceptorSelector::selectSingle() while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/bug8543/app/Domains/Log/Model/Log.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/larastan/larastan/issues/new?template=bug-report.md
|
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/bug8543
composer install
../../phpstan
, memory_limit=256M)
Process completed with exit code 1.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/no-autoloader
composer install --ignore-platform-reqs
../...:
tests/TautologyTest.php#L10
Parameter #1 $actual of static method Tester\Assert::true() expects Tester\mixed, true given.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/no-autoloader
composer install --ignore-platform-reqs
../...
Process completed with exit code 1.
|
integration-tests / Integration - slevomat/coding-standard
Process completed with exit code 1.
|
integration-tests / Integration - slevomat/coding-standard
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.0, phpstan-nette)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.2, phpstan-nette)
Process completed with exit code 2.
|
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase
Process completed with exit code 1.
|
integration-tests / Integration - ondrejmirtes/phpstan-magento-testcase
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.1, phpstan-nette)
Process completed with exit code 2.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/node-connecting
../../phpstan analyse -a Rule.php
)
Process completed with exit code 1.
|
other-tests / Other Tests (8.2, ubuntu-latest, cd e2e/bug8610
../../phpstan
, memory_limit=256M):
trigger-autoload.php#L3
Call to new A() on a separate line has no effect.
|
other-tests / Other Tests (8.2, ubuntu-latest, cd e2e/bug8610
../../phpstan
, memory_limit=256M)
Process completed with exit code 1.
|
other-tests / Other Tests (8.2, ubuntu-latest, cd e2e/phpunit-10-test
composer install
cp ../../phpstan vendor/...
Process completed with exit code 1.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/php8
../../phpstan analyse -l 8 -c php74.neon test.php
):
test.php#L6
Call to new DOMImplementationSource() on a separate line has no effect.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/php8
../../phpstan analyse -l 8 -c php74.neon test.php
)
Process completed with exit code 1.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/bug6933
composer install
../../phpstan analyse -l 8 Module
):
Module/Article/DataProvider/RegOwnerSteps.php#L7
Class Z\Module\Article\DataProvider\RegOwnerSteps @extends tag contains unresolvable type.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/bug6933
composer install
../../phpstan analyse -l 8 Module
)
Process completed with exit code 1.
|
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/phpunit-bridge
composer install
vendor/bin/simple-phpunit...:
src/MyTest.php#L12
Call to method PHPUnit\Framework\Assert::assertTrue() with true will always evaluate to true.
|
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/phpunit-bridge
composer install
vendor/bin/simple-phpunit...
Process completed with exit code 1.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/alias-event
../../phpstan analyse -l 8 -a alias.php -c st...
Process completed with exit code 1.
|
other-tests / Other Tests (8.2, ubuntu-latest, cd e2e/progress-bar-crash
../../phpstan analyse -l 8 src/test.ph...
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.4, phpstan-nette)
Process completed with exit code 2.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/node-connecting
../../phpstan analyse -a Rule.php
)
Process completed with exit code 1.
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-alnum.php#L22
Impure call to method Webmozart\Assert\Assert::nullOrAlnum() in pure function Webmozart\Assert\Tests\StaticAnalysis\nullOrAlnum().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-alnum.php#L36
Impure call to method Webmozart\Assert\Assert::allAlnum() in pure function Webmozart\Assert\Tests\StaticAnalysis\allAlnum().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-alnum.php#L50
Impure call to method Webmozart\Assert\Assert::allNullOrAlnum() in pure function Webmozart\Assert\Tests\StaticAnalysis\allNullOrAlnum().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-alpha.php#L30
Impure call to method Webmozart\Assert\Assert::nullOrAlpha() in pure function Webmozart\Assert\Tests\StaticAnalysis\nullOrAlpha().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-alpha.php#L44
Impure call to method Webmozart\Assert\Assert::allAlpha() in pure function Webmozart\Assert\Tests\StaticAnalysis\allAlpha().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-alpha.php#L58
Impure call to method Webmozart\Assert\Assert::allNullOrAlpha() in pure function Webmozart\Assert\Tests\StaticAnalysis\allNullOrAlpha().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-boolean.php#L26
Impure call to method Webmozart\Assert\Assert::nullOrBoolean() in pure function Webmozart\Assert\Tests\StaticAnalysis\nullOrBoolean().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-boolean.php#L40
Impure call to method Webmozart\Assert\Assert::allBoolean() in pure function Webmozart\Assert\Tests\StaticAnalysis\allBoolean().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-boolean.php#L54
Impure call to method Webmozart\Assert\Assert::allNullOrBoolean() in pure function Webmozart\Assert\Tests\StaticAnalysis\allNullOrBoolean().
|
integration-tests / Integration - webmozarts/assert:
tests/static-analysis/assert-contains.php#L22
Impure call to method Webmozart\Assert\Assert::nullOrContains() in pure function Webmozart\Assert\Tests\StaticAnalysis\nullOrContains().
|
integration-tests / Integration - doctrine/dbal
Process completed with exit code 1.
|
integration-tests / Integration - doctrine/dbal
Process completed with exit code 1.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/bug6933
composer install
../../phpstan analyse -l 8 Module
):
Module/Article/DataProvider/RegOwnerSteps.php#L7
Class Z\Module\Article\DataProvider\RegOwnerSteps @extends tag contains unresolvable type.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/bug6933
composer install
../../phpstan analyse -l 8 Module
)
Process completed with exit code 1.
|
integration-tests / Integration - larastan/larastan
Internal error: Call to undefined method PHPStan\Reflection\ParametersAcceptorSelector::selectSingle() while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Properties/ModelPropertyHelper.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
|
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
|
other-tests / Other Tests (8.1, ubuntu-latest, cd e2e/bug-9776
composer install
../../phpstan
, memory_limit=256M)
Process completed with exit code 1.
|
integration-tests / Integration - laravel/framework:
types/Cache/Repository.php#L11
Expected type int, actual: 27
|
integration-tests / Integration - laravel/framework:
types/Cache/Repository.php#L12
Expected type int, actual: 26
|
integration-tests / Integration - laravel/framework:
types/Cache/Repository.php#L17
Expected type int, actual: 28
|
integration-tests / Integration - laravel/framework:
types/Cache/Repository.php#L18
Expected type int, actual: 30
|
integration-tests / Integration - laravel/framework:
types/Cache/Repository.php#L21
Expected type int, actual: 33
|
integration-tests / Integration - laravel/framework:
types/Cache/Repository.php#L24
Expected type int, actual: 36
|
integration-tests / Integration - laravel/framework:
types/Cache/Repository.php#L27
Expected type int, actual: 36
|
integration-tests / Integration - laravel/framework:
types/Contracts/Cache/Repository.php#L17
Expected type int, actual: 28
|
integration-tests / Integration - laravel/framework:
types/Contracts/Cache/Repository.php#L18
Expected type int, actual: 30
|
integration-tests / Integration - laravel/framework:
types/Contracts/Cache/Repository.php#L21
Expected type int, actual: 33
|
integration-tests / Integration - WordPress/WordPress-Coding-Standards
Process completed with exit code 1.
|
integration-tests / Integration - WordPress/WordPress-Coding-Standards
Internal error: Cannot create PHPStan\Type\UnionType with: non-empty-array, array{}, null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/WordPress/Sniffs/Arrays/ArrayDeclarationSpacingSniff.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - WordPress/WordPress-Coding-Standards
Process completed with exit code 1.
|
integration-tests / Integration - nikic/PHP-Parser:
lib/PhpParser/ConstExprEvaluator.php#L1
Ignored error pattern #^Unary operation "~" on mixed results in an error\.$# in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/PhpParser/ConstExprEvaluator.php was not matched in reported errors.
|
integration-tests / Integration - nikic/PHP-Parser
Process completed with exit code 1.
|
integration-tests / Integration - ondrejmirtes/orocrm-phpstan-bugreport
Process completed with exit code 1.
|
integration-tests / Integration - ondrejmirtes/orocrm-phpstan-bugreport
Process completed with exit code 1.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L165
Class PHPUnit\Event\Test\DataProviderMethodFinished constructor invoked with unpacked array with possibly string key, but it's not allowed because of @no-named-arguments.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L367
Class PHPUnit\Event\Test\BeforeFirstTestMethodFinished constructor invoked with unpacked array with possibly string key, but it's not allowed because of @no-named-arguments.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L401
Class PHPUnit\Event\Test\BeforeTestMethodFinished constructor invoked with unpacked array with possibly string key, but it's not allowed because of @no-named-arguments.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L435
Class PHPUnit\Event\Test\PreConditionFinished constructor invoked with unpacked array with possibly string key, but it's not allowed because of @no-named-arguments.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L570
Class PHPUnit\Event\Test\PartialMockObjectCreated constructor invoked with unpacked array with possibly string key, but it's not allowed because of @no-named-arguments.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L729
Call to function assert() with true will always evaluate to true.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L729
Instanceof between PHPUnit\Event\Code\TestMethod and PHPUnit\Event\Code\TestMethod will always evaluate to true.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L1003
Class PHPUnit\Event\Test\PostConditionFinished constructor invoked with unpacked array with possibly string key, but it's not allowed because of @no-named-arguments.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L1037
Class PHPUnit\Event\Test\AfterTestMethodFinished constructor invoked with unpacked array with possibly string key, but it's not allowed because of @no-named-arguments.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Emitter/DispatchingEmitter.php#L1071
Class PHPUnit\Event\Test\AfterLastTestMethodFinished constructor invoked with unpacked array with possibly string key, but it's not allowed because of @no-named-arguments.
|
extension-tests / Extension Tests (8.1, phpstan-doctrine)
Process completed with exit code 2.
|
integration-tests / Integration - shopware/shopware
Process completed with exit code 1.
|
integration-tests / Integration - shopware/shopware
Process completed with exit code 1.
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('sequence'), hasOffset('autoincrement') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('id'), array{fieldName: mixed, associationKey: true} while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('id'), array while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('notUpdatable'), hasOffset('notInsertable') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('columns'), hasOffset('fields') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('update'), hasOffset('delete') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Cache/Persister/Collection/ReadWriteCachedCollectionPersister.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('insert'), hasOffset('update') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersister.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('metadataCache'), hasOffset('metadataCacheImpl') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Configuration.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('doctrine.refresh'), hasOffset('fetched') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('isScalar'), hasOffset('isNewObjectParameter') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - doctrine/orm
Process completed with exit code 1.
|
extension-tests / Extension Tests (7.4, phpstan-doctrine)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.0, phpstan-doctrine)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.2, phpstan-doctrine)
Process completed with exit code 2.
|
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Process completed with exit code 1.
|
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('file'), null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Runner.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('sniffs'), hasOffset('exclude') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Files/File.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('phpcbf-only'), hasOffset('phpcs-only') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Ruleset.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('cache'), hasOffset('cacheFile') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Config.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Process completed with exit code 1.
|
integration-tests / Integration - laravel/framework
Process completed with exit code 1.
|
integration-tests / Integration - laravel/framework
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('connection'), hasOffset('queue') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Illuminate/Bus/Batch.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - laravel/framework
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('inlineName'), hasOffset('name') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Illuminate/View/Compilers/ComponentTagCompiler.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - laravel/framework
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('options'), hasOffset('clusters') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Illuminate/Redis/RedisManager.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - laravel/framework
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('backoff'), hasOffset('delay') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Illuminate/Queue/Jobs/Job.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - laravel/framework
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('uploaded'), null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Illuminate/Validation/Validator.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - laravel/framework
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('search_path'), hasOffset('schema') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Illuminate/Database/Connectors/PostgresConnector.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - laravel/framework
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('driver'), null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Illuminate/Support/MultipleInstanceManager.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - laravel/framework
Process completed with exit code 1.
|
integration-tests / Integration - briannesbitt/Carbon:
src/Carbon/Traits/Modifiers.php (in context of class Carbon/Carbon)#L105
PHPDoc tag @var with type Carbon\CarbonInterface is not subtype of native type $this(Carbon\Carbon).
|
integration-tests / Integration - briannesbitt/Carbon:
src/Carbon/Traits/Modifiers.php (in context of class Carbon/CarbonImmutable)#L105
PHPDoc tag @var with type Carbon\CarbonInterface is not subtype of native type $this(Carbon\CarbonImmutable).
|
integration-tests / Integration - briannesbitt/Carbon:
src/Carbon/Traits/Rounding.php (in context of class Carbon/Carbon)#L133
PHPDoc tag @var with type Carbon\CarbonInterface is not subtype of native type $this(Carbon\Carbon).
|
integration-tests / Integration - briannesbitt/Carbon:
src/Carbon/Traits/Rounding.php (in context of class Carbon/CarbonImmutable)#L133
PHPDoc tag @var with type Carbon\CarbonInterface is not subtype of native type $this(Carbon\CarbonImmutable).
|
integration-tests / Integration - briannesbitt/Carbon:
tests/Carbon/AddTest.php#L339
PHPDoc tag @var with type mixed is not subtype of native type Carbon\Carbon.
|
integration-tests / Integration - briannesbitt/Carbon:
tests/Carbon/AddTest.php#L347
PHPDoc tag @var with type mixed is not subtype of native type Carbon\Carbon.
|
integration-tests / Integration - briannesbitt/Carbon:
tests/Carbon/AddTest.php#L355
PHPDoc tag @var with type mixed is not subtype of native type Carbon\Carbon.
|
integration-tests / Integration - briannesbitt/Carbon:
tests/Carbon/CreateTest.php#L88
PHPDoc tag @var with type Carbon\Exceptions\OutOfRangeException is not subtype of native type null.
|
integration-tests / Integration - briannesbitt/Carbon:
tests/Carbon/Fixtures/Mixin.php#L42
PHPDoc tag @var with type Carbon\CarbonInterface is not subtype of native type $this(Tests\Carbon\Fixtures\Mixin).
|
integration-tests / Integration - briannesbitt/Carbon:
tests/Carbon/GenericMacroTest.php#L40
PHPDoc tag @var with type mixed is not subtype of native type Carbon\Carbon.
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('legacy'), array{}, null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/Translate.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('validateMethod'), null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/ObjectModel.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('Output-Format'), hasOffset('Io-Format') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/webservice/WebserviceRequest.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('id_zone_state'), hasOffset('id_zone') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/Address.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('unity'), null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/Product.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('CONTENT_LENGTH'), hasOffset('HTTP_CONTENT_LENGTH') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/QqUploadedFileXhr.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('HAVING'), hasOffset('WHERE') while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/RequestSql.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('selected-emails'), array while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/Link.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: non-empty-array, array{}, null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/classes/Cart.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Internal error: Cannot create PHPStan\Type\UnionType with: hasOffset('filter_type'), array{}, 0, 0.0, '', '0', false, null while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/PrestaShopBundle/Bridge/Helper/Listing/FiltersProcessor.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
|
integration-tests / Integration - PrestaShop/PrestaShop
Process completed with exit code 1.
|
integration-tests / Integration - slevomat/coding-standard
No files were found with the provided path: e2e/integration/slevomat-cs-tests-baseline.neon. No artifacts will be uploaded.
|
integration-tests / Integration - ondrejmirtes/common
No files were found with the provided path: e2e/integration/doctrine-common-baseline.neon. No artifacts will be uploaded.
|
integration-tests / Integration - ondrejmirtes/orocrm-phpstan-bugreport
No files were found with the provided path: e2e/integration/orocrm-phpstan-bugreport-baseline.neon. No artifacts will be uploaded.
|
integration-tests / Integration - laravel/framework
No files were found with the provided path: e2e/integration/laravel-baseline.neon. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
baselines-better-reflection-baseline.neon
Expired
|
524 Bytes |
sha256:763245471c35588cc40cddfe158b10c4f4f4b12f0e7426df0f33dc0e7d639b38
|
|
baselines-bladestan-baseline.neon
Expired
|
585 Bytes |
sha256:5a7adb4104cf0591e6ed4bcaa04b5326ec930407f0a668ae94189e19f9428fd9
|
|
baselines-carbon-baseline.neon
Expired
|
952 Bytes |
sha256:f9156898c0fb641068cabd0aaeca5833becc137417d143ab8c744d96ad9c9840
|
|
baselines-composer-baseline.neon
Expired
|
313 Bytes |
sha256:84670a084afe31ee9b7b5d53640ac28711a4d076505c55c2e896eb7556ec4384
|
|
baselines-doctrine-collections-baseline.neon
Expired
|
346 Bytes |
sha256:a889e662fe3c0132bb08550b105c32f4a2bfcc606ac365053890e28c65cd6385
|
|
baselines-doctrine-dbal-baseline.neon
Expired
|
766 Bytes |
sha256:49583e9a96a19cd77ac29eac77101d1e7b2566fcc0ffafc42e27e5a3301a3cfc
|
|
baselines-doctrine-orm-baseline.neon
Expired
|
1.44 KB |
sha256:fc71273670ef721a7e3c10e3ef028f0471135996e1c7f755d06196e54eb834fb
|
|
baselines-doctrine-persistence-baseline.neon
Expired
|
450 Bytes |
sha256:954260869d387f24966cae187b6ec2fd4840763b40116d4f2ae01dc73682dce9
|
|
baselines-drupal-baseline.neon
Expired
|
1.61 KB |
sha256:c181f7606cba5f38f140bce29b440148e72a91341e0c18cbaf32128d32df5655
|
|
baselines-efabrica-phpstan-latte-baseline.neon
Expired
|
999 Bytes |
sha256:1778c513e08a7193f545c0c7c6e3491f5c16a103778cb308cf4b7989ad5f15c2
|
|
baselines-larastan-baseline.neon
Expired
|
160 Bytes |
sha256:4ac525843b47d3a934dc487e95fe3b91967b4b238439df1faf4ee616785d9908
|
|
baselines-laravel-types-baseline.neon
Expired
|
438 Bytes |
sha256:579fa409672a70d4cf1ce6a3aaf31ac5ba62a8428933fcc1187df852db085b22
|
|
baselines-magento-baseline.neon
Expired
|
158 Bytes |
sha256:e609784b7609d53dfee8ab6ae3dadd826716bceaa66710701cfc1fd492cc4156
|
|
baselines-magento-testcase-baseline.neon
Expired
|
785 Bytes |
sha256:59a7196c07a36de29c9f51d3b0a6992f81bf7b4e3fe87d3ac34a171518ed25d5
|
|
baselines-nextras-baseline.neon
Expired
|
1.33 KB |
sha256:07704f1a77e27a38e1c4095792ad1c824a908b1a4b47df0e13aa499990ba0c5d
|
|
baselines-php-parser-baseline.neon
Expired
|
194 Bytes |
sha256:6e28b6b45e8da908d73b60e5f7b00b2ba83dbe6f77263f39d8eda1442606c064
|
|
baselines-phpcs-baseline.neon
Expired
|
154 Bytes |
sha256:a007c09817fbd9e23dc4a5eddf5174ab9fb44d1af80871543133d39a7b1df9fa
|
|
baselines-phpunit-baseline.neon
Expired
|
2.07 KB |
sha256:7678604a2e6b2d037ad30b1f92514e1a9b13bbe3624f3f748b1f19ecee4679ad
|
|
baselines-pocketmine-baseline.neon
Expired
|
1.62 KB |
sha256:6d5ff93e3a8ccfb07b50c27b0f634634a9736c215ddc984682119804f51ca264
|
|
baselines-prestashop-baseline.neon
Expired
|
11.7 KB |
sha256:a99b7ee60423304f503fa1f993864401d93cf304a2da2fb44ae1fc8e3c89b66d
|
|
baselines-react-promise-baseline.neon
Expired
|
988 Bytes |
sha256:17c76865c91aa93602263b17f81f00c80832ee19bd497eea9c158ec540753b2e
|
|
baselines-shopware-baseline.neon
Expired
|
1.63 KB |
sha256:1773206b224537b517f9fb6e8d0fbcf3a9a913fda9ecfd25821397cc006afc98
|
|
baselines-slevomat-cs-baseline.neon
Expired
|
1.06 KB |
sha256:a01dc227a1fbe4eb919594ff9187a047bd23bbbab8f65217bf41324a1028075f
|
|
baselines-webmozart-assert-baseline.neon
Expired
|
3.15 KB |
sha256:5478df689d974992aaa5bbffaceab4467b9fbf893e166ba53ca42f29cc83d667
|
|
baselines-wp-cs-baseline.neon
Expired
|
184 Bytes |
sha256:4843b8b7051e5d9343836fb5b839bac5087d4c0bd390c8bef7379a8d7fc3d6be
|
|
phar-file
Expired
|
3.45 MB |
sha256:dbfa22a5d039e8087534f8962d9a8af0759f8be404fcc8602d381232eac6c95b
|
|
phar-file-checksum
Expired
|
3.45 MB |
sha256:ff8802ca40255e5b20a18e82d65a3152a034d2a05e03ebab3e5bc7edba4234e0
|
|
pocketmine-ng-baseline-8.1.neon
Expired
|
799 Bytes |
sha256:2d894b9a8a154b95655c70a7bf6b5c69defadeb7270d896537a45535b4a823c7
|
|
pocketmine-ng-baseline-8.2.neon
Expired
|
799 Bytes |
sha256:2d894b9a8a154b95655c70a7bf6b5c69defadeb7270d896537a45535b4a823c7
|
|