Skip to content

Commit

Permalink
fixes code style
Browse files Browse the repository at this point in the history
  • Loading branch information
oqq committed Jan 24, 2017
1 parent ef84d1f commit f1b3eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Command/SetupCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private function getTempDirectory(): string

private function prepareTempDirectory(): void
{
if (!is_dir($this->getTempDirectory() . '/gateway')) {
if (! is_dir($this->getTempDirectory() . '/gateway')) {
mkdir($this->getTempDirectory() . '/gateway', 0777, true);
}
}
Expand Down

0 comments on commit f1b3eeb

Please sign in to comment.