1. 04 Apr, 2022 1 commit
  2. 26 Oct, 2014 1 commit
  3. 09 Oct, 2014 1 commit
  4. 01 Oct, 2014 1 commit
  5. 22 Sep, 2014 1 commit
  6. 27 Aug, 2014 1 commit
  7. 07 Jul, 2014 2 commits
  8. 27 Jun, 2014 1 commit
  9. 12 May, 2014 1 commit
  10. 18 Apr, 2014 1 commit
    • Fabien Potencier's avatar
      minor #10717 unified return null usages (fabpot) · 0d2ab42d
      Fabien Potencier authored
      This PR was merged into the 2.3 branch.
      
      Discussion
      ----------
      
      unified return null usages
      
      | Q             | A
      | ------------- | ---
      | License       | MIT
      
      This PR unifies the way we return `null` from a function or method:
      
       * always use `return;` instead of `return null;` (the current code base uses both);
       * never use `return;` at the end of a function/method.
      
      Commits
      -------
      
      d1d569b unified return null usages
      0d2ab42d
  11. 16 Apr, 2014 2 commits
  12. 15 Apr, 2014 1 commit
  13. 26 Mar, 2014 1 commit
  14. 01 Mar, 2014 1 commit
  15. 11 Feb, 2014 1 commit
  16. 07 Jan, 2014 2 commits
  17. 01 Jan, 2014 1 commit
  18. 30 Dec, 2013 1 commit
  19. 30 Oct, 2013 1 commit
  20. 19 Sep, 2013 2 commits
    • Fabien Potencier's avatar
      Merge branch '2.2' into 2.3 · 4e01c74f
      Fabien Potencier authored
      * 2.2:
        Fix some annotates
        [FrameworkBundle] made sure that the debug event dispatcher is used everywhere
        [HttpKernel] remove unneeded strtoupper
        updated the composer install command to reflect changes in Composer
      
      Conflicts:
      	src/Symfony/Component/Console/Application.php
      	src/Symfony/Component/Console/Command/Command.php
      	src/Symfony/Component/Console/Input/InputDefinition.php
      	src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php
      	src/Symfony/Component/Form/Form.php
      	src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
      	src/Symfony/Component/HttpKernel/DependencyInjection/RegisterListenersPass.php
      	src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php
      	src/Symfony/Component/Locale/Locale.php
      	src/Symfony/Component/Locale/README.md
      	src/Symfony/Component/Locale/Stub/DateFormat/FullTransformer.php
      4e01c74f
    • bronze1man's avatar
      Fix some annotates · 9ff0e208
      bronze1man authored
      9ff0e208
  21. 18 Sep, 2013 1 commit
  22. 21 Jul, 2013 1 commit
  23. 01 Jul, 2013 2 commits
  24. 17 Jun, 2013 2 commits
  25. 19 May, 2013 3 commits
  26. 17 May, 2013 1 commit
  27. 16 May, 2013 1 commit
  28. 11 Apr, 2013 2 commits
  29. 06 Apr, 2013 1 commit
  30. 23 Mar, 2013 2 commits