Skip to content

Commit 154e79f

Browse files
author
Eugene Leonovich
committed
Remove redundant PHPDoc
1 parent 2998099 commit 154e79f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Handler/RetryStrategy/RetryStrategy.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@
44

55
interface RetryStrategy
66
{
7-
/**
8-
* @param int $attempt
9-
* @return int|null
10-
*/
117
public function getDelay(int $attempt): ?int;
128
}

0 commit comments

Comments
 (0)