Passed
Push — master ( 60f89c...3e6fc7 )
by Jacques
02:01
created
src/Traits/SmartLoad.php 2 patches
Doc Comments   -20 removed lines patch added patch discarded remove patch
@@ -236,26 +236,6 @@
 block discarded – undo
236 236
     /**
237 237
      * Authenticate and recharge prevend request.
238 238
      *
239
-     * @param string $dealerMsisdn
240
-     * @param string $clientReference
241
-     * @param string $smsRecipientMsisdn
242
-     * @param string $deviceId
243
-     * @param integer $productId
244
-     * @param integer $amount
245
-     * @param boolean $pinless
246
-     * @param boolean $sendSms
247
-     *
248
-     *
249
-{
250
-  "smartloadId": "27821234567",
251
-  "clientReference": "abc123",
252
-  "smsRecipientMsisdn": "27821234567",
253
-  "deviceId": "27821234567",
254
-  "productId": 62,
255
-  "amount": 12,
256
-  "pinless": true,
257
-  "sendSms": true
258
-}
259 239
 
260 240
      */
261 241
     public function prevend()
Please login to merge, or discard this patch.
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,6 @@
 block discarded – undo
256 256
   "pinless": true,
257 257
   "sendSms": true
258 258
 }
259
-
260 259
      */
261 260
     public function prevend()
262 261
     {
Please login to merge, or discard this patch.