Clean up spacing of doc comments
[lhc/web/wiklou.git] / includes / changes / ChangesList.php
index 31b4443..03bb5e1 100644 (file)
@@ -705,7 +705,8 @@ class ChangesList extends ContextSource {
                ) {
                        $title = $rc->getTitle();
                        /** Check for rollback permissions, disallow special pages, and only
-                        * show a link on the top-most revision */
+                        * show a link on the top-most revision
+                        */
                        if ( $title->quickUserCan( 'rollback', $this->getUser() ) ) {
                                $rev = new Revision( [
                                        'title' => $title,