Skip to content

Remove CheckController, unused frontend layout templates, and redun… #748

Remove CheckController, unused frontend layout templates, and redun…

Remove CheckController, unused frontend layout templates, and redun… #748

Triggered via push October 29, 2025 02:20
Status Failure
Total duration 2m 37s
Artifacts

main.yml

on: push
Matrix: setup
Matrix: code-sniffer
Matrix: php-security
Matrix: static-analysis
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
php-security (8.4, highest)
Process completed with exit code 2.
UndefinedInterfaceMethod: src/Modules/Frontend/Controllers/ErrorController.php#L37
src/Modules/Frontend/Controllers/ErrorController.php:37:35: UndefinedInterfaceMethod: Method Phalcon\Http\ResponseInterface::getReasonPhrase does not exist (see https://psalm.dev/181)
UndefinedClass: src/Bootstrap/Config.php#L1618
src/Bootstrap/Config.php:1618:29: UndefinedClass: Class, interface or enum named Zemit\Modules\Frontend\Controllers\CheckController does not exist (see https://psalm.dev/019)
static-analysis (8.4, highest)
Process completed with exit code 1.
static-analysis (8.4, highest): src/Modules/Frontend/Controllers/ErrorController.php#L37
Call to an undefined method Phalcon\Http\ResponseInterface::getReasonPhrase().
static-analysis (8.4, highest): src/Bootstrap/Config.php#L1618
Class Zemit\Modules\Frontend\Controllers\CheckController not found.