-
Notifications
You must be signed in to change notification settings - Fork 10
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
TypeError: can only concatenate tuple (not "str") to tuple #14
Comments
Same happens to me. |
Same here |
+1 |
Same! |
Same |
same |
The solution to this problem was found for ST 4. It is necessary in DocPHPManualer.sublime-package archive to change the file docphp.py starting from line 557 correct the function as follows: |
After a fresh installation. I typed
strpos($haystack, $needle);
in a php script then right click, DocPHP: Show Definition. In the console I can see the following backtrace.The text was updated successfully, but these errors were encountered: