Skip to content

Commit dc03e40

Browse files
committed
new issues fixed
1 parent 889f13d commit dc03e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Ajax/bootstrap/traits/BootstrapComponentsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ trait BootstrapComponentsTrait {
2323
/**
2424
* @param SimpleComponent $component
2525
* @param string|null $attachTo $attachTo
26-
* @param array|null $params
26+
* @param array|null|string $params
2727
* @return SimpleComponent
2828
*/
2929
public abstract function addComponent(SimpleComponent $component, $attachTo, $params);

Ajax/semantic/traits/SemanticComponentsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trait SemanticComponentsTrait {
2121
/**
2222
* @param SimpleComponent $component
2323
* @param string|null $attachTo $attachTo
24-
* @param array|null $params
24+
* @param array|string|null $params
2525
* @return SimpleComponent
2626
*/
2727
public abstract function addComponent(SimpleComponent $component, $attachTo, $params);

0 commit comments

Comments
 (0)