| @@ -19,8 +19,8 @@ | ||
| 19 | 19 | MainConfig $mainConfig, |
| 20 | 20 | Util $util |
| 21 | 21 | ); |
| 22 | 22 | |
| 23 | - public function getFileNameWithPath(?string $directory = null): string; | |
| 23 | + public function getFileNameWithPath(string $directory = null): string; | |
| 24 | 24 | public function create(string $directory, ?string $objectType = null, ?string $absolutePath = null): bool; |
| 25 | 25 | public function delete(string $directory): bool; |
| 26 | 26 | } |