Skip to content

Commit ebb2932

Browse files
schulzefelixStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 00b3bb3 commit ebb2932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Period.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Period
1313
/** @var Carbon */
1414
public $endDate;
1515

16-
public static function create(Carbon $startDate, Carbon $endDate): Period
16+
public static function create(Carbon $startDate, Carbon $endDate): self
1717
{
1818
return new static($startDate, $endDate);
1919
}

0 commit comments

Comments
 (0)