Skip to content

Commit 3ba7ef6

Browse files
committed
fix style
1 parent 5354052 commit 3ba7ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Autoloader/FileLocator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function locateFile(string $file, ?string $folder = null, string $ext = '
119119
*/
120120
public function getClassname(string $file): string
121121
{
122-
if(is_dir($file)) {
122+
if (is_dir($file)) {
123123
return '';
124124
}
125125

0 commit comments

Comments
 (0)