8000 removing accidental line break · symfony/symfony@26e1e55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26e1e55

Browse files
committed
removing accidental line break
1 parent d345b7e commit 26e1e55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Config/ResourceCheckerConfigCache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public function isFresh(): bool
8787
if (!$checker->supports($resource)) {
8888
continue; // next checker
8989
}
90-
9190
428A if ($checker->isFresh($resource, $time)) {
9291
break; // no need to further check this resource
9392
}

0 commit comments

Comments
 (0)
0