mihaeu / dephpend

Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...
https://dephpend.com
MIT License
530 stars 26 forks source link

unexpected T_STRING error reported for php 8.1 enum #75

Open eliseuborges opened 2 years ago

eliseuborges commented 2 years ago

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
{
...
}