Completed
Push — master ( fab45b...055e60 )
by Marin
02:42
created
src/Task.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @param mixed $merchant
144
+     * @param string|null $merchant
145 145
      */
146 146
     public function setMerchant($merchant)
147 147
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     }
158 158
 
159 159
     /**
160
-     * @param mixed $executor
160
+     * @param string|null $executor
161 161
      */
162 162
     public function setExecutor($executor)
163 163
     {
@@ -365,7 +365,7 @@  discard block
 block discarded – undo
365 365
     }
366 366
 
367 367
     /**
368
-     * @param mixed $destination
368
+     * @param string|null $destination
369 369
      */
370 370
     public function setDestination($destination)
371 371
     {
Please login to merge, or discard this patch.
src/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-     * @param null $url
38
+     * @param string $url
39 39
      * @param array $options
40 40
      * @throws \Exception
41 41
      * @return \GuzzleHttp\Message\ResponseInterface
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param null $url
62
+     * @param string $url
63 63
      * @param array $options
64 64
      * @return \GuzzleHttp\Message\ResponseInterface|null
65 65
      */
Please login to merge, or discard this patch.