Skip to content

Commit

Permalink
add space after !
Browse files Browse the repository at this point in the history
Signed-off-by: Gennadi Janzen <gennadi.janzen@check24.de>
  • Loading branch information
Gennadi Janzen committed Oct 5, 2020
1 parent 9d09679 commit 1e6529a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Resolver/ValueInjectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function setUp(): void
{
parent::setUp();

if (!$this->streamFixture) {
if (! $this->streamFixture) {
$this->streamFixture = fopen('php://temp', 'w+');
}
}
Expand Down Expand Up @@ -126,7 +126,7 @@ public function provideExportableValues()

public function provideUnexportableItems()
{
if (!$this->streamFixture) {
if (! $this->streamFixture) {
$this->streamFixture = fopen('php://temp', 'w+');
}

Expand Down

0 comments on commit 1e6529a

Please sign in to comment.