Completed
Push — serial ( 9a4994 )
by Andreas
01:27
created
meta/SearchConfigParameters.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      * Returns the full qualified name for a given column
59 59
      *
60 60
      * @param string|Column $column
61
-     * @return bool|string
61
+     * @return false|string
62 62
      */
63 63
     protected function resolveColumn($column) {
64 64
         if(!is_a($column, '\dokuwiki\plugin\struct\meta\Column')) {
Please login to merge, or discard this patch.
meta/StructException.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
      * StructException constructor.
18 18
      *
19 19
      * @param string $message
20
-     * @param ...string $vars
21 20
      */
22 21
     public function __construct($message) {
23 22
         /** @var \helper_plugin_struct $plugin */
Please login to merge, or discard this patch.
types/Tag.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,6 @@
 block discarded – undo
115 115
     /**
116 116
      * Normalize tags before comparing
117 117
      *
118
-     * @param QueryBuilder $QB
119 118
      * @param string $tablealias
120 119
      * @param string $colname
121 120
      * @param string $comp
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use dokuwiki\plugin\struct\meta\Column;
6 6
 use dokuwiki\plugin\struct\meta\QueryBuilder;
7 7
 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
8
-use dokuwiki\plugin\struct\meta\Schema;
9 8
 use dokuwiki\plugin\struct\meta\SearchConfigParameters;
10
-use dokuwiki\plugin\struct\meta\StructException;
11 9
 
12 10
 class Tag extends AbstractMultiBaseType {
13 11
 
Please login to merge, or discard this patch.
types/Wiki.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace dokuwiki\plugin\struct\types;
3 3
 
4
-use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
5
-
6 4
 class Wiki extends LongText {
7 5
 
8 6
     /**
Please login to merge, or discard this patch.