Killian BLAIS

Results 3 issues of Killian BLAIS

Static analysis throws an error with this code : ```php class JobFilter extends QueryFilter { ... } class JobController { protected JobFilter $filter; public function index(Request $request) { $this->jobFilter =...

While trying to figure an issue I have with the package, I realized it can't work with symfony/workflow < 4.1 since 1.3.0 because of the use of `InstanceOfSupportStrategy` here :...