Completed
Push — master ( f2b799...761b51 )
by Tobias
04:02
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/Setting/PaymentSetting.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     private $internationalBankAccount;
33 33
 
34 34
     /**
35
-     * @return mixed
35
+     * @return string
36 36
      */
37 37
     public function getBankgiro()
38 38
     {
Please login to merge, or discard this patch.