@@ -102,7 +102,7 @@ |
||
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 | * |
@@ -96,7 +96,7 @@ discard block |
||
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 |
||
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 | */ |