James Gilliland

Results 24 issues of James Gilliland

### Symfony version(s) affected

Bug
HttpFoundation
Status: Needs Review

Pretty self explanatory. The old site format is deprecated and this is the new format. Documentation (seems to be outdated, the URL in commit is the one suggested by the...

I pulled this in to test the changes in #33 but its not strictly tied to that issue. It might not hurt to test against a couple versions too but...

Don't know if this is something for this project but it seems like it might be able to help. When using DrushStyle with recent versions of Drush 11 you'll run...

bug
Drush

reviewing some warnings I found a false positive from the plugin manager cache rule. The triggering code looks something like this: ``` /** * Constructs a MagicPluginManager object. * *...

Mostly just noise but recent versions of xdebug have starting complaining a lot because recipes like Drupal contain legacy xdebug 2 configuration mixed in with the newer xdebug 3 configuration....

bug

Ran into a problem where I was having trouble running some tests in Drupal. Tracked down this stack exchange article. https://stackoverflow.com/questions/56674749/failing-drupal-8-functional-tests-on-drupallogin It seems like maybe this logic isn't correct ```...

bug
stale

Fix #4310 Since the later arguments are required this should be all that's needed.

### Issue title Please revert 4169 and return to using constructors ### Problem/Motivation - "Defines an interface for pulling plugin dependencies from the container." the concept is to pass them...