X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FStatus.php;h=1a72968be2b890528c29e52290db1159d18ca670;hb=0706dc436c917b957a0e02d171a96797c0fbb667;hp=77bf4a859224f0f0ecf84427e467f91e56823574;hpb=9392d01c4e95be3c156ad594d8a8b6aa678daa7d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Status.php b/includes/Status.php index 77bf4a8592..1a72968be2 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -64,7 +64,7 @@ class Status { /** * Factory function for fatal errors * - * @param string|Message $message message name or object + * @param string|Message $message Message name or object * @return Status */ static function newFatal( $message /*, parameters...*/ ) {