Skip to content

Commit 76d0580

Browse files
committed
Remove dead code
1 parent d26b4aa commit 76d0580

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Period.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -437,16 +437,6 @@ public function diff(Period ...$periods): PeriodCollection
437437
return $collection;
438438
}
439439

440-
/**
441-
* @param \Spatie\Period\Period $period
442-
*
443-
* @return static
444-
*/
445-
public function intersect(Period $period): Period
446-
{
447-
448-
}
449-
450440
public function getPrecisionMask(): int
451441
{
452442
return $this->precisionMask;

0 commit comments

Comments
 (0)