We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c09d96 commit ede43abCopy full SHA for ede43ab
tests/TestCase/DateTime/StringsTest.php
@@ -205,7 +205,7 @@ public static function toQuarterRangeProvider()
205
public function testToQuarterRange($date, $expected)
206
{
207
$this->assertSame($expected, (new Chronos($date))->toQuarterRange());
208
- $this->deprecated(function() use ($date, $expected) {
+ $this->deprecated(function () use ($date, $expected) {
209
$this->assertSame($expected, (new Chronos($date))->toQuarter(true));
210
});
211
}
0 commit comments