Completed
Pull Request — master (#26)
by Sam
02:43
created
src/Xtools/User.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,6 +61,6 @@
 block discarded – undo
61 61
     public function userRightsUrl(Project $project)
62 62
     {
63 63
         return $project->getUrl() . $project->getScriptPath() . "?title=Special:UserRights&user=" .
64
-               $this->getUsername();
64
+                $this->getUsername();
65 65
     }
66 66
 }
Please login to merge, or discard this patch.