Difference between Instance and Static properties #19488
phar.yml
on: pull_request
Compiler Tests
1m 10s
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
38 errors and 3 warnings
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.
|
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.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.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.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.
|
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.
|
integration-tests / Integration - rectorphp/rector-src
Process completed with exit code 1.
|
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:3c928ac4de4295241292568bbe1169f53a6d4cb17339f7cfd38b1d5e3013a14f
|
|
baselines-phpunit-baseline.neon
Expired
|
485 Bytes |
sha256:f62008091d411374f3d8e5e34fde9175d4483462ec4ecf4914a64ded09ec5653
|
|
baselines-rector-baseline.neon
Expired
|
698 Bytes |
sha256:d12b08d4266aa51c4ad1f56878fe23360313ecc7878da8d2491aa0ed6ebd1b46
|
|
phar-file
Expired
|
3.53 MB |
sha256:4772294710b96330b0475ac96139f6d4d35f2af78cdfd68c6f161d2e2aec086a
|
|
phar-file-checksum
Expired
|
3.53 MB |
sha256:1f592354baa23c0ad71efd6c5c9f26f85f4d914014b8441976332a23a2e06a2f
|
|