Skip to content

Commit a3bd9e3

Browse files
authored
Update PathUtility.php
1 parent 1162785 commit a3bd9e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Utility/PathUtility.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ public static function fixFilePath(string $path): string
8787
return str_replace(['\\', '//'], '/', $path);
8888
}
8989

90-
public static function resolveFilePath(string $filePath): string {
90+
public static function resolveFilePath(string $filePath): string
91+
{
9192
if (self::isUrl($filePath)) {
9293
return $filePath;
9394
}

0 commit comments

Comments
 (0)