We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ce044 commit e5b9656Copy full SHA for e5b9656
src/Filesystem.php
@@ -35,7 +35,7 @@ public function has(string $filename): bool
35
*/
36
public function getNamesWithDifferentExtension(string $fileName)
37
{
38
- if(! file_exists($this->basePath)) {
+ if (! file_exists($this->basePath)) {
39
return [];
40
}
41
0 commit comments