Skip to content

Commit cb39b95

Browse files
docs(lock): clarify lazy-loading behavior of isLockProviderAvailable
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent e1a8db4 commit cb39b95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/public/Files/Lock/ILockManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public function registerLazyLockProvider(string $lockProviderClass): void;
4141
/**
4242
* Check whether a lock provider is currently available.
4343
*
44+
* If a provider class was registered lazily, this may attempt to resolve it.
45+
*
4446
* @since 24.0.0
4547
*/
4648
public function isLockProviderAvailable(): bool;

0 commit comments

Comments
 (0)