@@ -129,7 +129,6 @@ |
||
| 129 | 129 | * @param int $link_id |
| 130 | 130 | * @param string $url |
| 131 | 131 | * @param string $dependency |
| 132 | - * @param string $type |
|
| 133 | 132 | * @param strint $title |
| 134 | 133 | * |
| 135 | 134 | * @return bool |
@@ -186,7 +186,6 @@ |
||
| 186 | 186 | * |
| 187 | 187 | * @param int $id |
| 188 | 188 | * @param string $username |
| 189 | - * @param string $password |
|
| 190 | 189 | * @param string $name |
| 191 | 190 | * @param string $email |
| 192 | 191 | * @param string $role |
@@ -103,6 +103,7 @@ |
||
| 103 | 103 | * |
| 104 | 104 | * @parma int $minutes |
| 105 | 105 | * |
| 106 | + * @param integer $minutes |
|
| 106 | 107 | * @return int |
| 107 | 108 | */ |
| 108 | 109 | protected function toTimestamp($minutes) |
@@ -214,7 +214,7 @@ |
||
| 214 | 214 | * |
| 215 | 215 | * @param array $row |
| 216 | 216 | * |
| 217 | - * @return array |
|
| 217 | + * @return callable |
|
| 218 | 218 | */ |
| 219 | 219 | private function filterRow(array $row) |
| 220 | 220 | { |
@@ -179,7 +179,7 @@ |
||
| 179 | 179 | /** |
| 180 | 180 | * Return HTTP method. |
| 181 | 181 | * |
| 182 | - * @return bool |
|
| 182 | + * @return string |
|
| 183 | 183 | */ |
| 184 | 184 | public function getMethod() |
| 185 | 185 | { |
@@ -170,8 +170,8 @@ |
||
| 170 | 170 | /** |
| 171 | 171 | * Find url params. |
| 172 | 172 | * |
| 173 | - * @param array $items |
|
| 174 | 173 | * |
| 174 | + * @param string $path |
|
| 175 | 175 | * @return array |
| 176 | 176 | */ |
| 177 | 177 | public function findParams($path) |
@@ -185,7 +185,6 @@ |
||
| 185 | 185 | * Save recent project in the session. |
| 186 | 186 | * |
| 187 | 187 | * @param int $project_id |
| 188 | - * @param string $filters |
|
| 189 | 188 | */ |
| 190 | 189 | public function setRecentProject($project_id) |
| 191 | 190 | { |
@@ -86,7 +86,7 @@ |
||
| 86 | 86 | /** |
| 87 | 87 | * Get user object. |
| 88 | 88 | * |
| 89 | - * @return \Kanboard\User\DatabaseUserProvider |
|
| 89 | + * @return null|DatabaseUserProvider |
|
| 90 | 90 | */ |
| 91 | 91 | public function getUser() |
| 92 | 92 | { |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | /** |
| 39 | 39 | * Execute the console command. |
| 40 | 40 | * |
| 41 | - * @param InputInterface $output |
|
| 41 | + * @param OutputInterface $output |
|
| 42 | 42 | * @param OutputInterface $output |
| 43 | 43 | * |
| 44 | 44 | * @return void |