Completed
Pull Request — master (#515)
by Richard
09:47
created
htdocs/class/textsanitizer/wiki/wiki.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * @param $textarea_id
31 31
      *
32
-     * @return array
32
+     * @return string[]
33 33
      */
34 34
     public function encode($textarea_id)
35 35
     {
@@ -90,6 +90,8 @@  discard block
 block discarded – undo
90 90
 
91 91
     /**
92 92
      * @param $text
93
+     * @param integer $width
94
+     * @param integer $height
93 95
      *
94 96
      * @return string
95 97
      */
Please login to merge, or discard this patch.