Implement fallback option for params without variable

This commit is contained in:
Jaapio
2024-03-20 21:57:07 +01:00
parent 98566f2504
commit fc9a2339f2
11 changed files with 278 additions and 253 deletions
@@ -87,16 +87,6 @@ final class ParamFactoryTest extends TagFactoryTestCase
false
),
],
[
'@param foo',
new Param(
null,
new Mixed_(),
false,
new Description(''),
false
),
],
];
}
}