Skip to content
Triggered via push November 11, 2024 21:35
Status Failure
Total duration 28s
Artifacts

phpstan.yml

on: push
build-test
19s
build-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build-test: lib/AppInfo/Application.php#L12
Class OCA\OpenConnector\AppInfo\Application extends unknown class OCP\AppFramework\App.
build-test: lib/AppInfo/Application.php#L12
Class OCA\OpenConnector\AppInfo\Application implements unknown interface OCP\AppFramework\Bootstrap\IBootstrap.
build-test: lib/AppInfo/Application.php#L17
OCA\OpenConnector\AppInfo\Application::__construct() calls parent::__construct() but OCA\OpenConnector\AppInfo\Application does not extend any class.
build-test: lib/AppInfo/Application.php#L20
Parameter $context of method OCA\OpenConnector\AppInfo\Application::register() has invalid type OCP\AppFramework\Bootstrap\IRegistrationContext.
build-test: lib/AppInfo/Application.php#L24
Parameter $context of method OCA\OpenConnector\AppInfo\Application::boot() has invalid type OCP\AppFramework\Bootstrap\IBootContext.
build-test: lib/Controller/ConsumersController.php#L16
Class OCA\OpenConnector\Controller\ConsumersController extends unknown class OCP\AppFramework\Controller.
build-test: lib/Controller/ConsumersController.php#L28
Parameter $request of method OCA\OpenConnector\Controller\ConsumersController::__construct() has invalid type OCP\IRequest.
build-test: lib/Controller/ConsumersController.php#L29
Parameter $config of method OCA\OpenConnector\Controller\ConsumersController::__construct() has invalid type OCP\IAppConfig.
build-test: lib/Controller/ConsumersController.php#L29
Property OCA\OpenConnector\Controller\ConsumersController::$config has unknown class OCP\IAppConfig as its type.
build-test: lib/Controller/ConsumersController.php#L33
OCA\OpenConnector\Controller\ConsumersController::__construct() calls parent::__construct() but OCA\OpenConnector\Controller\ConsumersController does not extend any class.
build-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/