Completed
Pull Request — master (#15)
by Sam
18:57
created
src/Xtools/User.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     public function userRightsUrl(Project $project)
67 67
     {
68 68
         return $project->getUrl() . $project->getScriptPath() . "?title=Special:UserRights&user=" .
69
-               $this->getUsername();
69
+                $this->getUsername();
70 70
     }
71 71
 
72 72
     /**
Please login to merge, or discard this patch.