Completed
Branch master (084316)
by Sébastien
09:04
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,8 +77,8 @@
 block discarded – undo
77 77
     /**
78 78
      * Make a DELETE request.
79 79
      *
80
-     * @param  string $endpoint
81 80
      * @param  array  $options
81
+     * @param string $url
82 82
      * @return object
83 83
      */
84 84
     public function delete($url, array $options = [])
Please login to merge, or discard this patch.
src/Transaction.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     /**
152 152
      * Get the transactions for an order code.
153 153
      *
154
-     * @param  int $orderCode
154
+     * @param  int $ordercode
155 155
      * @return array
156 156
      */
157 157
     public function getByOrder($ordercode)
@@ -185,7 +185,6 @@  discard block
 block discarded – undo
185 185
     /**
186 186
      * Get the transactions that were cleared on a given date.
187 187
      *
188
-     * @param  \DateTimeInterface|string $date
189 188
      * @return array
190 189
      */
191 190
     public function getByClearanceDate($clearancedate)
Please login to merge, or discard this patch.
src/VivaPaymentsServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     /**
34 34
      * Instantiate the Guzzlehttp client.
35 35
      *
36
-     * @return GuzzleHttp\Client
36
+     * @return GuzzleClient
37 37
      */
38 38
     protected function bootGuzzleClient()
39 39
     {
Please login to merge, or discard this patch.