Completed
Push — master ( 5052b0...8431a9 )
by Gabriel
04:18
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.
src/Decorator/DecoratorFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 class DecoratorFactory
14 14
 {
15 15
     /**
16
-     * @param AbstractElement|HasDecoratorsTrait $element
17
-     * @param $type
16
+     * @param HasDecoratorsTrait $element
17
+     * @param string $type
18 18
      * @return AbstractDecorator
19 19
      */
20 20
     public static function createForElement($element, $type)
Please login to merge, or discard this patch.