Completed
Push — master ( 5d392f...088273 )
by
unknown
05:37
created
module/Columnis/src/Columnis/Service/ApiService.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,6 @@  discard block
 block discarded – undo
79 79
      * Performs a request to Columnis api
80 80
      *
81 81
      * @param string $uri
82
-     * @param Array $queryParams
83
-     * @param Array $params
84 82
      * @return ApiResponse
85 83
      * @trows ApiRequestException
86 84
      */
@@ -126,6 +124,10 @@  discard block
 block discarded – undo
126 124
                 return new ApiRequestException('Api Request failed: '.$e->getMessage(), 0, $e);
127 125
         }
128 126
     }
127
+
128
+    /**
129
+     * @param string $header
130
+     */
129 131
     protected function parseAuthHeader($header) {
130 132
         $matches = array();
131 133
         $pattern = '/(?:Bearer |, )(\w+)="((?:[^\\"]+|\\.)*)"/';
Please login to merge, or discard this patch.