Mark SemaphoreStore::isSupported() as internal

This commit is contained in:
Dany Maillard 2017-08-31 20:01:53 +02:00
parent 9cce236e29
commit 86f2f25856

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)
{