Skip to content

Commit e5b9656

Browse files
committed
apply style ci fix
1 parent 99ce044 commit e5b9656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function has(string $filename): bool
3535
*/
3636
public function getNamesWithDifferentExtension(string $fileName)
3737
{
38-
if(! file_exists($this->basePath)) {
38+
if (! file_exists($this->basePath)) {
3939
return [];
4040
}
4141

0 commit comments

Comments
 (0)