Completed
Push — master ( 98cc09...f90658 )
by Johannes
04:44
created
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.