Completed
Pull Request — 3.x (#934)
by Vincent
01:30
created
src/Filter/ClassFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
     /**
80 80
      * @param int $type
81 81
      *
82
-     * @return mixed
82
+     * @return string|false
83 83
      */
84 84
     public function getOperator($type)
85 85
     {
Please login to merge, or discard this patch.
src/Filter/NumberFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     /**
56 56
      * @param string $type
57 57
      *
58
-     * @return bool
58
+     * @return string|false
59 59
      */
60 60
     public function getOperator($type)
61 61
     {
Please login to merge, or discard this patch.
src/Filter/StringFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * @param string $type
89 89
      *
90
-     * @return bool
90
+     * @return string|false
91 91
      */
92 92
     public function getOperator($type)
93 93
     {
Please login to merge, or discard this patch.