Completed
Push — master ( 6734fa...551366 )
by
unknown
07:45
created
src/Controller/AutocompleteController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
      *
153 153
      * @throws \RuntimeException
154 154
      *
155
-     * @return \Symfony\Component\Form\FormInterface
155
+     * @return \Sonata\AdminBundle\Admin\FieldDescriptionInterface
156 156
      */
157 157
     private function retrieveFieldDescription(AdminInterface $admin, $field)
158 158
     {
Please login to merge, or discard this patch.
src/Datagrid/ProxyQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
      *
127 127
      * @throws \Exception if $this->sortOrder is not ASC or DESC
128 128
      *
129
-     * @return array of documents
129
+     * @return \PHPCR\Query\QueryResultInterface of documents
130 130
      */
131 131
     public function execute(array $params = [], $hydrationMode = null)
132 132
     {
Please login to merge, or discard this patch.