Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Sep 11, 2023
1 parent 63e5e0e commit 16ecd74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Datasets/Periods.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 16ecd74

Please sign in to comment.