Skip to content

Commit

Permalink
Fixes whitespace-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Mar 10, 2017
1 parent 9fc29f4 commit e048836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HolidayIteratorFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private function getElement(\DOMElement $child) : HolidayIteratorItemInterface
$child->getAttribute('month'),
($child->hasAttribute('year')?$child->getAttribute('year'): null)
);
case 'dateFollowUp' :
case 'dateFollowUp':
return new DateFollowUp(
$child->textContent,
$this->getFree($child),
Expand Down

0 comments on commit e048836

Please sign in to comment.