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
{{ message }}
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
The issue is that @return integer is not int (a number)... On returns it must be int because updating to integer we say that we are returning an instance of the class integer... Then the type hint :int would have to be changed to :integer, but the PHP will show a fatal error. Because the correct would be: