Type detection by the reflection mapper fails when the tag is a multi-type declaration
The following fails because of |null.
While this is an issue in the phpdoc-reader package, a workaround can be made.
/**
 * @var SomeClass|null
 */
public $foo;