Stefan Talen

Results 5 issues of Stefan Talen

Right now PR's can only be send to the master branch. Maybe it would be a good idea to have PR's send to the develop branch and be merged from...

Are there any plans on making this bundle work with the MailChimp API v2.0?

Bug

Current behaviour results in a mixed result when the `#AsEventListener` attribute has been used: ```diff namespace App\EventListener; +use Symfony\Component\EventDispatcher\EventSubscriberInterface; use App\Exception\Http\RestHttpExceptionInterface; use FOS\RestBundle\View\View; use FOS\RestBundle\View\ViewHandlerInterface; @@ @@ use Symfony\Component\HttpKernel\KernelEvents; #[AsEventListener(KernelEvents::EXCEPTION,...

Felt like this rule was missing the AbstractController implementation. This PR will add `AbstractController::isGranted()` and `AbstractController::denyAccessUnlessGranted()` support

https://github.com/symfony/symfony/blob/6.3/UPGRADE-6.3.md Console ------- - [x] ~Return int or false from `SignalableCommandInterface::handleSignal()` instead of void and add a second argument `$previousExitCode`~ (#483) DependencyInjection ------------------- - [ ] Deprecate `PhpDumper` options `inline_factories_parameter`...