| Subject | Details |
| :------------- | :---------------------------------------------------------------------------- |
| Plugin | Php Inspections (EA Extended) |
| Language level | PHP 7.1 |
says 'i' modifier is ambiguous (no alphabet characters in a given pattern), but we do have a-z in it it's just a multiline regex, it probably does not check multiple lines
don't suggest removing i modifier
private const REGEX = '/^
(?P<id>\d+) # Numeric ID
(?P<segment>[a-z]{1}) # Segment string letter
(?P<revision>\d+)? # Revision optional if 0
$/iDx';
Looks like a bug, thank you for reporting @Gamesh.
Fixed!
thank you