Test Setup Failed
Pull Request — master (#247)
by Phecho
25:24 queued 04:15
created
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.
app/Console/WorkerCommand.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/Foundation/DateParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
     /**
155 155
      * Get formats for date parsing.
156 156
      *
157
-     * @return array
157
+     * @return string[]
158 158
      */
159 159
     public function getParserFormats()
160 160
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Api/Controller.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
     /**
25 25
      * Before action.
26 26
      *
27
-     * @param string $role
28 27
      *
29 28
      * @return void
30 29
      */
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 Jitamin\Services\Identity\DatabaseUserProvider
89
+     * @return null|DatabaseUserProvider
90 90
      */
91 91
     public function getUser()
92 92
     {
Please login to merge, or discard this patch.