Remove @param comments that literally repeat what the code says
[lhc/web/wiklou.git] / includes / OutputPage.php
index 1c2c29d..05cf3da 100644 (file)
@@ -323,7 +323,7 @@ class OutputPage extends ContextSource {
        /**
         * Redirect to $url rather than displaying the normal page
         *
-        * @param string $url URL
+        * @param string $url
         * @param string $responsecode HTTP status code
         */
        public function redirect( $url, $responsecode = '302' ) {