Upgraded an internal module to work with BackDrop CMS and afterwards noticed this in the generated path file.
- $class = static::class;
+ $class =::;
It replaced static::class; entirely with T_DOUBLE_COLON, or ::
I believe this is an issue but I'm not sure where this should be reported.
Thank you and cheers.