Skip to content

POC: Use SimultaneousTypeTraverser in RuleLevelHelper::transformAcceptedType #22217

POC: Use SimultaneousTypeTraverser in RuleLevelHelper::transformAcceptedType

POC: Use SimultaneousTypeTraverser in RuleLevelHelper::transformAcceptedType #22217

Triggered via pull request August 6, 2025 09:48
Status Cancelled
Total duration 6m 28s
Artifacts

static-analysis.yml

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

Annotations

70 errors and 7 notices
Generate baseline
Process completed with exit code 1.
PHPStan with result cache (8.2)
Process completed with exit code 2.
PHPStan with result cache (8.2): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan with result cache (8.2): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan with result cache (8.2): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.2, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.2, ubuntu-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.2, ubuntu-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.2, ubuntu-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.3, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.3, ubuntu-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.3, ubuntu-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.3, ubuntu-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.5, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.5, ubuntu-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.5, ubuntu-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.5, ubuntu-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan with result cache (8.5)
Process completed with exit code 2.
PHPStan with result cache (8.5): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan with result cache (8.5): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan with result cache (8.5): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan with result cache (8.4)
Process completed with exit code 2.
PHPStan with result cache (8.4): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan with result cache (8.4): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan with result cache (8.4): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.4, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.4, ubuntu-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.4, ubuntu-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.4, ubuntu-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan with result cache (8.3)
Process completed with exit code 2.
PHPStan with result cache (8.3): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan with result cache (8.3): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan with result cache (8.3): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.0, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.0, ubuntu-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.0, ubuntu-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.0, ubuntu-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.1, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.1, ubuntu-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.1, ubuntu-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.1, ubuntu-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.3, windows-latest)
Process completed with exit code 1.
PHPStan (8.3, windows-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.3, windows-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.3, windows-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.5, windows-latest)
Process completed with exit code 1.
PHPStan (8.5, windows-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.5, windows-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.5, windows-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.2, windows-latest)
Process completed with exit code 1.
PHPStan (8.2, windows-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.2, windows-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.2, windows-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.4, windows-latest)
Process completed with exit code 1.
PHPStan (8.4, windows-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.4, windows-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.4, windows-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.1, windows-latest)
Process completed with exit code 1.
PHPStan (8.1, windows-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.1, windows-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.1, windows-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (8.0, windows-latest)
Process completed with exit code 1.
PHPStan (8.0, windows-latest): src/Rules/RuleLevelHelper.php#L140
Doing instanceof PHPStan\Type\NullType is error-prone and deprecated. Use Type::isNull() instead.
PHPStan (8.0, windows-latest): src/Rules/RuleLevelHelper.php#L93
Doing instanceof PHPStan\Type\CallableType is error-prone and deprecated. Use Type::isCallable() and Type::getCallableParametersAcceptors() instead.
PHPStan (8.0, windows-latest): src/Rules/RuleLevelHelper.php#L92
Anonymous function has an unused use $strictTypes.
PHPStan (7.4, windows-latest)
The operation was canceled.
PHPStan (7.4, windows-latest)
Canceling since a higher priority waiting request for sa-poc/12008 exists
PHPStan (7.4, ubuntu-latest)
The operation was canceled.
PHPStan (7.4, ubuntu-latest)
Canceling since a higher priority waiting request for sa-poc/12008 exists
Static Analysis
Canceling since a higher priority waiting request for sa-poc/12008 exists
PHPStan (8.3, windows-latest)
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
PHPStan (8.5, windows-latest)
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
PHPStan (8.2, windows-latest)
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
PHPStan (8.4, windows-latest)
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
PHPStan (8.1, windows-latest)
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
PHPStan (8.0, windows-latest)
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
PHPStan (7.4, windows-latest)
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