Skip to content

Commit

Permalink
Merge pull request #10 from schulzefelix/analysis-86DW6W
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
schulzefelix authored Mar 6, 2018
2 parents 00b3bb3 + ebb2932 commit fc29c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Period.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Period
/** @var Carbon */
public $endDate;

public static function create(Carbon $startDate, Carbon $endDate): Period
public static function create(Carbon $startDate, Carbon $endDate): self
{
return new static($startDate, $endDate);
}
Expand Down

0 comments on commit fc29c6a

Please sign in to comment.