Failed Conditions
Pull Request — master (#3198)
by
unknown
03:27
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/Locked.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace dokuwiki\Ui;
4 4
 
5
-use dokuwiki\Extension\Event;
6
-use dokuwiki\Form\Form;
7
-
8 5
 /**
9 6
  * DokuWiki Locked Insterface
10 7
  *
Please login to merge, or discard this patch.