We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When looking at some generated code when used in combination with PHP-DI, the proxy classes contain snippets like:
return isset($targetObject->$name);; return;
unset($targetObject->$name);; return;
Note the duplicate semicolons, which seems to be caused by this line
The text was updated successfully, but these errors were encountered:
#264 - duplicate semicolon removal
dbf4b43
Merge pull request #267 from Ocramius/hotfix/#264-duplicate-semicolon…
1c6f0c4
…-removal #264 - duplicate semicolon removal
@holtkamp fixed, thanks!
Sorry, something went wrong.
#264 - correcting links in the footer of the docs
dea26ab
Ocramius
No branches or pull requests
When looking at some generated code when used in combination with PHP-DI, the proxy classes contain snippets like:
Note the duplicate semicolons, which seems to be caused by this line
The text was updated successfully, but these errors were encountered: