Skip to content

Code Static Analysis #56

Code Static Analysis

Code Static Analysis #56

Triggered via schedule December 9, 2024 08:00
Status Failure
Total duration 45s
Artifacts

static-analysis.yaml

on: schedule
Matrix: JS Lint
Matrix: PHP Lint
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Commands/Install.php#L107
Call to static method buildException() on an unknown class FastyBird\Core\Tools\Helpers\Logger.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L76
PHPDoc tag @throws with type FastyBird\Core\Application\Exceptions\InvalidState|FastyBird\Core\Tools\Exceptions\InvalidState|FastyBird\JsonApi\Exceptions\JsonApi|FastyBird\Module\Triggers\Exceptions\InvalidState is not subtype of Throwable
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L104
Method FastyBird\Module\Triggers\Controllers\ActionsV1::read() throws checked exception FastyBird\Core\Tools\Exceptions\InvalidState but it's missing from the PHPDoc @throws tag.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L107
Method FastyBird\Module\Triggers\Controllers\ActionsV1::read() throws checked exception FastyBird\Core\Tools\Exceptions\InvalidState but it's missing from the PHPDoc @throws tag.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L128
Method FastyBird\Module\Triggers\Controllers\ActionsV1::create() throws checked exception FastyBird\Core\Tools\Exceptions\InvalidState but it's missing from the PHPDoc @throws tag.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L212
Call to static method buildException() on an unknown class FastyBird\Core\Tools\Helpers\Logger.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L259
Method FastyBird\Module\Triggers\Controllers\ActionsV1::update() throws checked exception FastyBird\Core\Tools\Exceptions\InvalidState but it's missing from the PHPDoc @throws tag.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L262
Method FastyBird\Module\Triggers\Controllers\ActionsV1::update() throws checked exception FastyBird\Core\Tools\Exceptions\InvalidState but it's missing from the PHPDoc @throws tag.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L289
Call to static method buildException() on an unknown class FastyBird\Core\Tools\Helpers\Logger.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2): src/Controllers/ActionsV1.php#L334
Method FastyBird\Module\Triggers\Controllers\ActionsV1::delete() throws checked exception FastyBird\Core\Tools\Exceptions\InvalidState but it's missing from the PHPDoc @throws tag.
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20)
Input required and not supplied: path
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20)
Process completed with exit code 1.
PHP Lint (8.2, ubuntu-latest) / Code Static Analysis (PHP 8.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636