Passed
Push — master ( 72c339...c7bdac )
by Action
02:46
created
src/WebMoneyMerchant.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 
16 16
     /**
17 17
      * Allow the access, if the ip address is in the 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
      * Generates the '403' error code.
33
-     * @param $message
33
+     * @param string $message
34 34
      * @return mixed
35 35
      */
36 36
     public function responseError($message)
@@ -49,8 +49,8 @@  discard block
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * Fills in the event details to pass the title and request params as array.
52
-     * @param $event_type
53
-     * @param $event_title
52
+     * @param string $event_type
53
+     * @param string $event_title
54 54
      * @param Request $request
55 55
      */
56 56
     public function eventFillAndSend($event_type, $event_title, Request $request)
@@ -316,7 +316,7 @@  discard block
 block discarded – undo
316 316
     /**
317 317
      * Calls PaidOrderFilter if the order is not paid.
318 318
      * @param Request $request
319
-     * @param $order
319
+     * @param boolean $order
320 320
      * @return mixed
321 321
      * @throws InvalidConfiguration
322 322
      */
Please login to merge, or discard this patch.