Closed pdt256 closed 8 years ago
There must be no spaces around the pipe operator.
@param string | null $userId
should be:
@param string|null $userId
There must be no spaces around the pipe operator.
should be: