Michael Babker
Michael Babker
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | N/A...
Can the changes from the 0.4.4 release be upmerged to the v0.5 branch please?
Without this change, `$this->optionsHandler` never gets the default `IniOptionsHandler` set.
I'm the type of person that would rather come to an OSS repo and do what I can to help out, but to be honest, I don't know how I...
| Q | A | --------------- | ----- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets...
**Describe the proposed solution** At present, `Sylius\Bundle\ResourceBundle\Controller\AuthorizationCheckerInterface::isGranted()` only works with two bits of data: - A `Sylius\Bundle\ResourceBundle\Controller\RequestConfiguration` instance holding information about the current request (derived from the request and the...
It looks like all of the Travis builds are testing with the latest versions of dependencies within whatever constraints are used on a build (i.e. the different Symfony versions or...
In https://github.com/symfony/symfony/issues/44705 it looks like there's a strong consensus for deprecating SensioFrameworkExtraBundle (which, IMO, makes sense; everything that bundle provides can be done with a core install these days, the...
See https://travis-ci.org/joomla-framework/renderer/jobs/659706812 and [reported error lines](https://github.com/joomla-framework/renderer/blob/a4a17ee7be507607c5942d00780bf863823da13b/src/BladeRenderer.php#L51-L54)
PHP 7.4 introduces two new magic methods, `__serialize` and `__unserialize`. Introducing support for this has broken PHPCS on the relevant repos because the `Joomla.NamingConventions.ValidFunctionName.MethodDoubleUnderscore` sniff does not know about these...