Completed
Pull Request — 3.x (#5649)
by Javier
03:00
created
src/Twig/Extension/SonataAdminExtension.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
     /**
163 163
      * render a list element from the FieldDescription.
164 164
      *
165
-     * @param object $object
165
+     * @param \stdClass $object
166 166
      * @param array $params
167 167
      *
168 168
      * @return string
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
     /**
244 244
      * render a view element.
245 245
      *
246
-     * @param object $object
246
+     * @param \stdClass $object
247 247
      *
248 248
      * @return string
249 249
      */
@@ -380,7 +380,7 @@  discard block
 block discarded – undo
380 380
     /**
381 381
      * Get the identifiers as a string that is safe to use in a url.
382 382
      *
383
-     * @param object $model
383
+     * @param \stdClass $model
384 384
      *
385 385
      * @return string string representation of the id that is safe to use in a url
386 386
      */
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
     }
403 403
 
404 404
     /**
405
-     * @return string|bool
405
+     * @return string|false
406 406
      */
407 407
     public function getXEditableType($type)
408 408
     {
Please login to merge, or discard this patch.