@@ -79,7 +79,7 @@ |
||
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 | { |
@@ -55,7 +55,7 @@ |
||
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 | { |
@@ -87,7 +87,7 @@ |
||
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 | { |