-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt existing code to PSR-4 #39
Milestone
Comments
ghost
assigned thedae
Jan 13, 2014
Thanks for creating the task, I will have some time this weekend to do this 😄 |
obokaman-com
added a commit
that referenced
this issue
Oct 9, 2015
- Move tests to "tests/Sifo" folder to reproduce the same structure under /src - Apply correct namespace to /src/Sifo files (most of them keep the same namespace. Only those under /Cache and /Debug folders have changed.) - Fix names for those classes under /Cache and /Debug folders. - Separate some classes in multiple files (MysqlStatement for instance). - Add sifo-common-instance
obokaman-com
added a commit
that referenced
this issue
Oct 9, 2015
- Move tests to "tests/Sifo" folder to reproduce the same structure under /src - Apply correct namespace to /src/Sifo files (most of them keep the same namespace. Only those under /Cache and /Debug folders have changed.) - Fix names for those classes under /Cache and /Debug folders. - Separate some classes in multiple files (MysqlStatement for instance). - Add sifo-common-instance - Add coverall actions to travis config.
obokaman-com
changed the title
Adapt existing code to PSR-0
Adapt existing code to PSR-4
Oct 9, 2015
alombarte
added a commit
that referenced
this issue
Oct 11, 2015
Related with issue #39 (Adapt to PSR-4)
alombarte
added a commit
that referenced
this issue
Oct 12, 2015
- Bulk changes to adapt to PSR-2 Smarty Plugins
alombarte
added a commit
that referenced
this issue
Oct 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All code should be converted to make it PSR-4 compliant.
This is (from http://www.php-fig.org/psr/psr-4/):
A fully qualified class name has the following form:
()*
The text was updated successfully, but these errors were encountered: