<f:argument name="foobar" type="string" />
This will now throw an Exception if used with Stringable. I know that I could make the type string|Stringable, but that is tedious.
Within the context of Fluid I think it is ok to blur the PHP implementation detail and treat them as the same
<f:argument name="foobar" type="string" />This will now throw an Exception if used with
Stringable. I know that I could make the typestring|Stringable, but that is tedious.Within the context of Fluid I think it is ok to blur the PHP implementation detail and treat them as the same