Add $defaultTheme property if missing on BrowserTestBase #892
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
phpstan.yml
on: pull_request
Static analysis with PHPStan
13s
Annotations
3 errors
Static analysis with PHPStan:
src/Rector/Class_/FunctionalTestDefaultThemePropertyRector.php#L80
Doing instanceof PHPStan\Type\ObjectType is error-prone and deprecated. Use Type::isObject() or Type::getObjectClassNames() instead.
|
Static analysis with PHPStan:
src/Rector/Class_/FunctionalTestDefaultThemePropertyRector.php#L96
Call to an undefined method PHPStan\Reflection\PropertyReflection::getNativeReflection().
|
Static analysis with PHPStan
Process completed with exit code 1.
|