Completed
Pull Request — master (#164)
by
unknown
11:54
created
src/Authorization/BearerTokenAuthorization.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,11 +12,11 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/Component/ApiConsoleControl.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.