Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthi4s committed Jan 14, 2025
1 parent 3260fb2 commit e77a2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lock.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ public static function setDelayPerUnavailableRetry(int $delayPerRetry): void
* Create a lock
*
* @param string $key Can be anything, should describe the resource in a unique way
* @param string|null $identifier An identifier for this lock, falls back to the default identifier if null
*/
public function __construct(string $key, ?string $identifier = null)
{
Expand Down

0 comments on commit e77a2b9

Please sign in to comment.