Completed
Push — master ( b09ecd...ff3168 )
by Jakub
02:47
created
src/Generator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
       return new GenericElement("lastBuildDate", $value);
137 137
     });
138 138
     $resolver->setDefined([
139
-      "language", "copyright", "managingEditor", "webMaster", "ttl",  "pubDate", "rating", "categories", "skipDays",
139
+      "language", "copyright", "managingEditor", "webMaster", "ttl", "pubDate", "rating", "categories", "skipDays",
140 140
       "skipHours", "image", "cloud", "textInput",
141 141
     ]);
142 142
     $resolver->setAllowedTypes("language", "string");
Please login to merge, or discard this patch.