@@ -13,8 +13,8 @@ |
||
| 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) |