Skip to content

fix(ci): simplified workflow - PHP 8, checkout v5, level 1, allow fai… #5

fix(ci): simplified workflow - PHP 8, checkout v5, level 1, allow fai…

fix(ci): simplified workflow - PHP 8, checkout v5, level 1, allow fai… #5

Triggered via push April 6, 2026 06:33
Status Failure
Total duration 19s
Artifacts

tests.yml

on: push
PHP Syntax Check
9s
PHP Syntax Check
PHPUnit Tests
10s
PHPUnit Tests
PHPStan Analysis
15s
PHPStan Analysis
Code Style Check
11s
Code Style Check
Fit to window
Zoom out
Zoom in

Annotations

11 errors
PHP Syntax Check
Process completed with exit code 1.
PHPStan Analysis: lib/Controller/ApiAuthController.php#L22
Property OCA\ClubSuiteCore\Controller\ApiAuthController::$logger has unknown class Psr\Log\LoggerInterface as its type.
PHPStan Analysis: lib/Controller/ApiAuthController.php#L19
Class OCA\ClubSuiteCore\Controller\ApiAuthController extends unknown class OCP\AppFramework\Controller.
PHPStan Analysis: lib/AppInfo/Application.php#L47
Class OCP\IL10N not found.
PHPStan Analysis: lib/AppInfo/Application.php#L45
Class OCP\IURLGenerator not found.
PHPStan Analysis: lib/AppInfo/Application.php#L42
Class OCP\INavigationManager not found.
PHPStan Analysis: lib/AppInfo/Application.php#L35
Parameter $context of method OCA\ClubSuiteCore\AppInfo\Application::boot() has invalid type OCP\AppFramework\Bootstrap\IBootContext.
PHPStan Analysis: lib/AppInfo/Application.php#L28
Parameter $context of method OCA\ClubSuiteCore\AppInfo\Application::register() has invalid type OCP\AppFramework\Bootstrap\IRegistrationContext.
PHPStan Analysis: lib/AppInfo/Application.php#L25
OCA\ClubSuiteCore\AppInfo\Application::__construct() calls parent::__construct() but OCA\ClubSuiteCore\AppInfo\Application does not extend any class.
PHPStan Analysis: lib/AppInfo/Application.php#L21
Class OCA\ClubSuiteCore\AppInfo\Application implements unknown interface OCP\AppFramework\Bootstrap\IBootstrap.
PHPStan Analysis: lib/AppInfo/Application.php#L21
Class OCA\ClubSuiteCore\AppInfo\Application extends unknown class OCP\AppFramework\App.