8000 Mark SemaphoreStore::isSupported() as internal · symfony/symfony@86f2f25 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86f2f25

Browse files
committed
Mark SemaphoreStore::isSupported() as internal
1 parent 9cce236 commit 86f2f25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class SemaphoreStore implements StoreInterface
3030
* @param bool|null $blocking When not null, checked again the blocking mode.
3131
*
3232
* @return bool
33+
*
34+
* @internal
3335
*/
3436
public static function isSupported($blocking = null)
3537
{

0 commit comments

Comments
 (0)
0