Completed
Pull Request — master (#15)
by Sam
13:34 queued 10:51
created
src/AppBundle/Helper/EditCounterHelper.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Get total edit counts for the top 10 projects for this user.
55 55
      * @param string $username The username.
56
+     * @param string $projectUrl
56 57
      * @return string[] Elements are arrays with 'dbName', 'url', 'name', and 'total'.
57 58
      */
58 59
     public function getTopProjectsEditCounts($projectUrl, $username, $numProjects = 10)
@@ -176,7 +177,7 @@  discard block
 block discarded – undo
176 177
 
177 178
     /**
178 179
      *
179
-     * @param $username
180
+     * @param string $username
180 181
      * @return integer
181 182
      */
182 183
     public function getPageCounts($username, $totalRevisions)
Please login to merge, or discard this patch.