Completed
Push — dependabot/bundler/docs/jekyll... ( b2aff5...12704f )
by
unknown
01:27 queued 01:12
created
src/HolidayIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.