Skip to content

Commit 8031243

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent 2f2d918 commit 8031243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Internal/Support/DateInterval.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ final class DateInterval
2222
{
2323
/** @deprecated Use days instead */
2424
public const FORMAT_YEARS = 'years';
25+
2526
/** @deprecated Use days instead */
2627
public const FORMAT_MONTHS = 'months';
28+
2729
public const FORMAT_WEEKS = 'weeks';
2830
public const FORMAT_DAYS = 'days';
2931
public const FORMAT_HOURS = 'hours';

0 commit comments

Comments
 (0)