Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2ac16e

Browse filesBrowse files
author
Joe Bennett
committed
#27345 reinstated space
1 parent 7f47d60 commit d2ac16e
Copy full SHA for d2ac16e

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/Lock/Store/StoreFactory.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/StoreFactory.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public static function createStore($connection)
6565

6666
case 0 === strpos($connection, 'flock://'):
6767
return new FlockStore(substr($connection, 8));
68+
6869
case 'semaphore' === $connection:
6970
return new SemaphoreStore();
7071

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.