Skip to content

4.x major: Remove deprecations, fix up MultiChecker. #783

4.x major: Remove deprecations, fix up MultiChecker.

4.x major: Remove deprecations, fix up MultiChecker. #783

Triggered via pull request November 29, 2025 19:52
@dereuromarkdereuromark
synchronize #748
4.x
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: pull_request
cs-stan  /  Coding Standard & Static Analysis
31s
cs-stan / Coding Standard & Static Analysis
Matrix: testsuite / testsuite-linux
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 1 warning
testsuite / testsuite-linux (8.3, highest, false)
Process completed with exit code 2.
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L80
Line indented incorrectly; expected 4 spaces, found 8
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L77
Line indented incorrectly; expected 0 spaces, found 4
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L68
Line indented incorrectly; expected 0 spaces, found 4
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L65
Line indented incorrectly; expected 4 spaces, found 8
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L63
Line indented incorrectly; expected 4 spaces, found 8
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L57
Line indented incorrectly; expected 0 spaces, found 4
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L49
Closing brace indented incorrectly; expected 0 spaces, found 4
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L49
Line indented incorrectly; expected 0 spaces, found 4
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L48
Missing blank line before return statement
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L47
There must be 1 space after the property type declaration; newline found
cs-stan / Coding Standard & Static Analysis
Process completed with exit code 1.
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L161
Syntax error, unexpected '}', expecting EOF on line 161
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L158
Syntax error, unexpected T_PUBLIC on line 158
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L133
Syntax error, unexpected T_PUBLIC on line 133
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L113
Syntax error, unexpected T_PROTECTED on line 113
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L94
Syntax error, unexpected T_PROTECTED on line 94
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L77
Syntax error, unexpected T_PROTECTED on line 77
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L48
Syntax error, unexpected T_RETURN, expecting ';' or '{' on line 48
testsuite / testsuite-linux (8.2, highest, false)
Process completed with exit code 2.
testsuite / testsuite-linux (8.2, lowest, false)
Process completed with exit code 2.
testsuite / testsuite-linux (8.4, highest, false)
Process completed with exit code 2.
testsuite / testsuite-linux (8.5, highest, false)
Process completed with exit code 2.
cs-stan / Coding Standard & Static Analysis: src/Authenticator/TokenAuthenticator.php#L1
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 29 and the first side effect is on line 161.