Lars Moelleken
Lars Moelleken
I tried to collect data structures of php-files or -strings: https://github.com/voku/Simple-PHP-Code-Parser ... but I have a problem with the "ReflectionDocBlock" package, I do something like: ```php $parsedParamTags = $phpDoc->getTagsByName('param'); ```...
we do not need the complex regex, if "" is not present --- This change is [](https://reviewable.io/reviews/phpdocumentor/reflectiondocblock/261)
https://github.com/voku/simple_html_dom --- A HTML DOM parser written in PHP - let you manipulate HTML in a very easy way! This is a fork of PHP Simple HTML DOM Parser project...
I think this issue is similar to a problem I'm having with text like `system (…` being considered dangerous. For example the string `the operating system (e.g. Windows 10, Mac...
e.g.: `class-string` ⇒ currently this will throw an exception like `\Foo\Bar|\Foo\Lall is not a class string`
Hi, I have something like the following code in a class and I wanted to ask if it's possible to have also auto-completion for this use-cases? PS: thanks for this...
I am not sure where I need to look at, if you point me to the affected code, I will try to fix it. :) example: ```php /** * @param...
Hi, I like your image-optimizer-wrapper for PHP and maybe you find some useful lines of code here: [https://github.com/voku/dotfiles/blob/master/bin/img-min.sh](https://github.com/voku/dotfiles/blob/master/bin/img-min.sh) The quality-detection works for JPEGs (https://github.com/voku/dotfiles/blob/master/bin/img-min.sh#L108) and for PNGs, but for PNGs...
This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/a6GjMm).
try to fix this issue: https://github.com/squizlabs/PHP_CodeSniffer/issues/3173 --- This change is [](https://reviewable.io/reviews/squizlabs/php_codesniffer/3174)