Skip to content

Commit 68dbb13

Browse files
committed
ICL: Minor readme fixes.
1 parent 3842bc7 commit 68dbb13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ class Foo extends Command
5656
5757
protected function initialize(InputInterface $input, OutputInterface $output)
5858
{
59+
$this->initializeLogging();
60+
5961
$this->bar = $this->argument('bar');
6062
$this->baz = $this->argument('baz');
61-
62-
$this->initializeLogging();
6363
}
6464
6565
// ...

0 commit comments

Comments
 (0)