We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4747e73 commit 41453e6Copy full SHA for 41453e6
1 file changed
src/Base.php
@@ -95,7 +95,7 @@ public function run()
95
$this->parseOptions();
96
$this->handleDefaultOptions();
97
$this->setupLogging();
98
- $this->checkArgments();
+ $this->checkArguments();
99
$this->execute();
100
101
exit(0);
@@ -164,7 +164,7 @@ protected function parseOptions()
164
/**
165
* Wrapper around the argument checking
166
*/
167
- protected function checkArgments()
+ protected function checkArguments()
168
{
169
$this->options->checkArguments();
170
}
0 commit comments