Anders Jenbo
Anders Jenbo
@jonthn it would be better to submit a PR, or at least park your code snippet as `patch` format to make it more readable: ``` ```patch diff --git i/extern/libpng-1.6.37/CMakeLists.txt w/extern/libpng-1.6.37/CMakeLists.txt...
For performance reasons this tool might need a rewrite where it works more like what you describe. Currently it injections the compiled code as their analyser scans each file
yeah i think that would be a decent place for it.
Similar problem with the static keyword: ``` - static $var = null;` + /** + * @return array + */ + static $var = null; ``` #4 might fix this
It's the same issue, but normally you would not cache the result when test fail so would only see the other outcome.
Fair, I guess we can maybe hint at it in the readme so that people can configure there php+xdebug to output the needed trace files. I might still experiment a...
@thgcode you might want to check this fork: https://github.com/sig-a11y/tolk
I have a few followups for this one :D
Once we settle on a version and merge we can use php-cs-fixer to make migrations of old style php docs to native types and other code modinizatios automatically in follow...