`@param` tag should always have a variable name in it's body, support for params without variable names will be dropped. Supported formats will be: (option 3 does not really make any sense, but will be covered) ``` @param $var your description here @param MyType $var your description @param $var @param MyType $var ``` Unsupported after this deprecation has been removed: ``` @param MyType your description here @param MyType ```