Completed
Push — master ( 02819f...5052b0 )
by Gabriel
03:56
created
src/Traits/HasDisplayGroupsTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
     /**
16 16
      * Add a display group
17 17
      * Groups named elements for display purposes.
18
-     * @param array $elements
19
-     * @param $name
18
+     * @param string[] $elements
19
+     * @param string $name
20 20
      * @return $this
21 21
      */
22 22
     public function addDisplayGroup(array $elements, $name)
Please login to merge, or discard this patch.