This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Form/Extension
vladyslavstartsev 4fcb41c3ba
Change 'cache_key' to AbstractRendererEngine::CACHE_KEY_VAR
The purpose of this change is to find all usages of AbstractRendererEngine::CACHE_KEY_VAR. Currently, if you search for AbstractRendererEngine::CACHE_KEY_VAR you will see only access to it, i.e. (`$view->vars[AbstractRendererEngine::CACHE_KEY_VAR]`), but you can't find it in write level. With this pull request you can see where is was used for write.
2020-09-14 19:22:49 +03:00
..
Core Change 'cache_key' to AbstractRendererEngine::CACHE_KEY_VAR 2020-09-14 19:22:49 +03:00
Csrf Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
DataCollector Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
DependencyInjection Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
HttpFoundation turn failed file uploads into form errors 2019-04-06 19:02:48 +02:00
Templating switched array() to [] 2019-01-16 10:39:14 +01:00
Validator fix mapping errors from unmapped forms 2020-08-07 15:17:26 +02:00