Skip to content

Commit b97150a

Browse files
Add return types to internal|final|private methods
1 parent 6aff50a commit b97150a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Store/SemaphoreStore.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ class SemaphoreStore implements StoreInterface, BlockingStoreInterface
2727
/**
2828
* Returns whether or not the store is supported.
2929
*
30-
* @return bool
31-
*
3230
* @internal
3331
*/
34-
public static function isSupported()
32+
public static function isSupported(): bool
3533
{
3634
return \extension_loaded('sysvsem');
3735
}

0 commit comments

Comments
 (0)