@@ -12,11 +12,11 @@ |
||
| 12 | 12 | private const EXPECTED_HTTP_PARTS = 2; |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * BearerTokenAuthorization constructor. |
|
| 16 | - * |
|
| 17 | - * @param TokenRepositoryInterface $tokenRepository |
|
| 18 | - * @param IpDetectorInterface $ipDetector |
|
| 19 | - */ |
|
| 15 | + * BearerTokenAuthorization constructor. |
|
| 16 | + * |
|
| 17 | + * @param TokenRepositoryInterface $tokenRepository |
|
| 18 | + * @param IpDetectorInterface $ipDetector |
|
| 19 | + */ |
|
| 20 | 20 | public function __construct(TokenRepositoryInterface $tokenRepository, IpDetectorInterface $ipDetector) |
| 21 | 21 | { |
| 22 | 22 | parent::__construct($tokenRepository, $ipDetector); |
@@ -127,7 +127,7 @@ |
||
| 127 | 127 | /** |
| 128 | 128 | * @param mixed[] $values |
| 129 | 129 | * @return mixed[] |
| 130 | - */ |
|
| 130 | + */ |
|
| 131 | 131 | private function filterFormValues(array $values): array |
| 132 | 132 | { |
| 133 | 133 | foreach ($this->handler->params() as $param) { |