Completed
Push — master ( 118e05...bf1981 )
by Michał
03:12
created
src/console/Input.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * {@inheritdoc}
63 63
      */
64
-    public function arguments() : ?input\parameter\values\Arguments
64
+    public function arguments() : ? input\parameter\values\Arguments
65 65
     {
66 66
         return $this->arguments;
67 67
     }
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * {@inheritdoc}
71 71
      */
72
-    public function options() : ?input\parameter\values\Options
72
+    public function options() : ? input\parameter\values\Options
73 73
     {
74 74
         return $this->options;
75 75
     }
Please login to merge, or discard this patch.