@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the dotfiles project. |
@@ -128,6 +128,6 @@ discard block |
||
| 128 | 128 | |
| 129 | 129 | public static function stripPath(string $path) |
| 130 | 130 | { |
| 131 | - return substr($path,-30); |
|
| 131 | + return substr($path, -30); |
|
| 132 | 132 | } |
| 133 | 133 | } |