8000 minor #24057 [Lock] Make SemaphoreStore::isSupported() internal (maid… · symfony/symfony@1730cff · GitHub
[go: up one dir, main page]

Skip to content

Commit 1730cff

Browse files
committed
minor #24057 [Lock] Make SemaphoreStore::isSupported() internal (maidmaid)
This PR was merged into the 3.4 branch. Discussion ---------- [Lock] Make SemaphoreStore::isSupported() internal | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #24053 (comment) | License | MIT | Doc PR | / Commits ------- 86f2f25 Mark SemaphoreStore::isSupported() as internal
2 parents 042328d + 86f2f25 commit 1730cff

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