The doc-type string? could not be parsed: Unknown type name "string?" at position 0. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
37
*/
38
public function __construct($value, $name = null)
39
{
40
if (is_scalar($value) || is_array($value) || is_null($value)) {
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.