-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Undefined index errors #352
Comments
I'm not going to be able to replicate and fix these errors unless you're able to provide some code that I can use to replicate it. Is that possible in this case? Also note that running PHPCS with the All I can gather from the error messages is that there is an opening parentheses without a matching closing parentheses, which means that the tokenizer has failed to match it for some reason, or you've got a parse error. |
Using the -v flag I found a syntax error in a file. Thanks |
Thanks for getting back to me. |
* Docs: add documentation for Squiz.WhiteSpace.SuperfluousWhitespace * Docs: improve documentation for Squiz.WhiteSpace.SuperfluousWhitespace - Add code comparison for a missed error code (EOF) - Fixup CDATA indentation - Clarify wording in code examples * Docs: fix typo in Squiz.WhiteSpace.SuperfluousWhitespace code example * Docs: rewrite incorrect code example for Squiz.WhiteSpace.SuperfluousWhitespace.EndFile * Squiz/SuperfluousWhitespace: tiny tweak
Running the command
I get the following errors:
I'm using
"squizlabs/php_codesniffer": "~2.0"
in mycomposer.json
file.I'm running on Ubuntu 14.04 with HHVM 3.4.0
The text was updated successfully, but these errors were encountered: