@@ -70,6 +70,7 @@ |
||
70 | 70 | * pass a Definition as the first argument to this method right |
71 | 71 | * away, in which case the default of "true" will be used). |
72 | 72 | * @param Definition ...$definitions The Definitions to merge with this one. |
73 | + * @param Definition[] $definitions |
|
73 | 74 | * @return Definition The merged Definition as a new instance. |
74 | 75 | * @throws \InvalidArgumentException When one or more of the parameters is not a Definition |
75 | 76 | * instance (not including the $mergeArguments bool). |