Skip to content

Commit afc21eb

Browse files
authored
fix PHPdoc for decay param (#33511)
1 parent 4f373c3 commit afc21eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Redis/Limiters/DurationLimiterBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function allow($maxLocks)
7373
/**
7474
* Set the amount of time the lock window is maintained.
7575
*
76-
* @param int $decay
76+
* @param \DateTimeInterface|\DateInterval|int $decay
7777
* @return $this
7878
*/
7979
public function every($decay)

0 commit comments

Comments
 (0)