Passed
Push — master ( 47c6a4...8265d0 )
by Ehsan
02:51
created
src/Slackbot/client/ApiClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
     }
308 308
 
309 309
     /**
310
-     * @param $method
310
+     * @param string $method
311 311
      * @param $arguments
312 312
      *
313 313
      * @throws \Exception
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
     }
360 360
 
361 361
     /**
362
-     * @param       $method
362
+     * @param       string $method
363 363
      * @param array $arguments
364 364
      *
365 365
      * @return array
Please login to merge, or discard this patch.
src/Slackbot/utility/LoggerUtility.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @param $text
64
+     * @param string $text
65 65
      *
66 66
      * @throws \Exception
67 67
      *
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @param $function
137
+     * @param string $function
138 138
      * @param string $message
139 139
      *
140 140
      * @return string
Please login to merge, or discard this patch.