Ben Ramsey

Results 295 comments of Ben Ramsey

Is this the functionality you're asking for? https://bugs.php.net/bug.php?id=66435

Thanks for calling attention to this! The support for generics in PhpStorm is limited right now, but it looks like they added support for this in 2021.2.1 ([see the release...

I would be open to accepting a trait to make it compatible with Doctrine.

I like this idea, though I wouldn't want to make the library dependent on an extension, and though there's a polyfill, you've noted that it might go away. We could...

> why not have a base class that extends [ArrayObject](https://secure.php.net/manual/en/class.arrayobject.php) ? I think the SPL extension is included by default in all releases of 7+ ArrayObject has been in the...

That sounds okay to me. What are some reasons for failures, though? It'd be nice to fix those.

> an error file is created that shows the error related to the compressor What is the error?

I'm not sure this should be a concern of this action. Try out something like this, and let me know if it works for you: ```yaml - name: "Configure Composer"...

Hi! Thanks for the feature request. I've never used `bamarni/composer-bin-plugin`, nor am I familiar with it. I hesitate to add support for a Composer plugin like this, since it means...

I think providing a `command` argument might work. If it's present, it would override `dependency-versions`, and users would need to use `composer-options` to specify whether to prefer lowest, etc., but...