mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Implement fallback option for params without variable
This commit is contained in:
@@ -87,16 +87,6 @@ final class ParamFactoryTest extends TagFactoryTestCase
|
||||
false
|
||||
),
|
||||
],
|
||||
[
|
||||
'@param foo',
|
||||
new Param(
|
||||
null,
|
||||
new Mixed_(),
|
||||
false,
|
||||
new Description(''),
|
||||
false
|
||||
),
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user