Failed Conditions
Pull Request — master (#3198)
by
unknown
03:16
created
inc/Form/TextareaElement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * This is the preferred way of setting the element's value
29 29
      *
30 30
      * @param null|string $value
31
-     * @return string|$this
31
+     * @return string
32 32
      */
33 33
     public function val($value = null)
34 34
     {
Please login to merge, or discard this patch.
inc/Ui/Diff.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use dokuwiki\ChangeLog\PageChangeLog;
6 6
 use dokuwiki\ChangeLog\MediaChangeLog;
7
-use dokuwiki\Extension\Event;
8 7
 use dokuwiki\Form\Form;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.