Skip to content

Commit e3fa525

Browse files
parsilvergithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7130703 commit e3fa525

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/CarbonTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
expect(Carbon::now()->subHour()->isFuture())->toBeFalse();
3333
});
3434

35-
3635
it('can check if date is between dates', function () {
3736
$today = Carbon::now();
3837
$yesterday = Carbon::yesterday();

tests/Pest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);

0 commit comments

Comments
 (0)