POC: Use SimultaneousTypeTraverser in RuleLevelHelper::transformAcceptedType #22217
Annotations
5 errors and 1 notice
PHPStan
Process completed with exit code 1.
|
PHPStan:
src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
|
PHPStan:
src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
|
PHPStan:
src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Loading