Joachim

Results 176 issues of Joachim

There doesn't seem to be a way to show the list of all packages that a given package depends. `composer show --direct` works, but only for the root. `composer show...

Feature

**Describe the bug** I sometimes see the warning 'Cannot use 'parent' in a class with no parent.intelephense(1035)' for a parent::foo() call on a class that has a parent. **To Reproduce**...

I had the following class in a custom module in my Drupal 8.9 codebase. upgrade_status didn't detect that this needed to implement TrustedCallbackInterface for the lazy builder callback. ```

postponed

**Is your feature request related to a problem? Please describe.** It would be nice DX if Runtime::doRun() could catch ContainerNotInitializedException and re-throw it with a helpful message that your command's...

**Is your feature request related to a problem? Please describe.** There are a lot of Drush commands that do `Drush::bootstrapManager()`. **Describe the solution you'd like** This could be adapted to...

**Describe the bug** This regex removes everything: ``` // Strip off the protocol from the provided uri -- however, // now we will require that the sites subdir already exist....

If I use var-dumper's `dump()` in PHP code, I get very nicely formatted output of the variable in the HTML page. However, using `{{ dump(foo.bar) }}` in a Twig template...

| Q | A | --------------------| --------------- | PHPUnit version | 9.5.10 | PHP version | 8.0.11 | Installation Method | Composer #### Summary Inside a Docker shell, I did...

type/bug
status/waiting-for-feedback

| Q | A | --------------------| --------------- | PHPUnit version | 9.5.20 | PHP version | 7.4 | Installation Method | Composer #### Summary The following assertion passes: ``` $this->assertEqualsCanonicalizing(['a'...

type/bug