@@ -308,7 +308,7 @@ |
||
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 | */ |
@@ -26,10 +26,8 @@ |
||
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 | { |