qossmic / deptrac

Keep your architecture clean.
https://qossmic.github.io/deptrac
MIT License
2.59k stars 136 forks source link

PHP 8.3 new override attribute #1388

Closed GhostlyIT closed 4 months ago

GhostlyIT commented 4 months ago

Hi there! I've updated my project to php 8.3 and start using this new #[Override] attribute. Seems like deptrac doesn't know about new internal class and give me errors like this. image

Are there any plans to update package for supporting PHP 8.3?

akankov commented 4 months ago

Also looks like it does not understand constant types

Syntax error, unexpected T_STRING, expecting '=' on line 20

  public const string CONST_NAME = 'value';
patrickkusebauch commented 4 months ago

Also looks like it does not understand constant types

Syntax error, unexpected T_STRING, expecting '=' on line 20

  public const string CONST_NAME = 'value';

Tracked in: https://github.com/qossmic/deptrac/issues/1371