File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,6 @@ public function setArgument(Argument $arg)
84
84
$ this ->argument = $ arg ;
85
85
return $ this ;
86
86
}
87
-
88
- /**
89
- * Fluent interface for constructor so options can be added during construction
90
- * @see Options::__construct()
91
- */
92
- public static function create ($ short , $ long , $ mode = Getopt::NO_ARGUMENT )
93
- {
94
- return new self ($ short , $ long , $ mode );
95
- }
96
87
97
88
/**
98
89
* Returns true if the given string is equal to either the short or the long name.
@@ -134,6 +125,15 @@ public function getArgument()
134
125
{
135
126
return $ this ->argument ;
136
127
}
128
+
129
+ /**
130
+ * Fluent interface for constructor so options can be added during construction
131
+ * @see Options::__construct()
132
+ */
133
+ public static function create ($ short , $ long , $ mode = Getopt::NO_ARGUMENT )
134
+ {
135
+ return new self ($ short , $ long , $ mode );
136
+ }
137
137
138
138
private function setShort ($ short )
139
139
{
You can’t perform that action at this time.
0 commit comments