Completed
Push — master ( c1b77c...4fc225 )
by Phecho
07:16 queued 02:07
created
app/Services/Analytic/AverageLeadCycleTimeAnalytic.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * @param array  &$stats
57 57
      * @param string $field
58 58
      *
59
-     * @return float
59
+     * @return integer
60 60
      */
61 61
     private function calculateAverage(array &$stats, $field)
62 62
     {
Please login to merge, or discard this patch.
app/Models/UserNotificationFilterModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * Get the required parameter for the event.
51 51
      *
52
-     * @return array
52
+     * @return string[]
53 53
      */
54 54
     public function getEventRequiredParameters()
55 55
     {
Please login to merge, or discard this patch.
app/Console/ResetTwoFactorCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,10 +36,10 @@
 block discarded – undo
36 36
     /**
37 37
      * Execute the console command.
38 38
      *
39
-     * @param InputInterface  $output
39
+     * @param OutputInterface  $output
40 40
      * @param OutputInterface $output
41 41
      *
42
-     * @return void
42
+     * @return integer|null
43 43
      */
44 44
     protected function execute(InputInterface $input, OutputInterface $output)
45 45
     {
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
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @return void
Please login to merge, or discard this patch.
app/Console/PluginUpgradeCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @return void
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
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @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
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @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
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @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
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @return void
Please login to merge, or discard this patch.