@@ -28,7 +28,7 @@ |
||
| 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 | { |
@@ -4,7 +4,6 @@ |
||
| 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 | /** |
@@ -30,7 +30,6 @@ |
||
| 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() |
@@ -2,9 +2,6 @@ |
||
| 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 | * |
@@ -33,8 +33,6 @@ |
||
| 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() |