Robert Lemke
Robert Lemke
- [x] interface for `createSnapshot()` and `restoreSnapshot()` - [x] CLI commands for create snapshot and restore snapshot - [x] trait for Doctrine based Projectors helping with creating and restoring of...
Here's something which caused quite some trouble for me today: I introduced a new process manager (the same would apply to any other event listener) which was supposed to run...
Using a basic Flow distribution (6.x) with one custom package (which requires `sandstorm/usermanagent`), and an empty database `doctrine:migrate` will fail: ``` SQLSTATE[HY000]: General error: 1005 Can't create table `weclapp-importer`.`sandstorm_usermanagement_domain_model_user` (errno:...
As far as I can see – and I tried and played with this for a couple of hours – interfaces are not yet supported. My concrete use case is...
This adjusts proxy class building for AOP proxies so that the generate code correctly advises methods which have a "never" return type. Resolves #3451
This change enables Flow proxy classes to support PHP 8+ named argument syntax by including the original constructor parameter signature in generated proxies, fixing compatibility issues with modern PHP code...