You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Tokenizer: bugfix for PHP 7.4 typed properties
Typed properties are explicitly also supported for PHP 4-style properties using just the `var` or `static` keyword.
However, in that case, the nullable indicator `?` was not converted from `T_INLINE_THEN` to `T_NULLABLE`.
Fixed now.
Includes unit tests via the `File::getMemberProperties()` method.
Ref: https://wiki.php.net/rfc/typed_properties_v2
0 commit comments