Test Setup Failed
Push — master ( d30473...60387c )
by Phecho
08:34 queued 04:27
created
app/Http/Controllers/Api/TaskExternalLinkController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
app/Http/Controllers/Api/UserController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
app/Foundation/Cache/MemcachedCache.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -103,6 +103,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
app/Foundation/Csv.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
app/Foundation/Http/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
     /**
180 180
      * Return HTTP method.
181 181
      *
182
-     * @return bool
182
+     * @return string
183 183
      */
184 184
     public function getMethod()
185 185
     {
Please login to merge, or discard this patch.
app/Foundation/Http/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,8 +170,8 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
app/Foundation/Identity/UserSession.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
app/Auth/ApiTokenAuth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
app/Console/ProjectDailyColumnStatsExportCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.