Matt Glaman
Matt Glaman
Yes, this was a regression in the new version that I need to fix. On Wed, Mar 7, 2018, 10:10 AM Jonathan Smith wrote: > Hi, > Have we lost...
The problem with "8.x" and "7.x" is that Drupal.org's API is through RestWS. There is no "contains" or partial mapping support. So we can only filter directly on branches, without...
The main use case presented at DrupalCon was this: * Convert the `parent` issue field value to a multiple field value * Allow exposing that as a dropdown There are...
Overall I think the bundles thing made it worse than simpler. I'm looking to bring it back to one simple bundle and have custom forms which "prefill" some of the...
So, there's a few problems with this, at the moment: * Usernames are emails, so it'd be `/boards/[email protected]/machine_name` which can be problematic. * It could just allow machine names and...
Note: this catches when using `new self` but not `new static`. This is due to how PHPStan treats `static` as `maybe` in its trinary logic.
That is because mglaman/phpstan-drupal does not inspect those directories. We would need some way to change the "current" site. We'll need to open a reference issue there.
Thanks for providing an example! It was _overaggressive_ before. This helps build the test cases with examples.
oh boy, that's fun: so `clone` gets weird?
Working on a PR to try and fix this: https://github.com/mglaman/phpstan-drupal/pull/454