```php class User { public int $id; public string $name; } ``` We currently choke on the type specifiers here. More info: https://wiki.php.net/rfc/typed_properties_v2