Difference between Instance and Static properties #20397
phar.yml
on: pull_request
Compiler Tests
4m 32s
Commit PHAR
0s
Checksum PHAR
0s
PHAR Prefix Diff
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
25 errors and 3 warnings
integration-tests / Integration - rectorphp/rector-src
Process completed with exit code 1.
|
integration-tests / Integration - rectorphp/rector-src
Process completed with exit code 1.
|
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
|
integration-tests / Integration - larastan/larastan:
src/Types/ModelProperty/GenericModelPropertyType.php#L118
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
integration-tests / Integration - larastan/larastan:
src/Types/ModelProperty/GenericModelPropertyType.php#L97
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
integration-tests / Integration - larastan/larastan:
src/Types/ModelProperty/GenericModelPropertyType.php#L93
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
integration-tests / Integration - larastan/larastan:
src/Support/HigherOrderCollectionProxyHelper.php#L57
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
integration-tests / Integration - larastan/larastan:
src/ReturnTypes/ModelOnlyDynamicMethodReturnTypeExtension.php#L76
Call to deprecated method getProperty() of interface PHPStan\Type\Type:
Use getInstanceProperty or getStaticProperty instead
|
integration-tests / Integration - larastan/larastan:
src/ReturnTypes/ModelOnlyDynamicMethodReturnTypeExtension.php#L75
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
integration-tests / Integration - larastan/larastan:
src/Properties/HigherOrderCollectionProxyPropertyExtension.php#L42
Call to deprecated method getProperty() of class PHPStan\Type\ObjectType:
Use getInstanceProperty or getStaticProperty instead
|
integration-tests / Integration - larastan/larastan:
src/Methods/BuilderHelper.php#L103
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
integration-tests / Integration - bladestan/bladestan
Process completed with exit code 1.
|
integration-tests / Integration - bladestan/bladestan:
src/TemplateCompiler/PHPStan/FileAnalyserProvider.php#L37
Method Bladestan\TemplateCompiler\PHPStan\FileAnalyserProvider::provide() throws checked exception PHPStan\DependencyInjection\MissingServiceException but it's missing from the PHPDoc @throws tag.
|
integration-tests / Integration - doctrine/orm:
src/Query/Exec/MultiTableUpdateExecutor.php#L138
Parameter #1 $columns of method Doctrine\DBAL\Platforms\AbstractPlatform::getColumnDeclarationListSQL() expects list<array{name: string, type: Doctrine\DBAL\Types\Type, default: mixed, notnull?: bool, autoincrement: bool, columnDefinition: non-empty-string|null, comment: string, charset?: non-empty-string|null, ...}>, array<string, array{name: string, notnull: true, type: Doctrine\DBAL\Types\Type}> given.
|
integration-tests / Integration - doctrine/orm:
src/Query/Exec/MultiTableDeleteExecutor.php#L98
Parameter #1 $columns of method Doctrine\DBAL\Platforms\AbstractPlatform::getColumnDeclarationListSQL() expects list<array{name: string, type: Doctrine\DBAL\Types\Type, default: mixed, notnull?: bool, autoincrement: bool, columnDefinition: non-empty-string|null, comment: string, charset?: non-empty-string|null, ...}>, array<string, array{name: string, notnull: true, type: Doctrine\DBAL\Types\Type}> given.
|
integration-tests / Integration - doctrine/orm:
src/Persisters/Collection/OneToManyPersister.php#L225
Parameter #1 $columns of method Doctrine\DBAL\Platforms\AbstractPlatform::getColumnDeclarationListSQL() expects list<array{name: string, type: Doctrine\DBAL\Types\Type, default: mixed, notnull?: bool, autoincrement: bool, columnDefinition: non-empty-string|null, comment: string, charset?: non-empty-string|null, ...}>, array<string, array{name: string, notnull: true, type: Doctrine\DBAL\Types\Type}> given.
|
integration-tests / Integration - doctrine/orm:
src/Mapping/DefaultQuoteStrategy.php#L116
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
integration-tests / Integration - doctrine/orm:
src/Mapping/DefaultQuoteStrategy.php#L90
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
integration-tests / Integration - doctrine/orm:
src/Mapping/DefaultQuoteStrategy.php#L72
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
integration-tests / Integration - doctrine/orm:
src/Mapping/DefaultQuoteStrategy.php#L62
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
integration-tests / Integration - doctrine/orm:
src/Mapping/DefaultQuoteStrategy.php#L55
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
integration-tests / Integration - doctrine/orm:
src/Mapping/DefaultQuoteStrategy.php#L45
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
integration-tests / Integration - doctrine/orm:
src/Mapping/DefaultQuoteStrategy.php#L27
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
integration-tests / Integration - sebastianbergmann/phpunit
Process completed with exit code 1.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Runner/CodeCoverage.php#L127
Assert references unknown $this->instance.
|
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict
composer install
cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 33362 , Maximum supported length: 32766
|
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict
composer install
cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 33362 , Maximum supported length: 32766
|
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict
composer install
cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 33362 , Maximum supported length: 32766
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
baselines-bladestan-baseline.neon
Expired
|
403 Bytes |
sha256:c08eb0ca2e48bc015317ebe9b63edc0fda938aea93223e718fb8a8b41d1fdb29
|
|
baselines-doctrine-orm-baseline.neon
Expired
|
1.45 KB |
sha256:0cd3efaf9a85570f70edb73b4dd2c899dd76cbb2d586221b36be90b0c546d60e
|
|
baselines-larastan-baseline.neon
Expired
|
834 Bytes |
sha256:b66d84c39d1c932d8818b378545368852b4e523c2424e9f4d9407e7390e3f7bc
|
|
baselines-phpunit-baseline.neon
Expired
|
594 Bytes |
sha256:b800138c41a4faa5760a2a2421506a652da68f91e9109c95a44b07751929ce37
|
|
baselines-rector-baseline.neon
Expired
|
506 Bytes |
sha256:c5fb0cf1c3a9b23d661f453378beb667d4a42914e1153a8df2a7da3f4a0ed70d
|
|
phar-file
Expired
|
3.64 MB |
sha256:c22dd4f3310f4506f77744af4704cb7b2a66b468ca5a257fa5799b551882cdb4
|
|
phar-file-checksum
Expired
|
3.64 MB |
sha256:7c5e77038866b028bc31558f8407f9b54550add774d4876a67833e1ab8c226c0
|
|