8000 Adding backslash to stdClass construction because we're using a namespace by robholmes · Pull Request #19 · jublo/codebird-php · GitHub
[go: up one dir, main page]

Skip to content

Adding backslash to stdClass construction because we're using a namespace #19

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

Closed
wants to merge 1 commit into from

Conversation

robholmes
Copy link
Contributor

Without this the class is deemed to be within the Codebird namespace (eg. \Codebird\stdClass). This backslash means it has no namespace and should be used for standard php classes (eg. \DateTime, etc.)

…pace.

Without this the class is deemed to be within the Codebird namespace (eg. \Codebird\stdClass). This backslash means it has no namespace and should be used for standard php classes (eg. \DateTime, etc.)
@ZweiSteinSoft
Copy link
Contributor

Obviously. Thanks Rob!

ZweiSteinSoft pushed a commit that referenced this pull request May 12, 2013
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

Successfully merging this pull request may close these issues.

2 participants
0