@@ -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 | { |
@@ -53,7 +53,7 @@ |
||
53 | 53 | /** |
54 | 54 | * @param string $type |
55 | 55 | * |
56 | - * @return bool |
|
56 | + * @return string|false |
|
57 | 57 | */ |
58 | 58 | private function getOperator($type) |
59 | 59 | { |
@@ -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 | { |
@@ -53,7 +53,7 @@ |
||
53 | 53 | /** |
54 | 54 | * @param string $type |
55 | 55 | * |
56 | - * @return bool |
|
56 | + * @return string|false |
|
57 | 57 | */ |
58 | 58 | private function getOperator($type) |
59 | 59 | { |
@@ -53,7 +53,7 @@ |
||
53 | 53 | /** |
54 | 54 | * @param string $type |
55 | 55 | * |
56 | - * @return bool |
|
56 | + * @return string|false |
|
57 | 57 | */ |
58 | 58 | private function getOperator($type) |
59 | 59 | { |