Completed
Pull Request — master (#26)
by Sam
03:15
created
src/AppBundle/Controller/TopEditsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      * List top edits by this user for all pages in a particular namespace.
112 112
      * @param User $user The User.
113 113
      * @param Project $project The project.
114
-     * @param integer|string $namespace The namespace ID or 'all'
114
+     * @param integer $namespace The namespace ID or 'all'
115 115
      * @return \Symfony\Component\HttpFoundation\Response
116 116
      */
117 117
     protected function namespaceTopEdits(User $user, Project $project, $namespace)
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
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
     /** @var string[] Basic metadata about the project */
15 15
     protected $metadata;
16 16
 
17
+    /**
18
+     * @param string $nameOrUrl
19
+     */
17 20
     public function __construct($nameOrUrl)
18 21
     {
19 22
         $this->nameUnnormalized = $nameOrUrl;
Please login to merge, or discard this patch.