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

Skip to content

Commit cde7c27

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ public static function isSupported($blocking = null)
3737
return false;
3838
}
3939

40-
if ($blocking === false && \PHP_VERSION_ID < 50601) {
41-
return false;
42-
}
43-
4440
return true;
4541
}
4642

0 commit comments

Comments
 (0)
0