-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing getcwd function? #29
Comments
Yeah... I'm having the same problem right now. The documentation SVN seems to be down since approximately one hour. Hopefully, it will be fixed soon. |
Regarding Detection is done in safe/generator/src/DocPage.php Lines 26 to 48 in 726b999
It is really heuristic as the doc can be written in a lot of different ways. I'll fix this for |
I took a stab at this myself. We can continue the discussion in the PR. |
Thanks a bunch for sharing safe. It helps me up my PHPStan level without writing to much tedious code.
One question: Is the
getcwd()
function missing?I tried looking into this and the documentation seems as if it would be detected as falsy and as far as I can tell neither module nor function is explicitly declared as ignored.
I tried running the generation but cloning the documentation fails because of timeouts 😕 .
The text was updated successfully, but these errors were encountered: