@@ -20,7 +20,7 @@ |
||
| 20 | 20 | /** |
| 21 | 21 | * @SuppressWarnings(PHPMD) |
| 22 | 22 | */ |
| 23 | -function testing (int $a) { |
|
| 23 | +function testing(int $a) { |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | if (false) { |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | $phar->addFile('autoload.php'); |
| 13 | 13 | $phar->addFile('bin/diffFilter'); |
| 14 | 14 | |
| 15 | -$code = realpath(__DIR__.'/src'); |
|
| 15 | +$code = realpath(__DIR__ . '/src'); |
|
| 16 | 16 | $codeLength = strlen($code); |
| 17 | 17 | $directory = new RecursiveDirectoryIterator( |
| 18 | 18 | $code, |