Completed
Push — master ( ea3c94...69d052 )
by Michał
02:19
created
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.
input/Option.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      *
56 56
      * @return  string
57 57
      */
58
-    public function getShortcut() : ?string
58
+    public function getShortcut() : ? string
59 59
     {
60 60
         return $this->shortcut;
61 61
     }
Please login to merge, or discard this patch.