Completed
Pull Request — master (#26)
by Sam
02:44
created
src/AppBundle/Controller/TopEditsController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,6 @@
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * List top edits by this user for all pages in a particular namespace.
101
-     * @param string $username
102 101
      * @param string $project
103 102
      * @param integer $namespace
104 103
      * @return \Symfony\Component\HttpFoundation\Response
Please login to merge, or discard this patch.
src/Xtools/Project.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
         return $this->getDatabaseName();
38 38
     }
39 39
 
40
+    /**
41
+     * @return string
42
+     */
40 43
     public function getDatabaseName()
41 44
     {
42 45
         return $this->getMetadata()['dbname'];
Please login to merge, or discard this patch.