Hi,
@param scalar $foo seems to be an invalid type. I use this quite often in documentation because my code also uses is_scalar to check for it. Basicly an equivalent for @param float|integer|string|boolean $foo.
It currently renders as Namespace\Class\scalar :(
Hi,
@param scalar $fooseems to be an invalid type. I use this quite often in documentation because my code also usesis_scalarto check for it. Basicly an equivalent for@param float|integer|string|boolean $foo.It currently renders as
Namespace\Class\scalar:(