Completed
Push — master ( 02b12a...180b7a )
by Jordi Sala
01:38
created
src/Filter/ChoiceFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 class ChoiceFilter extends Filter
19 19
 {
20 20
     /**
21
-     * @param ProxyQueryInterface|QueryBuilder $queryBuilder
21
+     * @param ProxyQueryInterface $queryBuilder
22 22
      *
23 23
      * {@inheritdoc}
24 24
      */
Please login to merge, or discard this patch.
src/Filter/ModelAutocompleteFilter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      * For the record, the $alias value is provided by the association method (and the entity join method)
80 80
      *  so the field value is not used here.
81 81
      *
82
-     * @param ProxyQueryInterface|QueryBuilder $queryBuilder
82
+     * @param ProxyQueryInterface $queryBuilder
83 83
      * @param string                           $alias
84 84
      * @param mixed                            $data
85 85
      *
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @param ProxyQueryInterface|QueryBuilder $queryBuilder
106
+     * @param ProxyQueryInterface $queryBuilder
107 107
      * @param string                           $alias
108 108
      * @param mixed                            $data
109 109
      *
Please login to merge, or discard this patch.
src/Filter/ModelFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      * For the record, the $alias value is provided by the association method (and the entity join method)
82 82
      *  so the field value is not used here.
83 83
      *
84
-     * @param ProxyQueryInterface|QueryBuilder $queryBuilder
84
+     * @param ProxyQueryInterface $queryBuilder
85 85
      * @param string                           $alias
86 86
      * @param mixed                            $data
87 87
      *
Please login to merge, or discard this patch.