@@ -28,7 +28,7 @@ |
||
28 | 28 | * Constructor |
29 | 29 | * |
30 | 30 | * @throws Exception |
31 | - * @param string|ConditionInterface $target |
|
31 | + * @param string $target |
|
32 | 32 | * @param Closure $closure |
33 | 33 | */ |
34 | 34 | public function __construct( $target, Closure $closure ) { |
@@ -62,7 +62,7 @@ |
||
62 | 62 | /** |
63 | 63 | * Get allowed methods |
64 | 64 | * |
65 | - * @return array |
|
65 | + * @return string[] |
|
66 | 66 | */ |
67 | 67 | public function getMethods() { |
68 | 68 | return $this->methods; |