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 32e4830 commit 7b161eeCopy full SHA for 7b161ee
src/Config.php
@@ -23,7 +23,7 @@ function locate()
23
foreach ($paths as $path) {
24
while (dirname($path) !== $path) {
25
$file = $path . DIRECTORY_SEPARATOR . FILE_NAME;
26
- if (!isset($alreadyChecked[$file]) && is_file($file))) {
+ if (!isset($alreadyChecked[$file]) && is_file($file)) {
27
read($file);
28
State::$timestamp = max(filemtime($file), State::$timestamp);
29
}
0 commit comments