Difference between Instance and Static properties #19486
phar.yml
on: pull_request
Compiler Tests
1m 13s
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
54 errors and 3 warnings
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#L65
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
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.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#L65
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
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.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#L65
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
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.
|
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#L65
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
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.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#L65
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
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.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#L65
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
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.
|
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 - 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/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/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/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/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/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#L118
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Runner/CodeCoverage.php#L127
Assert references unknown $this->instance.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Runner/PHPT/PhptTestCase.php#L773
Call to static method fromXdebugWithoutPathCoverage() of internal class SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData from outside its root namespace SebastianBergmann.
|
integration-tests / Integration - sebastianbergmann/phpunit:
src/Runner/PHPT/PhptTestCase.php#L786
Call to static method fromXdebugWithoutPathCoverage() of internal class SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData from outside its root namespace SebastianBergmann.
|
integration-tests / Integration - sebastianbergmann/phpunit
Process completed with exit code 1.
|
extension-tests / Extension Tests (8.4, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
extension-tests / Extension Tests (8.0, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
extension-tests / Extension Tests (8.0, phpstan-strict-rules)
The operation was canceled.
|
integration-tests / Integration - laravel/framework
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
integration-tests / Integration - laravel/framework
The operation was canceled.
|
extension-tests / Extension Tests (8.2, phpstan-strict-rules)
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
extension-tests / Extension Tests (8.2, phpstan-strict-rules)
The operation was canceled.
|
extension-tests / Extension Tests (8.0, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
extension-tests / Extension Tests (8.0, phpstan-doctrine)
The operation was canceled.
|
extension-tests / Extension Tests (8.1, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
extension-tests / Extension Tests (8.1, phpstan-doctrine)
The operation was canceled.
|
extension-tests / Extension Tests (7.4, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
extension-tests / Extension Tests (7.4, phpstan-doctrine)
The operation was canceled.
|
extension-tests / Extension Tests (8.2, phpstan-doctrine)
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
extension-tests / Extension Tests (8.2, phpstan-doctrine)
The operation was canceled.
|
integration-tests / Integration - rectorphp/rector-src
Canceling since a higher priority waiting request for 'phar-refs/pull/3906/merge' exists
|
integration-tests / Integration - rectorphp/rector-src
The operation was canceled.
|
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: 33485 , 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: 33485 , 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: 33485 , Maximum supported length: 32766
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
baselines-larastan-baseline.neon
Expired
|
834 Bytes |
sha256:9f928e2e232a3a635ac37e51be0cbbf83d1568cf1df90c68c38842b0912c1dba
|
|
baselines-phpunit-baseline.neon
Expired
|
485 Bytes |
sha256:140de32a9cc753745a0404910f13bd1ede0f3a9d9b7363b26bb63d0145dea46a
|
|
phar-file
Expired
|
3.53 MB |
sha256:1e4a775a450a44519e71a81b5b56f943ee5bb9eceff2401e89c09961a4e9e62c
|
|
phar-file-checksum
Expired
|
3.53 MB |
sha256:c0235d2f63173f5f98d69f77919c92142e5b402de6f7f9e17462025387f61da3
|
|