Jérôme Tamarelle

Results 322 comments of Jérôme Tamarelle

Closing as the problem doesn't seem to occur all that often to justify dedicated exception to help debugging.

To create a new class, I create the `PhpNamespace` first. ```php $namespace = new PhpNamespace('Testing'); $namespace->addUse(\DateTimeInterface::class); $class = $namespace->addClass('Test'); ``` To create from existing, you can import the `PhpFile`. ```php...

What do you do with the `$class` or `$namespace` variables after adding the `use`? Do you save the file again?

Doctrine doesn't add value for a messenger transport. There is an other bundle, that I didn't try: https://github.com/facile-it/mongodb-messenger-transport.

Issue confirmed. Tracked in [PHPORM-69](https://jira.mongodb.org/browse/PHPORM-69)

You can remove usage of dynamic properties by resolving the values before setting the format, and update the format string when the state changes. Here is a suggested solution: https://github.com/ostrolucky/stdinho/pull/5

I reverted to the expected behaviour in this MR: https://github.com/symfony/symfony/pull/48210, but this is still inconsistent whenever event listeners or signal handlers are used. I think we need a `preventDefault()` method...

Hello @Anahkiasen this small fix makes your library compatible with PHP 7.2.

This is totally fine to want to stop maintaining a package and thank you for pointing to an alternative, unfortunately it is not compatible with PHP 5.6. We are upgrading...

I appreciate that this improvement only affects the described use-case. Could you add a test to `RequestDataCollectorTest` please?