fix(ci): simplified workflow - PHP 8, checkout v5, level 1, allow fai… #5
tests.yml
on: push
PHP Syntax Check
9s
PHPUnit Tests
10s
PHPStan Analysis
15s
Code Style Check
11s
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.
|