docs(lock): clarify lazy-loading behavior of isLockProviderAvailable

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-04-28 13:03:33 -04:00 committed by GitHub
parent e1a8db4cd9
commit cb39b95b82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,8 @@ interface ILockManager extends ILockProvider {
/**
* Check whether a lock provider is currently available.
*
* If a provider class was registered lazily, this may attempt to resolve it.
*
* @since 24.0.0
*/
public function isLockProviderAvailable(): bool;