Completed
Push — master ( 5052b0...8431a9 )
by Gabriel
04:18
created
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.