Failed Conditions
Pull Request — master (#3198)
by
unknown
03:28
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.
inc/Ui/Index.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
      *
31 31
      * @author   Andreas Gohr <[email protected]>
32 32
      *
33
-     * @param string $ns
34 33
      * @return void
35 34
      */
36 35
     public function show()
Please login to merge, or discard this 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 Index Interface
10 7
  *
Please login to merge, or discard this patch.
inc/Ui/PageConflict.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,6 @@
 block discarded – undo
33 33
      * @author   Andreas Gohr <[email protected]>
34 34
      *
35 35
      * @triggers HTML_CONFLICTFORM_OUTPUT
36
-     * @param string $text
37
-     * @param string $summary
38 36
      * @return void
39 37
      */
40 38
     public function show()
Please login to merge, or discard this patch.