Skip to content

Preview Fixes - PHPStan L7 + Baseline #2926

Preview Fixes - PHPStan L7 + Baseline

Preview Fixes - PHPStan L7 + Baseline #2926

Triggered via pull request June 18, 2026 14:07
Status Failure
Total duration 1m 7s
Artifacts

integrate.yaml

on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Static Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Static Analysis (8.4, locked): include/branches.inc#L254
Parameter #3 $length of function substr expects int|null, int<0, max>|false given.
Static Analysis (8.4, locked): include/branches.inc#L249
Function get_initial_release() has parameter $branch with no type specified.
Static Analysis (8.4, locked): include/branches.inc#L249
Function get_initial_release() has no return type specified.
Static Analysis (8.4, locked): include/branches.inc#L173
Function get_eol_branches() has parameter $always_include with no type specified.
Static Analysis (8.4, locked): include/branches.inc#L173
Function get_eol_branches() has no return type specified.
Static Analysis (8.4, locked): include/branches.inc#L138
Function get_active_branches() has parameter $include_recent_eols with no type specified.
Static Analysis (8.4, locked): include/branches.inc#L138
Function get_active_branches() has no return type specified.
Static Analysis (8.4, locked): include/branches.inc#L101
Function get_all_branches() has no return type specified.
Static Analysis (8.4, locked): include/branches.inc#L50
Function format_interval() has parameter $from with no type specified.
Static Analysis (8.4, locked): include/branches.inc#L50
Function format_interval() has no return type specified.
Static Analysis (8.4, locked)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/