You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went from 1.39 to 1.59 and experienced this.
I went down to 1.56 for now and it works again without this error.
Hope it will get fixed, we still need number in namespace for now.
Steps to reproduce:
maker-bundle/src/Maker/MakeEntity.php
Line 832 in 6960c1c
Replace regex in line 832
Old = ^[a-zA-Z\\\\]+$
New = ^[a-zA-Z\\\d]+$
Removes duplicated \ (escaped "") and adds digit as allowable character.
The text was updated successfully, but these errors were encountered: