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
And why would we be doing it? (what are you aiming to accomplish?)
PSR-4 is beneficial. For example would enable simple and predictable autoloading.
Namespace and class name structure would be the same as the file structure.
e.g. Keyring\Service\Fitbit would live in src/Service/Fitbit.php
Basically leaving legacy technologies behind. E.g. wave goodbye to require statements.
What you think about that?
Something similar to PSR-4.
The text was updated successfully, but these errors were encountered: