Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoiq committed May 31, 2021
1 parent fb896bb commit 5b7b2fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Time/Interval/DateTimeIntervalSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ class DateTimeIntervalSet implements IntervalSet, DateOrTimeIntervalSet
use StrictBehaviorMixin;
use IntervalSetDumpMixin;

/** @var DateTimeInterval[] */
/**
* @var DateTimeInterval[]
*/
private $intervals;

/**
Expand Down

0 comments on commit 5b7b2fd

Please sign in to comment.