Skip to content

Fix null array offset deprecation in PHP 8.5 #1407

Fix null array offset deprecation in PHP 8.5

Fix null array offset deprecation in PHP 8.5 #1407

Triggered via pull request February 7, 2026 08:50
Status Failure
Total duration 43s
Artifacts

ci.yml

on: pull_request
Coding Standard & Static Analysis
21s
Coding Standard & Static Analysis
Matrix: testsuite
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Coding Standard & Static Analysis
Process completed with exit code 1.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/View/Helper/AuthenticationHelper)#L179
Strict comparison using === between string and null will always evaluate to false.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/View/Helper/AuthUserHelper)#L179
Strict comparison using === between string and null will always evaluate to false.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/Utility/TinyAuth)#L179
Strict comparison using === between string and null will always evaluate to false.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/Policy/RequestPolicy)#L179
Strict comparison using === between string and null will always evaluate to false.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/Panel/AuthPanel)#L179
Strict comparison using === between string and null will always evaluate to false.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/Middleware/RequestAuthorizationMiddleware)#L179
Strict comparison using === between string and null will always evaluate to false.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/Controller/Component/AuthorizationComponent)#L179
Strict comparison using === between string and null will always evaluate to false.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/Controller/Component/AuthUserComponent)#L179
Strict comparison using === between string and null will always evaluate to false.
Coding Standard & Static Analysis: src/Auth/AclTrait.php (in context of class TinyAuth/Auth/TinyAuthorize)#L179
Strict comparison using === between string and null will always evaluate to false.