Hmph, yet another bug caused by not having @since
[lhc/web/wiklou.git] / trackback.php
index 0e2036a..1f88af7 100644 (file)
@@ -26,6 +26,9 @@ XML;
                exit;
        }
 
+       /**
+        * @param $err string
+        */
        private function XMLerror( $err = "Invalid request." ) {
                header( "HTTP/1.0 400 Bad Request" );
                header( "Content-Type: application/xml; charset=utf-8" );