inklabs / kommerce-core

PHP shopping cart core platform
https://kommerce-laravel-demo.jamieisaacs.com/
Apache License 2.0
65 stars 14 forks source link

Fix @param docblocks #61

Closed pdt256 closed 7 years ago

pdt256 commented 7 years ago

There must be no spaces around the pipe operator.

@param string | null $userId

should be:

@param string|null $userId