api4 - Enable services
[civicrm-core.git] / Civi / Core / Lock / LockInterface.php
index c84aa20f256acc714d2cbf53849f8262806f3e1c..130f2ab9084da3b0b5bd6faf0b943f800843158a 100644 (file)
@@ -34,7 +34,7 @@ interface LockInterface {
   /**
    * Acquire lock.
    *
-   * @param int|NULL $timeout
+   * @param int|null $timeout
    *   The number of seconds to wait to get the lock.
    *   For a default value, use NULL.
    * @return bool