| @@ -56,7 +56,7 @@ | ||
| 56 | 56 | * | 
| 57 | 57 | * In all other cases an estimate of the total count is returned. | 
| 58 | 58 | * | 
| 59 | - * @return int | |
| 59 | + * @return double | |
| 60 | 60 | */ | 
| 61 | 61 | public function getNbResults() | 
| 62 | 62 |      { | 
| @@ -111,7 +111,7 @@ | ||
| 111 | 111 | * @param array $params doesn't have any effect | 
| 112 | 112 | * @param mixed $hydrationMode doesn't have any effect | 
| 113 | 113 | * | 
| 114 | - * @return array of documents | |
| 114 | + * @return \PHPCR\Query\QueryResultInterface of documents | |
| 115 | 115 | * | 
| 116 | 116 | * @throws \Exception if $this->sortOrder is not ASC or DESC | 
| 117 | 117 | */ | 
| @@ -221,7 +221,7 @@ | ||
| 221 | 221 | /** | 
| 222 | 222 | * @param ProxyQuery $query | 
| 223 | 223 | * | 
| 224 | - * @return mixed | |
| 224 | + * @return \PHPCR\Query\QueryResultInterface | |
| 225 | 225 | */ | 
| 226 | 226 | public function executeQuery($query) | 
| 227 | 227 |      { |