Test Setup Failed
Pull Request — master (#247)
by Phecho
20:06 queued 25s
created
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/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.
app/Console/ProjectDailyStatsCalculationCommand.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.
app/Console/ResetPasswordCommand.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.
app/Console/SubtaskExportCommand.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.
app/Console/TaskExportCommand.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.
app/Console/TaskOverdueNotificationCommand.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.
app/Console/TaskTriggerCommand.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.
app/Console/TransitionExportCommand.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.