Add update checker #323
ci.yml
on: push
PHPStan analysis
10s
Code Style checks
9s
Annotations
5 errors
Code Style checks
Process completed with exit code 8.
|
PHPStan analysis:
src/thebigcrafter/omp/utils/Filesystem.php#L19
Result of method Symfony\Component\Filesystem\Filesystem::remove() (void) is used.
|
PHPStan analysis:
src/thebigcrafter/omp/utils/Filesystem.php#L26
Method thebigcrafter\omp\utils\Filesystem::exists() has parameter $files with no value type specified in iterable type Traversable.
|
PHPStan analysis:
src/thebigcrafter/omp/utils/Filesystem.php#L26
Method thebigcrafter\omp\utils\Filesystem::exists() has parameter $files with no value type specified in iterable type array.
|
PHPStan analysis
Process completed with exit code 1.
|