Passed
Push — master ( 078509...d55922 )
by Michal
03:30
created
src/Context.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -308,7 +308,7 @@
 block discarded – undo
308 308
      * Checks if the given string is the beginning of a whitespace.
309 309
      *
310 310
      * @param string $str string to be checked
311
-     * @param mixed  $end
311
+     * @param boolean  $end
312 312
      *
313 313
      * @return int the appropriate flag for the comment type
314 314
      */
Please login to merge, or discard this patch.
src/Exceptions/LoaderException.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,10 +26,8 @@
 block discarded – undo
26 26
      * Constructor.
27 27
      *
28 28
      * @param string $msg  the message of this exception
29
-     * @param string $ch   the character that produced this exception
30
-     * @param int    $pos  the position of the character
31 29
      * @param int    $code the code of this error
32
-     * @param mixed  $name
30
+     * @param string  $name
33 31
      */
34 32
     public function __construct($msg = '', $name = '', $code = 0)
35 33
     {
Please login to merge, or discard this patch.