@@ -460,7 +460,7 @@ |
||
460 | 460 | /** |
461 | 461 | * reduce a string by removing leading and trailing comments and whitespace |
462 | 462 | * |
463 | - * @param $str string string value to strip of comments and whitespace |
|
463 | + * @param string $str string string value to strip of comments and whitespace |
|
464 | 464 | * |
465 | 465 | * @return string string value stripped of comments and whitespace |
466 | 466 | * @access private |