Completed
Push — master ( c4f318...74ab4e )
by Thomas
05:40
created
Controller/AutocompleteController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Datagrid/SimplePager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.