Pablo Largo Mohedano

Results 48 issues of Pablo Largo Mohedano

I'm trying to unserialize to persist an entity with multiple relationships. With `jms_serializer.doctrine_object_constructor.class` I've been able to assign different child entities to a parent entity. For example (a cart entity):...

Feature Request
RFC

Hi! I'm looking for a way to write in specific cases to `stderr` in addition to `stdout`. Is there a way to achieve it with this library in an asynchronous...

question

For example: ``` kafka://host1:9092?commitAsync=true&receiveTimeout=10000&topic[name]=events&kafka_conf[enable.auto.offset.store]=true&kafka_conf[group.id]=my-group-id&kafka_conf[max.poll.interval.ms]=45000&topic_conf[auto.offset.reset]=earliest,kafka://host2:9092?commitAsync=true&receiveTimeout=10000&topic[name]=events&kafka_conf[enable.auto.offset.store]=true&kafka_conf[group.id]=my-group-id&kafka_conf[max.poll.interval.ms]=45000&topic_conf[auto.offset.reset]=earliest ```

Estoy realizando un application test y me he dado cuenta de que la clase abstracta `DoctrineTestCase` podría ser mejor una trait, y que no importe qué clase estés heredando, ¿no?...

Hi! I'm improving an existing Redsys driver for Omnipay. Currently, I have a queue of refunds for my project. A cronjob gets the unprocessed refunds of the queue, updates their...

I'm thinking about moving the full functionality to a plugin, while maintaining a snippet added to the Vagrantfile to maintain full project portability.

enhancement

Hi! I'm looking for a way to organize my project for learning purposes. After working a bit with ReactPHP, I'm missing libraries to handle connection events to controllers, kinda like...

Would you merge a new pull request if I make this a bower/npm package? :)

### Bug report In the given example, there's this piece of code ```php $value1 = $value->map(function ($value) { PHPStan\dumpType($value[0]); PHPStan\dumpType($value[1]); return $value[0] + $value[1]; }); PHPStan\dumpType($value1); ``` that is said...

bug

### Bug report I'm running PHPStan against a big codebase combining a PSR-4 structure and classic legacy PHP scripts with a fairly large baseline generated. The project is targeted right...