Passed
Push — 0.8.x ( 54626d...382f48 )
by Alexander
06:05 queued 02:55
created
src/components/Console/Description/TextDescriptor.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -67,14 +67,14 @@
 block discarded – undo
67 67
         ), $options);
68 68
     }
69 69
 
70
-     /**
71
-     * Describes an InputOption instance.
72
-     * 
73
-     * @param  \Syscodes\Components\Console\Input\InputOption  $option  The option implemented
74
-     * @param  array  $options  The options of the console
75
-     * 
76
-     * @return void
77
-     */
70
+        /**
71
+         * Describes an InputOption instance.
72
+         * 
73
+         * @param  \Syscodes\Components\Console\Input\InputOption  $option  The option implemented
74
+         * @param  array  $options  The options of the console
75
+         * 
76
+         * @return void
77
+         */
78 78
     protected function describeOption(InputOption $option, array $options = [])
79 79
     {
80 80
         if ($option->isAcceptValue() && null !== $option->getDefault() && ( ! is_array($option->getDefault()) || count($option->getDefault()))) {
Please login to merge, or discard this patch.
src/components/Console/Helper/Helper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      * 
91 91
      * @return string
92 92
      */
93
-    public static function formatTime(int|float $secs)
93
+    public static function formatTime(int | float $secs)
94 94
     {
95 95
         static $timeFormats = [
96 96
             [0, '< 1 sec'],
Please login to merge, or discard this patch.