@@ -45,7 +45,7 @@ |
||
45 | 45 | */ |
46 | 46 | public function append($value) |
47 | 47 | { |
48 | - if (! $value instanceof HolidayIteratorItemInterface) { |
|
48 | + if (!$value instanceof HolidayIteratorItemInterface) { |
|
49 | 49 | return; |
50 | 50 | } |
51 | 51 |