@@ -44,7 +44,7 @@ |
||
44 | 44 | /** |
45 | 45 | * @param int $type |
46 | 46 | * |
47 | - * @return mixed |
|
47 | + * @return string|false |
|
48 | 48 | */ |
49 | 49 | private function getOperator($type) |
50 | 50 | { |
@@ -42,7 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * @param string $type |
44 | 44 | * |
45 | - * @return bool |
|
45 | + * @return string|false |
|
46 | 46 | */ |
47 | 47 | private function getOperator($type) |
48 | 48 | { |
@@ -618,7 +618,7 @@ |
||
618 | 618 | * |
619 | 619 | * @param string $property |
620 | 620 | * |
621 | - * @return mixed |
|
621 | + * @return string |
|
622 | 622 | */ |
623 | 623 | protected function camelize($property) |
624 | 624 | { |
@@ -42,7 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * @param string $type |
44 | 44 | * |
45 | - * @return bool |
|
45 | + * @return string|false |
|
46 | 46 | */ |
47 | 47 | private function getOperator($type) |
48 | 48 | { |