Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected T_STRING error reported for php 8.1 enum #75

Open
eliseuborges opened this issue Jun 8, 2022 · 0 comments
Open

unexpected T_STRING error reported for php 8.1 enum #75

eliseuborges opened this issue Jun 8, 2022 · 0 comments

Comments

@eliseuborges
Copy link

Executing dephpend from docker I've received Syntax error, unexpected T_STRING on line 5 in file /inspect/app/Enum/MyClass.php.

<?php

namespace App\Enum;

enum MyClass: int
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant