Johan Vlaar
Johan Vlaar
When generating files i miss `iran` because its not in the swift.com iban registry. We use this package for our python packages but we also have php project which uses...
__unserialize() fails for existing user sessions because 'bytes' isn't set. ## Description We get the following error: ```php ValueError: Ramsey\Uuid\Uuid::__unserialize(): Argument #1 ($data) is invalid #15 /vendor/ramsey/uuid/src/Uuid.php(333): Ramsey\Uuid\Uuid::__unserialize #14 [internal](0):...
## Description I improved the readme a bit making the use extensions more clear. Let me know if your happy about this change or want to see something different.
Deprecated call for Symfony 4.3 see: ``` The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_message" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead. ```
As mentioned here https://github.com/editorconfig-checker/editorconfig-checker/issues/198 the parsing of spaces in editor config files isn't parsed correctly
# Feature Request Just like https://github.com/rectorphp/rector/blob/main/docs/rector_rules_overview.md#countarraytoemptyarraycomparisonrector i think it would be good performance to change `empty()` function call on array values to `[]` check example: ## Diff ```diff $array =...
When i overwrite the template using `@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig` it will not overwrite the template in Symfony 4. And when i overwrite the template by creating custom form theme it will not...
Add missing asset path for main_url to correctly load the assets. Fixes #497