dantleech
dantleech
Given a bunch of code ``` $bar = foobar(); $baz = $foo->findBar($bar->getBlah()); if (!$baz) throw new Exception($bar->getBlah()); ``` Extract lambda: ``` $bar = foobar(); $baz = function (Blah $blah) {...
 These are coming from: - Named parameter completor (triggered from the parent node context). in addition this should only be enabled for PHP 8 (project above is 7.4) -...
- Do not use absolute paths? - Do not use paths at all (e.g. MD5 or partial MD5 of file path) - ... This is impressive as the vendor dir...
The original reference / class finder evolved in the `class-mover` package and scans the filesystem and uses composer to resolve class FQNs and text filtering to isolate files with class...
| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | master | | Bug fix? | no | | New feature? | yes | | BC breaks? | no | |...
:wave: this is might be out of scope for Phpstan, but it would be really great to be able to modify docblocks whilst preserving their formatting (this would be useful,...
This PR will pretty print json when `print response` is invoked and the `Content-Type` is `application/json` Will add a feature/test if this is OK.
:wave: The lexer always reports Line 1 when it encounters an unrecognized token: https://github.com/hoaproject/Compiler/blob/master/Llk/Lexer.php#L151 This is particularly problematic as it the file being parsed has 100s of lines. Guess this...
The CMF certainly needs a Taxonomy feature. The question is how we go about it. I think we should use the `vespolina/VespolinaTaxonomy` library, and potentially the `vespolina\VespolinaTaxonomyBundle`. I am _guessing_...