8000 Remove old version check · symfony/symfony@ab7e669 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab7e669

Browse files
committed
Remove old version check
1 parent f41bdf1 commit ab7e669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Store/SemaphoreStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static function isSupported($blocking = null)
3737
return false;
3838
}
3939

40-
if ($blocking === false && \PHP_VERSION_ID < 50601) {
40+
if ($blocking === false) {
4141
return false;
4242
}
4343

0 commit comments

Comments
 (0)
0