Almost done #300
ci.yml
on: push
PHPStan analysis
17s
Code Style checks
8s
Annotations
11 errors
Code Style checks
Process completed with exit code 8.
|
PHPStan analysis:
src/OhMyPMMP.php#L63
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
PHPStan analysis:
src/OhMyPMMP.php#L64
Cannot access offset 'api' on mixed.
|
PHPStan analysis:
src/OhMyPMMP.php#L64
Cannot access offset 0 on mixed.
|
PHPStan analysis:
src/OhMyPMMP.php#L68
Cannot access offset 'from' on mixed.
|
PHPStan analysis:
src/OhMyPMMP.php#L68
Cannot access offset 'to' on mixed.
|
PHPStan analysis:
src/OhMyPMMP.php#L68
Parameter #2 $minVersion of static method thebigcrafter\omp\Utils::isMajorVersionInRange() expects string, mixed given.
|
PHPStan analysis:
src/OhMyPMMP.php#L68
Parameter #3 $maxVersion of static method thebigcrafter\omp\Utils::isMajorVersionInRange() expects string, mixed given.
|
PHPStan analysis:
src/OhMyPMMP.php#L72
Cannot access offset 'name' on mixed.
|
PHPStan analysis:
src/OhMyPMMP.php#L72
Parameter #1 $name of static method thebigcrafter\omp\pool\PoggitPluginsPool::getItem() expects string, mixed given.
|
PHPStan analysis:
src/OhMyPMMP.php#L73
Cannot access offset 'license' on mixed.
|