Completed
Push — master ( e9a4c1...1f7593 )
by Raffael
09:08 queued 01:05
created
src/lib/Endpoint/Mysql/Wrapper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -107,6 +107,7 @@
 block discarded – undo
107 107
 
108 108
     /**
109 109
      * Select query.
110
+     * @param string $query
110 111
      */
111 112
     public function query($query, $resultmode = null)
112 113
     {
Please login to merge, or discard this patch.
src/lib/Endpoint/Ucs.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -377,6 +377,7 @@
 block discarded – undo
377 377
 
378 378
     /**
379 379
      * Parse response.
380
+     * @param \Psr\Http\Message\ResponseInterface $response
380 381
      */
381 382
     protected function parse($response): array
382 383
     {
Please login to merge, or discard this patch.