Skip to content

Commit 8684797

Browse files
authored
Apply fixes from StyleCI (#51)
1 parent 1fe714a commit 8684797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static function getFilename()
9999
if (file_exists(self::$filename)) {
100100
return self::$filename;
101101
}
102-
102+
103103
return (getcwd() ?: './').'/'.self::$filename;
104104
}
105105
}

0 commit comments

Comments
 (0)