Completed
Push — master ( c02fce...0001a8 )
by Johannes
03:23
created
src/Parser/Observer/SitemapObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
     /**
80 80
      * Get xml config writer
81 81
      *
82
-     * @return XmlXmlWriter
82
+     * @return XmlWriter
83 83
      */
84 84
     public function getXmlWriter() : XmlWriter
85 85
     {
Please login to merge, or discard this patch.
src/Parser/ContentParser.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -170,8 +170,6 @@
 block discarded – undo
170 170
     /**
171 171
      * Sort by entry count descending
172 172
      *
173
-     * @param array $a
174
-     * @param array $b
175 173
      * @return number
176 174
      */
177 175
     private function sortByEntryCountDescending(array $configEntryA, array $configEntryB)
Please login to merge, or discard this patch.