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
In the class Classes/Command/TestCommand.php the method execute has no return type in line 39.
Because of that it is not compatible with the parent method.
Solution is to add the return type:
: int
The text was updated successfully, but these errors were encountered:
In the class Classes/Command/TestCommand.php the method execute has no return type in line 39.
Because of that it is not compatible with the parent method.
Solution is to add the return type:
: int
The text was updated successfully, but these errors were encountered: