Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Apr 19, 2019
1 parent d26b4aa commit 76d0580
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Period.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,16 +437,6 @@ public function diff(Period ...$periods): PeriodCollection
return $collection;
}

/**
* @param \Spatie\Period\Period $period
*
* @return static
*/
public function intersect(Period $period): Period
{

}

public function getPrecisionMask(): int
{
return $this->precisionMask;
Expand Down

0 comments on commit 76d0580

Please sign in to comment.