Difference between Instance and Static properties #19188
phar.yml
on: pull_request
Compiler Tests
1m 9s
Commit PHAR
0s
Matrix: integration-tests / integration-run-phpstan
Matrix: integration-tests / integration-tests
Matrix: extension-tests / Extension Tests
Matrix: other-tests / Other Tests
integration-tests
/
Integration - Update baselines
0s
Annotations
132 errors
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L55
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L78
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules)
Process completed with exit code 2.
|
extension-tests / Extension Tests (7.4, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L48
Static property PHPStan\Type\BeberleiAssert\AssertHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (7.4, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L409
Method PHPStan\Type\BeberleiAssert\AssertHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (7.4, phpstan-beberlei-assert)
Process completed with exit code 2.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L624
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L631
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L639
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L649
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L657
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
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.
|
extension-tests / Extension Tests (8.1, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L48
Static property PHPStan\Type\BeberleiAssert\AssertHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.1, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L409
Method PHPStan\Type\BeberleiAssert\AssertHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.1, phpstan-beberlei-assert)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L55
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L78
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L55
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L78
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.2, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L48
Static property PHPStan\Type\BeberleiAssert\AssertHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.2, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L409
Method PHPStan\Type\BeberleiAssert\AssertHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.2, phpstan-beberlei-assert)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.1, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L35
Static property PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.1, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L296
Method PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.1, phpstan-phpunit)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.3, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L48
Static property PHPStan\Type\BeberleiAssert\AssertHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.3, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L409
Method PHPStan\Type\BeberleiAssert\AssertHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.3, phpstan-beberlei-assert)
Process completed with exit code 2.
|
extension-tests / Extension Tests (7.4, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L35
Static property PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (7.4, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L296
Method PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (7.4, phpstan-phpunit)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.4, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L48
Static property PHPStan\Type\BeberleiAssert\AssertHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.4, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L409
Method PHPStan\Type\BeberleiAssert\AssertHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.4, phpstan-beberlei-assert)
Process completed with exit code 2.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L624
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L631
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L639
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L649
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e
git clone https://github.com/nikic/PHP-Parser.git
cd PHP-...:
lib/PhpParser/ParserAbstract.php#L657
Access to an undefined static property PhpParser\ParserAbstract::$specialNames.
|
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.
|
extension-tests / Extension Tests (8.0, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L35
Static property PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.0, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L296
Method PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.0, phpstan-phpunit)
Process completed with exit code 2.
|
integration-tests / Integration - doctrine/collections:
src/Criteria.php#L28
Static property Doctrine\Common\Collections\Criteria::$expressionBuilder (Doctrine\Common\Collections\ExpressionBuilder|null) is never assigned Doctrine\Common\Collections\ExpressionBuilder so it can be removed from the property type.
|
integration-tests / Integration - doctrine/collections:
src/Criteria.php#L57
Method Doctrine\Common\Collections\Criteria::expr() should return Doctrine\Common\Collections\ExpressionBuilder but returns Doctrine\Common\Collections\ExpressionBuilder|null.
|
integration-tests / Integration - doctrine/collections
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.0, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L48
Static property PHPStan\Type\BeberleiAssert\AssertHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.0, phpstan-beberlei-assert):
src/Type/BeberleiAssert/AssertHelper.php#L409
Method PHPStan\Type\BeberleiAssert\AssertHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.0, phpstan-beberlei-assert)
Process completed with exit code 2.
|
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L55
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L78
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.4, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L55
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.4, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L78
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.4, phpstan-deprecation-rules)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.3, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L35
Static property PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.3, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L296
Method PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.3, phpstan-phpunit)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.2, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L35
Static property PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.2, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L296
Method PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.2, phpstan-phpunit)
Process completed with exit code 2.
|
integration-tests / Integration - shipmonk-rnd/phpstan-rules:
tests/Rule/ForbidCheckedExceptionInCallableRuleTest.php#L18
Static property ShipMonk\PHPStan\Rule\ForbidCheckedExceptionInCallableRuleTest::$implicitThrows (bool|null) is never assigned bool so it can be removed from the property type.
|
integration-tests / Integration - shipmonk-rnd/phpstan-rules:
tests/Rule/ForbidCheckedExceptionInCallableRuleTest.php#L63
Access to an undefined static property ShipMonk\PHPStan\Rule\ForbidCheckedExceptionInCallableRuleTest::$implicitThrows.
|
integration-tests / Integration - shipmonk-rnd/phpstan-rules:
tests/Rule/ForbidCheckedExceptionInCallableRuleTest.php#L87
Access to an undefined static property ShipMonk\PHPStan\Rule\ForbidCheckedExceptionInCallableRuleTest::$implicitThrows.
|
integration-tests / Integration - shipmonk-rnd/phpstan-rules
Process completed with exit code 1.
|
integration-tests / Integration - shipmonk-rnd/phpstan-rules
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.4, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L35
Static property PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::$resolvers (array<Closure>|null) is never assigned array<Closure> so it can be removed from the property type.
|
extension-tests / Extension Tests (8.4, phpstan-phpunit):
src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php#L296
Method PHPStan\Type\PHPUnit\Assert\AssertTypeSpecifyingExtensionHelper::getExpressionResolvers() should return array<Closure> but returns array<Closure>|null.
|
extension-tests / Extension Tests (8.4, phpstan-phpunit)
Process completed with exit code 2.
|
integration-tests / Integration - doctrine/dbal:
src/Types/Type.php#L51
Static property Doctrine\DBAL\Types\Type::$typeRegistry (Doctrine\DBAL\Types\TypeRegistry|null) is never assigned Doctrine\DBAL\Types\TypeRegistry so it can be removed from the property type.
|
integration-tests / Integration - doctrine/dbal:
src/Types/Type.php#L100
Access to an undefined static property Doctrine\DBAL\Types\Type::$typeRegistry.
|
integration-tests / Integration - doctrine/dbal:
tests/Functional/TypeConversionTest.php#L166
Access to an undefined static property Doctrine\DBAL\Tests\Functional\TypeConversionTest::$typeCounter.
|
integration-tests / Integration - doctrine/dbal:
tests/Functional/TypeConversionTest.php#L168
Access to an undefined static property Doctrine\DBAL\Tests\Functional\TypeConversionTest::$typeCounter.
|
integration-tests / Integration - doctrine/dbal:
tests/FunctionalTestCase.php#L20
Static property Doctrine\DBAL\Tests\FunctionalTestCase::$sharedConnection (Doctrine\DBAL\Connection|null) is never assigned Doctrine\DBAL\Connection so it can be removed from the property type.
|
integration-tests / Integration - doctrine/dbal:
tests/FunctionalTestCase.php#L47
Property Doctrine\DBAL\Tests\FunctionalTestCase::$connection (Doctrine\DBAL\Connection) does not accept Doctrine\DBAL\Connection|null.
|
integration-tests / Integration - doctrine/dbal:
tests/FunctionalTestCase.php#L61
Access to an undefined static property Doctrine\DBAL\Tests\FunctionalTestCase::$sharedConnection.
|
integration-tests / Integration - doctrine/dbal:
tests/Schema/SQLiteSchemaManagerTest.php#L220
Access to an undefined static property Doctrine\DBAL\Schema\SQLiteSchemaManager@anonymous/tests/Schema/SQLiteSchemaManagerTest.php:215::$passedDatabaseName.
|
integration-tests / Integration - doctrine/dbal:
tests/Schema/SQLiteSchemaManagerTest.php#L227
Access to an undefined static property Doctrine\DBAL\Schema\SQLiteSchemaManager@anonymous/tests/Schema/SQLiteSchemaManagerTest.php:215::$passedDatabaseName.
|
integration-tests / Integration - doctrine/dbal
Process completed with exit code 1.
|
integration-tests / Integration - doctrine/orm:
src/Cache/DefaultCollectionHydrator.php#L63
Access to an undefined static property Doctrine\ORM\Cache\DefaultCollectionHydrator::$hints.
|
integration-tests / Integration - doctrine/orm:
src/Cache/DefaultQueryCache.php#L104
Access to an undefined static property Doctrine\ORM\Cache\DefaultQueryCache::$hints.
|
integration-tests / Integration - doctrine/orm:
src/Cache/DefaultQueryCache.php#L130
Access to an undefined static property Doctrine\ORM\Cache\DefaultQueryCache::$hints.
|
integration-tests / Integration - doctrine/orm:
src/Cache/DefaultQueryCache.php#L130
Access to an undefined static property Doctrine\ORM\Cache\DefaultQueryCache::$hints.
|
integration-tests / Integration - doctrine/orm:
src/Cache/DefaultQueryCache.php#L158
Access to an undefined static property Doctrine\ORM\Cache\DefaultQueryCache::$hints.
|
integration-tests / Integration - doctrine/orm:
src/Cache/DefaultQueryCache.php#L158
Access to an undefined static property Doctrine\ORM\Cache\DefaultQueryCache::$hints.
|
integration-tests / Integration - doctrine/orm:
src/Cache/DefaultQueryCache.php#L189
Access to an undefined static property Doctrine\ORM\Cache\DefaultQueryCache::$hints.
|
integration-tests / Integration - doctrine/orm:
src/Cache/DefaultQueryCache.php#L189
Access to an undefined static property Doctrine\ORM\Cache\DefaultQueryCache::$hints.
|
integration-tests / Integration - doctrine/orm:
src/Query/Parser.php#L3347
Access to an undefined static property Doctrine\ORM\Query\Parser::$numericFunctions.
|
integration-tests / Integration - doctrine/orm:
src/Query/Parser.php#L3350
Ignored error pattern #^Call to an undefined method object\:\:parse\(\)\.$# (method.notFound) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Query/Parser.php is expected to occur 1 time, but occurred 4 times.
|
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L55
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules):
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L78
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules)
Process completed with exit code 2.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Event/Facade.php#L24
Static property PHPUnit\Event\Facade::$instance (PHPUnit\Event\Facade|null) is never assigned PHPUnit\Event\Facade so it can be removed from the property type.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/Assert.php#L3146
Access to an undefined static property PHPUnit\Framework\Assert::$count.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/Assert.php#L3146
Access to an undefined static property PHPUnit\Framework\Assert::$count.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/Assert.php#L3176
Access to an undefined static property PHPUnit\Framework\Assert::$count.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/Assert.php#L3184
Access to an undefined static property PHPUnit\Framework\Assert::$count.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/MockObject/Generator/Generator.php#L239
Access to an undefined static property PHPUnit\Framework\MockObject\Generator\Generator::$cache.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/MockObject/Generator/TemplateLoader.php (in context of class PHPUnit/Framework/MockObject/Generator/DoubledMethod)#L31
Access to an undefined static property PHPUnit\Framework\MockObject\Generator\DoubledMethod::$templates.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/MockObject/Generator/TemplateLoader.php (in context of class PHPUnit/Framework/MockObject/Generator/Generator)#L31
Access to an undefined static property PHPUnit\Framework\MockObject\Generator\Generator::$templates.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/TestRunner/IsolatedTestRunnerRegistry.php#L19
Static property PHPUnit\Framework\IsolatedTestRunnerRegistry::$runner (PHPUnit\Framework\IsolatedTestRunner|null) is never assigned PHPUnit\Framework\IsolatedTestRunner so it can be removed from the property type.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Framework/TestRunner/IsolatedTestRunnerRegistry.php#L32
Access to an undefined static property PHPUnit\Framework\IsolatedTestRunnerRegistry::$runner.
|
integration-tests / Integration - Rector tests
Process completed with exit code 1.
|
integration-tests / Integration - rectorphp/rector-src
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.1, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L80
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.1, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L195
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.1, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L206
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.1, phpstan-doctrine)
Process completed with exit code 2.
|
extension-tests / Extension Tests (8.2, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L80
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.2, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L195
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.2, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L206
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.2, phpstan-doctrine)
Process completed with exit code 2.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Auth/AuthenticationException.php#L82
Access to an undefined static property static(Illuminate\Auth\AuthenticationException)::$redirectToCallback.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Auth/Middleware/Authenticate.php#L130
Access to an undefined static property static(Illuminate\Auth\Middleware\Authenticate)::$redirectToCallback.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Auth/Middleware/RedirectIfAuthenticated.php#L78
Access to an undefined static property static(Illuminate\Auth\Middleware\RedirectIfAuthenticated)::$redirectToCallback.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Auth/Notifications/ResetPassword.php#L111
Access to an undefined static property static(Illuminate\Auth\Notifications\ResetPassword)::$createUrlCallback.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Auth/Notifications/ResetPassword.php#L122
Access to an undefined static property static(Illuminate\Auth\Notifications\ResetPassword)::$toMailCallback.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Auth/Notifications/VerifyEmail.php#L101
Access to an undefined static property static(Illuminate\Auth\Notifications\VerifyEmail)::$createUrlCallback.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Auth/Notifications/VerifyEmail.php#L112
Access to an undefined static property static(Illuminate\Auth\Notifications\VerifyEmail)::$toMailCallback.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Console/Application.php#L121
Access to an undefined static property static(Illuminate\Console\Application)::$bootstrappers.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Console/Application.php#L131
Access to an undefined static property static(Illuminate\Console\Application)::$bootstrappers.
|
integration-tests / Integration - laravel/framework:
src/Illuminate/Console/Application.php#L143
Access to an undefined static property static(Illuminate\Console\Application)::$bootstrappers.
|
extension-tests / Extension Tests (8.0, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L80
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.0, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L195
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.0, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L206
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (8.0, phpstan-doctrine)
Process completed with exit code 2.
|
extension-tests / Extension Tests (7.4, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L80
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (7.4, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L195
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (7.4, phpstan-doctrine):
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php#L206
Access to an undefined static property PHPStan\Type\Doctrine\Query\QueryResultTypeWalkerTest::$em.
|
extension-tests / Extension Tests (7.4, phpstan-doctrine)
Process completed with exit code 2.
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
baselines-
Expired
|
8.74 MB |
sha256:15cc15da2011ef6ab543ddf7b38e9a66fb869782977c2a4e1f058b847da95e2d
|
|
baselines-doctrine-collections-baseline.neon
Expired
|
508 Bytes |
sha256:d7a3cb2cf224936d442248a8c94df168e54c28ba7d8de1a3c1f7b02744e63234
|
|
baselines-doctrine-dbal-baseline.neon
Expired
|
817 Bytes |
sha256:b3d952c247b0f8ec0fbe67b1101478e8403422622926eb5f10dd0119f35b433a
|
|
baselines-doctrine-orm-baseline.neon
Expired
|
860 Bytes |
sha256:8cfb76d6d719ad340cdc2315589df61e9f2308050b8d023db191c769b19f0344
|
|
baselines-laravel-baseline.neon
Expired
|
3.66 KB |
sha256:26d6d8deeac432323166e48f4512b3b199c6fe35a13148ca0495bd9d5486ab48
|
|
baselines-phpunit-baseline.neon
Expired
|
1.37 KB |
sha256:aaf868127e2bbab7feca3b835609df4565c855d72d541dc32772e1b814b744f5
|
|
baselines-rector-baseline.neon
Expired
|
1.07 KB |
sha256:4115bccf6e0764cbff11950670dd5e673c925c56f60465a2a1871b5335bedcfb
|
|
phar-file
Expired
|
3.52 MB |
sha256:4333411e1bad3b987d8cac46dee21c4e15df00b72c38a9fd05cd43c50de208ce
|
|
phar-file-checksum
Expired
|
3.52 MB |
sha256:da454737d4c7289cf037492e025377747d819767f9c6484b00ae8e6f9dd51bac
|
|