Skip to content

Difference between Instance and Static properties #20412

Difference between Instance and Static properties

Difference between Instance and Static properties #20412

Triggered via pull request March 28, 2025 11:46
Status Failure
Total duration 3m 19s
Artifacts

static-analysis.yml

on: pull_request
Generate baseline
1m 31s
Generate baseline
Generate PHP baseline
1m 29s
Generate PHP baseline
Matrix: PHPStan with result cache
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

161 errors
PHPStan with result cache (8.1): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.3): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.1): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.3): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.1): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan with result cache (8.3): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan with result cache (8.1): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan with result cache (8.3): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan with result cache (8.1): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan with result cache (8.3): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan with result cache (8.1): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan with result cache (8.3): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan with result cache (8.3): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.1): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.3): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.1): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.3): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.1): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.3): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.1): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.4, ubuntu-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.4, ubuntu-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.4, ubuntu-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.4, ubuntu-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.4, ubuntu-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.4, ubuntu-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.4, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.4, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.4, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.4, ubuntu-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
Generate baseline
Process completed with exit code 1.
PHPStan (8.3, ubuntu-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.3, ubuntu-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.3, ubuntu-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.3, ubuntu-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.3, ubuntu-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.3, ubuntu-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.3, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.3, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.3, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.3, ubuntu-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.2, ubuntu-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.2, ubuntu-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.2, ubuntu-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.2, ubuntu-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.2, ubuntu-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.2, ubuntu-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.2, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.2, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.2, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.2, ubuntu-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.2): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.2): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.2): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan with result cache (8.2): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan with result cache (8.2): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan with result cache (8.2): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan with result cache (8.2): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.2): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.2): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.2): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.4): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.4): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.4): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan with result cache (8.4): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan with result cache (8.4): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan with result cache (8.4): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan with result cache (8.4): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan with result cache (8.4): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.4): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan with result cache (8.4): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.1, ubuntu-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.1, ubuntu-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.1, ubuntu-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.1, ubuntu-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.1, ubuntu-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.1, ubuntu-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.1, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.1, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.1, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.1, ubuntu-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (7.4, ubuntu-latest): src/Dependency/DependencyResolver.php#L374
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (7.4, ubuntu-latest): src/Dependency/DependencyResolver.php#L375
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (7.4, ubuntu-latest): src/Reflection/ClassReflection.php#L591
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (7.4, ubuntu-latest): src/Reflection/ClassReflection.php#L594
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (7.4, ubuntu-latest): src/Reflection/ClassReflection.php#L751
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (7.4, ubuntu-latest): src/Reflection/ClassReflection.php#L756
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (7.4, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L127
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (7.4, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (7.4, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L132
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (7.4, ubuntu-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L187
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.0, ubuntu-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.0, ubuntu-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.0, ubuntu-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.0, ubuntu-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.0, ubuntu-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.0, ubuntu-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.0, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.0, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.0, ubuntu-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.0, ubuntu-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.3, windows-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.3, windows-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.3, windows-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.3, windows-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.3, windows-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.3, windows-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.3, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.3, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.3, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.3, windows-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.2, windows-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.2, windows-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.2, windows-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.2, windows-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.2, windows-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.2, windows-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.2, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.2, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.2, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.2, windows-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.1, windows-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.1, windows-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.1, windows-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.1, windows-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.1, windows-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.1, windows-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.1, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.1, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.1, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.1, windows-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.4, windows-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.4, windows-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.4, windows-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.4, windows-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.4, windows-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.4, windows-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.4, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.4, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.4, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.4, windows-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (7.4, windows-latest): src/Dependency/DependencyResolver.php#L374
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (7.4, windows-latest): src/Dependency/DependencyResolver.php#L375
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (7.4, windows-latest): src/Reflection/ClassReflection.php#L591
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (7.4, windows-latest): src/Reflection/ClassReflection.php#L594
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (7.4, windows-latest): src/Reflection/ClassReflection.php#L751
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (7.4, windows-latest): src/Reflection/ClassReflection.php#L756
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (7.4, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L127
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (7.4, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (7.4, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L132
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (7.4, windows-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L187
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.0, windows-latest): src/Dependency/DependencyResolver.php#L372
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.0, windows-latest): src/Dependency/DependencyResolver.php#L373
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.0, windows-latest): src/Reflection/ClassReflection.php#L535
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.0, windows-latest): src/Reflection/ClassReflection.php#L538
Access to deprecated property $hasPropertyCache of class PHPStan\Reflection\ClassReflection: Use $hasInstancePropertyCache or $hasStaticPropertyCache instead
PHPStan (8.0, windows-latest): src/Reflection/ClassReflection.php#L695
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.0, windows-latest): src/Reflection/ClassReflection.php#L700
Access to deprecated property $properties of class PHPStan\Reflection\ClassReflection: Use $instanceProperties or $staticProperties instead
PHPStan (8.0, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L124
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead
PHPStan (8.0, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L126
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.0, windows-latest): src/Rules/Properties/AccessPropertiesCheck.php#L129
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection: Use getInstanceProperty or getStaticProperty
PHPStan (8.0, windows-latest): src/Rules/Properties/AccessStaticPropertiesRule.php#L186
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection: Use hasInstanceProperty or hasStaticProperty instead