Completed
Push — master ( 66f9c6...71a497 )
by Stanislav
02:36
created
src/Models/BookingDetails.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -774,7 +774,7 @@
 block discarded – undo
774 774
     }
775 775
 
776 776
     /**
777
-     * @return string
777
+     * @return integer
778 778
      */
779 779
     public function getCreditslip(): ?string
780 780
     {
Please login to merge, or discard this patch.
src/Query/Query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
     }
131 131
 
132 132
     /**
133
-     * @param $url
133
+     * @param string $url
134 134
      * @return string
135 135
      */
136 136
     protected function getUrl($url): string
Please login to merge, or discard this patch.