Skip to content

Commit fc29c6a

Browse files
authored
Merge pull request #10 from schulzefelix/analysis-86DW6W
Apply fixes from StyleCI
2 parents 00b3bb3 + ebb2932 commit fc29c6a

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)