Skip to content

Commit ede43ab

Browse files
committed
Fix CS error
1 parent 6c09d96 commit ede43ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/DateTime/StringsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public static function toQuarterRangeProvider()
205205
public function testToQuarterRange($date, $expected)
206206
{
207207
$this->assertSame($expected, (new Chronos($date))->toQuarterRange());
208-
$this->deprecated(function() use ($date, $expected) {
208+
$this->deprecated(function () use ($date, $expected) {
209209
$this->assertSame($expected, (new Chronos($date))->toQuarter(true));
210210
});
211211
}

0 commit comments

Comments
 (0)