- 08 Aug, 2019 2 commits
-
-
Nicolas Grekas authored
* 4.4: Remove unneeded phpdocs
-
Fabien Potencier authored
-
- 03 Aug, 2019 4 commits
-
-
Nicolas Grekas authored
* 4.4: Remove use of ForwardCompatTrait Remove deprecated methods assertArraySubset
-
Nicolas Grekas authored
* 4.3: Remove use of ForwardCompatTrait Remove deprecated methods assertArraySubset
-
Nicolas Grekas authored
* 3.4: Remove use of ForwardCompatTrait Remove deprecated methods assertArraySubset
-
Jérémy Derussé authored
-
- 02 Aug, 2019 3 commits
-
-
Nicolas Grekas authored
* 4.4: Fix tests Fix deprecated phpunit annotation
-
Nicolas Grekas authored
* 4.3: Fix tests Fix deprecated phpunit annotation
-
Nicolas Grekas authored
* 3.4: Fix tests Fix deprecated phpunit annotation
-
- 01 Aug, 2019 6 commits
-
-
Jérémy Derussé authored
-
Nicolas Grekas authored
* 4.4: cs fix Replace calls to setExpectedException by Pollyfill
-
Nicolas Grekas authored
* 4.3: cs fix Replace calls to setExpectedException by Pollyfill
-
Nicolas Grekas authored
* 3.4: cs fix Replace calls to setExpectedException by Pollyfill
-
Jérémy Derussé authored
-
Nicolas Grekas authored
* 4.4: Fix assertInternalType deprecation in phpunit 9 Micro-typo fix add parameter type declarations to private methods
-
- 31 Jul, 2019 1 commit
-
-
Christian Flothmann authored
-
- 03 Jul, 2019 1 commit
-
-
Amrouche Hamza authored
-
- 28 May, 2019 2 commits
-
-
Nicolas Grekas authored
-
Fabien Potencier authored
-
- 09 May, 2019 1 commit
-
-
Fabien Potencier authored
-
- 16 Jan, 2019 6 commits
-
-
Fabien Potencier authored
* 4.2: fixed CS fixed CS fixed tests fixed CS fixed CS fixed CS fixed short array CS in comments fixed CS in ExpressionLanguage fixtures fixed CS in generated files fixed CS on generated container files fixed CS on Form PHP templates fixed CS on YAML fixtures fixed fixtures switched array() to []
-
Fabien Potencier authored
* 4.1: fixed tests fixed CS fixed CS fixed CS fixed short array CS in comments fixed CS in ExpressionLanguage fixtures fixed CS in generated files fixed CS on generated container files fixed CS on Form PHP templates fixed CS on YAML fixtures fixed fixtures switched array() to []
-
Fabien Potencier authored
-
Fabien Potencier authored
* 3.4: fixed CS fixed short array CS in comments fixed CS in ExpressionLanguage fixtures fixed CS in generated files fixed CS on generated container files fixed CS on Form PHP templates fixed CS on YAML fixtures fixed fixtures switched array() to []
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 14 Jan, 2019 4 commits
-
-
Fabien Potencier authored
* 4.2: bump required Twig version fix compatibility with Twig >= 2.6.1 [Form] SA fix fix compatibility with PHPUnit 4.8 remove return type hint for PHP 5 compatibility SCA: minor code tweaks Component CssSelector tests [DebugClassLoader] Readd findFile() method [Console] Fix composer.json suggest/provide Revert "bug #29597 [DI] fix reporting bindings on overriden services as unused (nicolas-grekas)" Fixed exception wording Fix SwiftMailerHandler to support Monolog's latest reset functionality
-
Fabien Potencier authored
* 4.1: bump required Twig version fix compatibility with Twig >= 2.6.1 [Form] SA fix fix compatibility with PHPUnit 4.8 remove return type hint for PHP 5 compatibility SCA: minor code tweaks Component CssSelector tests [DebugClassLoader] Readd findFile() method [Console] Fix composer.json suggest/provide Revert "bug #29597 [DI] fix reporting bindings on overriden services as unused (nicolas-grekas)" Fixed exception wording Fix SwiftMailerHandler to support Monolog's latest reset functionality
-
Christian Flothmann authored
* 3.4: fix compatibility with Twig >= 2.6.1 [Form] SA fix fix compatibility with PHPUnit 4.8 remove return type hint for PHP 5 compatibility Component CssSelector tests [DebugClassLoader] Readd findFile() method [Console] Fix composer.json suggest/provide Revert "bug #29597 [DI] fix reporting bindings on overriden services as unused (nicolas-grekas)" Fixed exception wording Fix SwiftMailerHandler to support Monolog's latest reset functionality
-
Christian Flothmann authored
-
- 13 Jan, 2019 1 commit
-
-
Gordienko Vladislav authored
-
- 03 Jan, 2019 3 commits
-
-
Christian Flothmann authored
* 4.2: update years in license files Fix: Adjust DocBlock \"ParserTest->getParserTestData()\" -> only some more tests access the container getting it from the kernel Replace slave and master by replica and primary Fix erasing cookies issue [Lock] Pedantic improvements for lock [EventDispatcher] Fixed phpdoc on interface update year in license files [VarExporter] fix exporting array indexes [SecurityBundle] Fix traceable voters [Console] Fix help text for single command applications Fix random test failure on lock improve error message when using test client without the BrowserKit component Fixed minor typos in an error message [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset. Fixed minor typos Fix: Method can also return null [Stopwatch] Fixed phpdoc for category name
-
Christian Flothmann authored
* 4.1: Fix: Adjust DocBlock \"ParserTest->getParserTestData()\" -> only some more tests access the container getting it from the kernel [Lock] Pedantic improvements for lock [EventDispatcher] Fixed phpdoc on interface update year in license files [Console] Fix help text for single command applications Fix random test failure on lock improve error message when using test client without the BrowserKit component [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset. Fixed minor typos Fix: Method can also return null [Stopwatch] Fixed phpdoc for category name
-
Christian Flothmann authored
* 3.4: Fix: Adjust DocBlock \"ParserTest->getParserTestData()\" -> only some more tests [Lock] Pedantic improvements for lock [EventDispatcher] Fixed phpdoc on interface update year in license files [Console] Fix help text for single command applications Fix random test failure on lock improve error message when using test client without the BrowserKit component [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset. Fixed minor typos Fix: Method can also return null [Stopwatch] Fixed phpdoc for category name
-
- 02 Jan, 2019 1 commit
-
-
Lars Moelleken authored
-
- 01 Jan, 2019 1 commit
-
-
Christian Flothmann authored
-
- 13 Dec, 2018 2 commits
-
-
Nicolas Grekas authored
* 4.2: (27 commits) [VarExporter] dont call userland code with uninitialized objects Fix typos in doc blocks [Debug] ignore underscore vs backslash namespaces in DebugClassLoader [TwigBridge][Form] Prevent multiple rendering of form collection prototypes [FrameworkBundle] fix describing routes with no controllers [DI] move RegisterServiceSubscribersPass before DecoratorServicePass Update ValidationListener.php [Yaml] ensures that the mb_internal_encoding is reset to its initial value [Messenger] Restore message handlers laziness [WebLink] Fixed documentation link [Security] getTargetPath of TargetPathTrait must return string or null [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument Optimize perf by replacing call_user_func with dynamic vars [Cache] Fix dsn parsing [Routing] fix dumping same-path routes with placeholders [WebProfilerBundle][TwigBundle] CSS fixes Add a docblock for FormFactoryInterface [Security] defer log message in guard authenticator [Validator] Added IBAN format for Vatican City State merge conflicts ...
-
Nicolas Grekas authored
* 4.1: Fix typos in doc blocks [Debug] ignore underscore vs backslash namespaces in DebugClassLoader [TwigBridge][Form] Prevent multiple rendering of form collection prototypes [FrameworkBundle] fix describing routes with no controllers [DI] move RegisterServiceSubscribersPass before DecoratorServicePass Update ValidationListener.php [Yaml] ensures that the mb_internal_encoding is reset to its initial value [WebLink] Fixed documentation link [Security] getTargetPath of TargetPathTrait must return string or null [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument Optimize perf by replacing call_user_func with dynamic vars [Routing] fix dumping same-path routes with placeholders [Security] defer log message in guard authenticator [Validator] Added IBAN format for Vatican City State merge conflicts filter out invalid Intl values filter out invalid language values [Validator] Fixed grouped composite constraints [Form] Filter arrays out of scalar form types Fix HeaderBag::get phpdoc
-
- 09 Dec, 2018 1 commit
-
-
Gabriel Ostrolucký authored
-
- 26 Nov, 2018 1 commit
-
-
Fabien Potencier authored
-