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
Roadmap Arrays suggest using the format $arr = array(...) when creating an array. Even if the docs suggest to use it, this format is not in par with modern frameworks that use the short form $arr = [...];