Skip to content

Vyfuk hackaton

Vyfuk hackaton #829

Triggered via pull request July 9, 2024 12:28
Status Failure
Total duration 31s
Artifacts

php-stan.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
PHPStan 8.1: app/Components/ApiResults/ApiResultsComponent.php#L20
Class App\Components\ApiResults\ApiResultsComponent has an uninitialized readonly property $gameServerApiConnector. Assign it in the constructor.
PHPStan 8.1: app/Components/ApiResults/ApiResultsComponent.php#L21
Class App\Components\ApiResults\ApiResultsComponent has an uninitialized readonly property $downloader. Assign it in the constructor.
PHPStan 8.1: app/Components/ApiResults/ApiResultsComponent.php#L33
Readonly property App\Components\ApiResults\ApiResultsComponent::$downloader is assigned outside of the constructor.
PHPStan 8.1: app/Components/ApiResults/ApiResultsComponent.php#L34
Readonly property App\Components\ApiResults\ApiResultsComponent::$gameServerApiConnector is assigned outside of the constructor.
PHPStan 8.1: app/Components/ImageGallery/ImageGalleryControl.php#L18
Class App\Components\ImageGallery\ImageGalleryControl has an uninitialized readonly property $cache. Assign it in the constructor.
PHPStan 8.1: app/Components/ImageGallery/ImageGalleryControl.php#L28
Readonly property App\Components\ImageGallery\ImageGalleryControl::$cache is assigned outside of the constructor.
PHPStan 8.1: app/Components/Map/MapComponent.php#L18
Class App\Components\Map\MapComponent has an uninitialized readonly property $dummyService. Assign it in the constructor.
PHPStan 8.1: app/Components/Map/MapComponent.php#L31
Readonly property App\Components\Map\MapComponent::$dummyService is assigned outside of the constructor.
PHPStan 8.1: app/Components/PdfGallery/PdfGalleryControl.php#L17
Class App\Components\PdfGallery\PdfGalleryControl has an uninitialized readonly property $cache. Assign it in the constructor.
PHPStan 8.1: app/Components/PdfGallery/PdfGalleryControl.php#L27
Readonly property App\Components\PdfGallery\PdfGalleryControl::$cache is assigned outside of the constructor.
PHPStan 8.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan 8.1
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/