Bug fixes for PSR-12 update

This commit is contained in:
Clemens Schwaighofer
2021-07-14 16:36:13 +09:00
parent c1240c0614
commit 4779e4ccbe
5 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ declare(strict_types=1);
$paths = [
'/bin',
'/usr/bin',
'/usr/local/bin'
'/usr/local/bin',
];
// find convert
foreach ($paths as $path) {