@@ -14,7 +14,7 @@ discard block |
||
| 14 | 14 | { |
| 15 | 15 | $contents = $file->getContents(); |
| 16 | 16 | |
| 17 | - if (! $contents) { |
|
| 17 | + if (!$contents) { |
|
| 18 | 18 | throw new FileException('Invalid file!'); |
| 19 | 19 | } |
| 20 | 20 | |
@@ -95,6 +95,6 @@ discard block |
||
| 95 | 95 | |
| 96 | 96 | private function getFontPath(string $font): string |
| 97 | 97 | { |
| 98 | - return dirname(__DIR__, 2) . '/fonts/' . $font; |
|
| 98 | + return dirname(__DIR__, 2).'/fonts/'.$font; |
|
| 99 | 99 | } |
| 100 | 100 | } |