Test against php 8.3 #324
Annotations
10 errors and 1 warning
7.4 - prefer-stable:
src/Domain/Configuration.php#L434
* [No silenced errors] Silencing errors is discouraged; found: @Popen('wmic cpu get NumberOfLogicalProcessors'...
|
7.4 - prefer-stable:
src/Domain/Configuration.php#L444
* [No silenced errors] Silencing errors is discouraged; found: @\popen(...
|
7.4 - prefer-stable:
src/Domain/Configuration.php#L1
* [Having `classes` with more than 5 cyclomatic complexity is prohibited - Consider refactoring] 26 cyclomatic complexity
|
7.4 - prefer-stable:
src/Domain/Configuration.php#L259
* [Function length] Your function is too long. Currently using 56 lines. Can be up to 20 lines.
|
7.4 - prefer-stable:
src/Domain/Configuration.php#L327
* [Function length] Your function is too long. Currently using 29 lines. Can be up to 20 lines.
|
7.4 - prefer-stable:
src/Domain/Configuration.php#L420
* [Function length] Your function is too long. Currently using 23 lines. Can be up to 20 lines.
|
7.4 - prefer-stable:
src/Application/Composer.php#L12
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
7.4 - prefer-stable:
src/Application/Composer.php#L18
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
7.4 - prefer-stable:
src/Infrastructure/Repositories/LocalFilesRepository.php#L28
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
7.4 - prefer-stable:
src/Infrastructure/Repositories/LocalFilesRepository.php#L56
* [Parameter type hint] Method \NunoMaduro\PhpInsights\Infrastructure\Repositories\LocalFilesRepository::within() does not have @param annotation for its traversable parameter $exclude.
* [Parameter type hint] Method \NunoMaduro\PhpInsights\Infrastructure\Repositories\LocalFilesRepository::within() does not have @param annotation for its traversable parameter $paths.
|
7.4 - prefer-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|