@@ -236,7 +236,7 @@  | 
                                                    ||
| 236 | 236 | }  | 
                                                        
| 237 | 237 | |
| 238 | 238 | /**  | 
                                                        
| 239 | - * @return mixed  | 
                                                        |
| 239 | + * @return QueryBuilder  | 
                                                        |
| 240 | 240 | */  | 
                                                        
| 241 | 241 | public function getQueryBuilder()  | 
                                                        
| 242 | 242 |      { | 
                                                        
@@ -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 |      { | 
                                                        
@@ -46,7 +46,7 @@  | 
                                                    ||
| 46 | 46 | }  | 
                                                        
| 47 | 47 | |
| 48 | 48 | /**  | 
                                                        
| 49 | - * @param ProxyQueryInterface|QueryBuilder $queryBuilder  | 
                                                        |
| 49 | + * @param ProxyQueryInterface $queryBuilder  | 
                                                        |
| 50 | 50 | * @param mixed $parameter  | 
                                                        
| 51 | 51 | */  | 
                                                        
| 52 | 52 | protected function applyWhere(ProxyQueryInterface $queryBuilder, $parameter)  | 
                                                        
@@ -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 |      { | 
                                                        
@@ -161,6 +161,9 @@  | 
                                                    ||
| 161 | 161 | $modelManager->lock($object, 123);  | 
                                                        
| 162 | 162 | }  | 
                                                        
| 163 | 163 | |
| 164 | + /**  | 
                                                        |
| 165 | + * @param string $class  | 
                                                        |
| 166 | + */  | 
                                                        |
| 164 | 167 | private function getMetadata($class, $isVersioned)  | 
                                                        
| 165 | 168 |      { | 
                                                        
| 166 | 169 | $metadata = new ClassMetadata($class);  | 
                                                        
@@ -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 |      { |