PHP81 syntax #782
Annotations
10 errors and 2 warnings
Run php-actions/phpstan@v3:
app/Components/ApiResults/ApiResultsComponent.php#L20
Class App\Components\ApiResults\ApiResultsComponent has an uninitialized readonly property $gameServerApiConnector. Assign it in the constructor.
|
Run php-actions/phpstan@v3:
app/Components/ApiResults/ApiResultsComponent.php#L21
Class App\Components\ApiResults\ApiResultsComponent has an uninitialized readonly property $downloader. Assign it in the constructor.
|
Run php-actions/phpstan@v3:
app/Components/ApiResults/ApiResultsComponent.php#L30
Readonly property App\Components\ApiResults\ApiResultsComponent::$downloader is assigned outside of the constructor.
|
Run php-actions/phpstan@v3:
app/Components/ApiResults/ApiResultsComponent.php#L31
Readonly property App\Components\ApiResults\ApiResultsComponent::$gameServerApiConnector is assigned outside of the constructor.
|
Run php-actions/phpstan@v3:
app/Components/ImageGallery/ImageGalleryControl.php#L18
Class App\Components\ImageGallery\ImageGalleryControl has an uninitialized readonly property $cache. Assign it in the constructor.
|
Run php-actions/phpstan@v3:
app/Components/ImageGallery/ImageGalleryControl.php#L28
Readonly property App\Components\ImageGallery\ImageGalleryControl::$cache is assigned outside of the constructor.
|
Run php-actions/phpstan@v3:
app/Components/Map/MapComponent.php#L18
Class App\Components\Map\MapComponent has an uninitialized readonly property $dummyService. Assign it in the constructor.
|
Run php-actions/phpstan@v3:
app/Components/Map/MapComponent.php#L31
Readonly property App\Components\Map\MapComponent::$dummyService is assigned outside of the constructor.
|
Run php-actions/phpstan@v3:
app/Components/PdfGallery/PdfGalleryControl.php#L17
Class App\Components\PdfGallery\PdfGalleryControl has an uninitialized readonly property $cache. Assign it in the constructor.
|
Run php-actions/phpstan@v3:
app/Components/PdfGallery/PdfGalleryControl.php#L27
Readonly property App\Components\PdfGallery\PdfGalleryControl::$cache is assigned outside of the constructor.
|
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/.
|
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/
|
Loading