Skip to content

Commit 70b156e

Browse files
committed
fixed CS
1 parent 0553ff9 commit 70b156e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/OptionsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ public function testNormalizerWithoutCorrespondingOption()
521521

522522
$this->options->setNormalizer('foo', function (Options $options, $previousValue) use ($test) {
523523
$test->assertNull($previousValue);
524+
524525
return '';
525526
});
526527
$this->assertEquals(array('foo' => ''), $this->options->all());

0 commit comments

Comments
 (0)