From 16ecd74b1e74d62c54470f3ca5f0e6d96f101f3f Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 11 Sep 2023 16:55:00 +0000 Subject: [PATCH] Fix styling --- tests/Datasets/Periods.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Datasets/Periods.php b/tests/Datasets/Periods.php index 66e9bcb..2536d28 100644 --- a/tests/Datasets/Periods.php +++ b/tests/Datasets/Periods.php @@ -20,10 +20,10 @@ ]; // todo: I don't see how this one could ever have worked. TBIā€¦ -// yield '1 month' => [ // P1M , but P30D vs P28D -// Period::make('2019-04-01', '2019-04-30', Precision::MONTH()), -// Period::make('2019-02-01', '2019-02-28', Precision::MONTH()), -// ]; + // yield '1 month' => [ // P1M , but P30D vs P28D + // Period::make('2019-04-01', '2019-04-30', Precision::MONTH()), + // Period::make('2019-02-01', '2019-02-28', Precision::MONTH()), + // ]; yield '1 day' => [ // P1D , but but different days Period::make('2019-04-23', '2019-04-23', Precision::DAY()),