Completed
Push — master ( f90658...4b8453 )
by Johannes
02:53 queued 43s
created
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.
src/Markdown/Renderer/ImageRenderer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     /**
48 48
      * Constructor
49 49
      *
50
-     * @param ImageCaptionRenderer $imageCaptionRenderer
50
+     * @param ImageCaptionRenderer $captionRenderer
51 51
      * @param array $urlTranslation
52 52
      * @param string $imagesBaseUrl
53 53
      * @param array $imagesConfig
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     /**
75 75
      * Get url translation
76 76
      *
77
-     * @return array
77
+     * @return string
78 78
      */
79 79
     public function getUrlTranslation() : array
80 80
     {
Please login to merge, or discard this patch.