Skip to content

Commit f7aa5a4

Browse files
committed
remove unusable args
1 parent 6b8aee1 commit f7aa5a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@ public function replicas($replicas)
9595

9696
/**
9797
* Ignore bad HTTP requests
98-
* @param array|int $code
9998
* @return $this
10099
*/
101-
public function ignore($code)
100+
public function ignore()
102101
{
103102

104103
$args = func_get_args();

0 commit comments

Comments
 (0)