Completed
Push — master ( c13142...c0435c )
by Tobias
02:34
created
src/Api/HttpApi.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      * Send a POST request with raw data.
87 87
      *
88 88
      * @param string       $path           Request path
89
-     * @param array|string $body           Request body
89
+     * @param null|string $body           Request body
90 90
      * @param array        $requestHeaders Request headers
91 91
      *
92 92
      * @return ResponseInterface
Please login to merge, or discard this patch.
src/Model/Invoice/EventData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -745,7 +745,7 @@
 block discarded – undo
745 745
     }
746 746
 
747 747
     /**
748
-     * @return mixed
748
+     * @return boolean
749 749
      */
750 750
     public function getScanningCentral()
751 751
     {
Please login to merge, or discard this patch.
src/Model/Item/BaseItem.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,6 @@
 block discarded – undo
238 238
     /**
239 239
      * Create an API response object from the HTTP response from the API server.
240 240
      *
241
-     * @param array $data
242 241
      *
243 242
      * @return Item
244 243
      */
Please login to merge, or discard this patch.