Completed
Push — master ( ad3a38...78278f )
by Action
02:28
created
src/UnitPay.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 
16 16
     /**
17 17
      * Allow if ip address is in whitelist.
18
-     * @param $ip
18
+     * @param string $ip
19 19
      * @return bool
20 20
      */
21 21
     public function allowIP($ip)
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * Return json error result.
33
-     * @param $message
33
+     * @param string $message
34 34
      * @return mixed
35 35
      */
36 36
     public function responseError($message)
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * Return json success result.
45
-     * @param $message
45
+     * @param string $message
46 46
      * @return mixed
47 47
      */
48 48
     public function responseOK($message)
@@ -54,8 +54,8 @@  discard block
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * Fill event details to pass title and request params as array.
57
-     * @param $event_type
58
-     * @param $event_title
57
+     * @param string $event_type
58
+     * @param string $event_title
59 59
      * @param Request $request
60 60
      */
61 61
     public function eventFillAndSend($event_type, $event_title, Request $request)
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
     /**
307 307
      * Call PaidOrderFilter if order not paid.
308 308
      * @param Request $request
309
-     * @param $order
309
+     * @param boolean $order
310 310
      * @return mixed
311 311
      * @throws InvalidConfiguration
312 312
      */
Please login to merge, or discard this patch.