Completed
Push — v2 ( 2c3341...b03f54 )
by Guillaume
01:35
created
src/Entity/AbstractEntityService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * @see https://symfony.com/doc/current/validation/groups.html
29 29
      *
30 30
      * @param array          $datas
31
-     * @param array          $validation_groups
31
+     * @param string[]          $validation_groups
32 32
      * @param AbstractEntity $entity
33 33
      *
34 34
      * @return array
Please login to merge, or discard this patch.
src/Extensions/CreatedAt.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -14,6 +14,7 @@
 block discarded – undo
14 14
 
15 15
     /**
16 16
      * Getter
17
+     * @param string $format
17 18
      */
18 19
     public function getCreatedAt($format = null)
19 20
     {
Please login to merge, or discard this patch.