Skip to content

update number of participants #812

update number of participants

update number of participants #812

Triggered via push July 1, 2024 16:13
Status Failure
Total duration 55s
Artifacts

php-stan.yml

on: push
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#L30
Readonly property App\Components\ApiResults\ApiResultsComponent::$downloader is assigned outside of the constructor.
PHPStan 8.1: app/Components/ApiResults/ApiResultsComponent.php#L31
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/