Skip to content
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

Split class declaration from procedural code #65

Open
schlessera opened this issue Mar 3, 2017 · 0 comments
Open

Split class declaration from procedural code #65

schlessera opened this issue Mar 3, 2017 · 0 comments

Comments

@schlessera
Copy link

The class Spyc should be split out into a separate file so that it can be properly managed through Composer autoloading.

This enables other code (which is not using the procedural access to the class) to manage how and when the actual class is loaded.

Related issues:
wp-cli/wp-cli#3850
wp-cli/wp-cli#3875

schlessera added a commit to schlessera/spyc that referenced this issue Mar 3, 2017
…ed through Composer autoloading.

This enables other code (which is not using the procedural access to the class) to manage how and when the actual class is loaded.

Resolves mustangostang#65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant