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
- adding keywords and require empty in composer.
- establishing variables within classes as private.
- placing the visibility of the functions inside the classes (public | private).
- placing explicitly the type of data in the arguments of some functions, as well as the type of output.
- Separating the classes in different files.
- adapting spaces and identacion in the classes according to PSR-2.
- moving classes to /src path.
apply good practices using PSRs
The text was updated successfully, but these errors were encountered: