1. 08 Aug, 2019 2 commits
  2. 03 Aug, 2019 4 commits
  3. 02 Aug, 2019 3 commits
  4. 01 Aug, 2019 6 commits
  5. 31 Jul, 2019 1 commit
  6. 03 Jul, 2019 1 commit
  7. 28 May, 2019 2 commits
  8. 09 May, 2019 1 commit
  9. 16 Jan, 2019 6 commits
    • Fabien Potencier's avatar
      Merge branch '4.2' into short-array-master · 105c98bb
      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 []
      105c98bb
    • Fabien Potencier's avatar
      Merge branch '4.1' into 4.2 · 48eddf66
      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 []
      48eddf66
    • Fabien Potencier's avatar
      fixed CS · 70f0cdf7
      Fabien Potencier authored
      70f0cdf7
    • Fabien Potencier's avatar
      Merge branch '3.4' into 4.1 · 7325dc16
      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 []
      7325dc16
    • Fabien Potencier's avatar
      switched array() to [] · 8ca29297
      Fabien Potencier authored
      8ca29297
    • Fabien Potencier's avatar
      2fd9a081
  10. 14 Jan, 2019 4 commits
    • Fabien Potencier's avatar
      Merge branch '4.2' · dacd5993
      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
      dacd5993
    • Fabien Potencier's avatar
      Merge branch '4.1' into 4.2 · be7ef805
      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
      be7ef805
    • Christian Flothmann's avatar
      Merge branch '3.4' into 4.1 · d0d930c8
      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
      d0d930c8
    • Christian Flothmann's avatar
      fix compatibility with PHPUnit 4.8 · 6722970c
      Christian Flothmann authored
      6722970c
  11. 13 Jan, 2019 1 commit
  12. 03 Jan, 2019 3 commits
    • Christian Flothmann's avatar
      Merge branch '4.2' · cf1c211f
      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
      cf1c211f
    • Christian Flothmann's avatar
      Merge branch '4.1' into 4.2 · 76dac1db
      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
      76dac1db
    • Christian Flothmann's avatar
      Merge branch '3.4' into 4.1 · 0acb5c77
      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
      0acb5c77
  13. 02 Jan, 2019 1 commit
  14. 01 Jan, 2019 1 commit
  15. 13 Dec, 2018 2 commits
    • Nicolas Grekas's avatar
      Merge branch '4.2' · 641b33f9
      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
        ...
      641b33f9
    • Nicolas Grekas's avatar
      Merge branch '4.1' into 4.2 · 5b4b1d32
      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
      5b4b1d32
  16. 09 Dec, 2018 1 commit
  17. 26 Nov, 2018 1 commit