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
Describe the bug
Method comment uses @type notation, which will be parsed by by jms. Unfortunately there is a syntax error. @Type("array<string, string>>"), the last close bracket is wrong.
To Reproduce
Steps to reproduce the behavior:
Use newest module versions for import-cli
Run import
Expected behavior
Import runs without any errors
Screenshots
Desktop (please complete the following information):
OS: Linux Ubuntu 20.04 LTS
CLI
The text was updated successfully, but these errors were encountered:
Describe the bug
Method comment uses @type notation, which will be parsed by by jms. Unfortunately there is a syntax error.
@Type("array<string, string>>")
, the last close bracket is wrong.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Import runs without any errors
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: