@@ -228,7 +228,7 @@ |
||
228 | 228 | * |
229 | 229 | * @return null|string |
230 | 230 | */ |
231 | - public function file($src, bool $push = false) : ?string { |
|
231 | + public function file($src, bool $push = false) : ? string { |
|
232 | 232 | $src = trim($src, '/'); |
233 | 233 | $files = Finder::create()->in($this->srcDir)->path($src)->getIterator(); |
234 | 234 | $files->rewind(); |