@@ -150,7 +150,7 @@ |
||
150 | 150 | * @param AdminInterface $admin |
151 | 151 | * @param string $field |
152 | 152 | * |
153 | - * @return \Symfony\Component\Form\FormInterface |
|
153 | + * @return \Sonata\AdminBundle\Admin\FieldDescriptionInterface |
|
154 | 154 | * |
155 | 155 | * @throws \RuntimeException |
156 | 156 | */ |
@@ -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 | { |