Completed
Pull Request — master (#95)
by Matthew
02:33
created
src/AppBundle/Controller/EditSummaryController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      *
103 103
      * @param string $project  The project domain name.
104 104
      * @param string $username The username.
105
-     * @param string $namespace Namespace ID or 'all' for all namespaces.
105
+     * @param integer $namespace Namespace ID or 'all' for all namespaces.
106 106
      *
107 107
      * @Route("/editsummary/{project}/{username}/{namespace}", name="EditSummaryResult")
108 108
      *
Please login to merge, or discard this patch.
src/Xtools/UserRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
      * Get the user's (system) edit count.
97 97
      * @param string $databaseName The database to query.
98 98
      * @param string $username The username to find.
99
-     * @return int|null As returned by the database.
99
+     * @return string|boolean As returned by the database.
100 100
      */
101 101
     public function getEditCount($databaseName, $username)
102 102
     {
@@ -741,7 +741,7 @@  discard block
 block discarded – undo
741 741
      * Get the combined regex and tags for all semi-automated tools,
742 742
      *   ready to be used in a query.
743 743
      * @param string $projectDomain Such as en.wikipedia.org
744
-     * @param $conn Doctrine\DBAL\Connection Used for proper escaping
744
+     * @param \Doctrine\DBAL\Connection $conn Doctrine\DBAL\Connection Used for proper escaping
745 745
      * @return string[] In the format:
746 746
      *    ['combined|regex', 'combined,tags']
747 747
      */
Please login to merge, or discard this patch.