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 | https://github.com/symfony/symfony/pull/24053#discussion_r136391875
| License       | MIT
| Doc PR        | /

Commits
-------

86f2f25856 Mark SemaphoreStore::isSupported() as internal
This commit is contained in:
Fabien Potencier 2017-09-01 10:51:15 -07:00
commit 1730cff72d

View File

@ -30,6 +30,8 @@ class SemaphoreStore implements StoreInterface
* @param bool|null $blocking When not null, checked again the blocking mode.
*
* @return bool
*
* @internal
*/
public static function isSupported($blocking = null)
{