@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Intraxia\Jaxion\Http; |
3 | 3 | |
4 | 4 | use Intraxia\Jaxion\Contract\Http\Guard as GuardContract; |
5 | -use Intraxia\Jaxion\Utility\Str; |
|
6 | 5 | use WP_Error; |
7 | 6 | |
8 | 7 | /** |
@@ -676,7 +676,7 @@ discard block |
||
676 | 676 | /** |
677 | 677 | * Return the key of the current element. |
678 | 678 | * |
679 | - * @return mixed |
|
679 | + * @return integer |
|
680 | 680 | */ |
681 | 681 | public function key() { |
682 | 682 | return $this->position; |
@@ -703,7 +703,7 @@ discard block |
||
703 | 703 | * from a trusted set of elements. |
704 | 704 | * |
705 | 705 | * @param array $elements Array of elements to pass into new collection. |
706 | - * @param null|mixed $type |
|
706 | + * @param string $type |
|
707 | 707 | * |
708 | 708 | * @return static |
709 | 709 | */ |