1. 01 Apr, 2022 1 commit
  2. 04 Jan, 2020 1 commit
  3. 01 Jan, 2020 1 commit
  4. 20 Aug, 2019 1 commit
  5. 03 Aug, 2019 1 commit
  6. 01 Aug, 2019 1 commit
  7. 31 Jul, 2019 1 commit
  8. 16 Jan, 2019 1 commit
  9. 01 Jan, 2019 1 commit
  10. 11 Nov, 2018 2 commits
  11. 31 Oct, 2018 1 commit
  12. 30 Oct, 2018 1 commit
  13. 02 Oct, 2018 2 commits
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.4 · f31333bd
      Nicolas Grekas authored
      * 2.8:
        [php_cs] disable fopen_flags
        [CS] Remove unused variables passed to closures
        [CS] Remove empty comment
        [CS] Enforces null type hint on last position in phpDocs
        [CS] Use combined assignment operators when possible
        Fix a typo in error messages
        [Console] Add missing null to input values allowed types
        [PHPUnitBridge] Fix microtime() format
        bumped Symfony version to 2.8.47
        update CONTRIBUTORS for 2.8.46
        updated VERSION for 2.8.46
        updated CHANGELOG for 2.8.46
      f31333bd
    • Gabriel Caruso's avatar
      11b1f30e
  14. 26 Jul, 2018 4 commits
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.4 · 31db283f
      Nicolas Grekas authored
      * 2.8:
        Enable native_constant_invocation CS fixer
      31db283f
    • Nicolas Grekas's avatar
      f65a5599
    • Nicolas Grekas's avatar
      minor #28025 Use an empty string as default for assertEquals (DavidPrevot) · 3716acff
      Nicolas Grekas authored
      This PR was merged into the 3.4 branch.
      
      Discussion
      ----------
      
      Use an empty string as default for assertEquals
      
      Make sure it isn’t interpreted as a type NULL, making the test fail with PHPUnit 7.2.
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 3.4
      | Bug fix?      | no
      | New feature?  | no
      | BC breaks?    | no
      | Deprecations? | no
      | Tests pass?   | yes
      | License       | MIT
      
      This shouldn’t break the existing tests, but will also make them work with recent PHPUnit.
      
      Commits
      -------
      
      31353147a3 Use an empty string as default for assertEquals
      3716acff
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.4 · 351b74b1
      Nicolas Grekas authored
      * 2.8:
        Fix Clidumper tests
        Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
        Apply fixers
        Disable the native_constant_invocation fixer until it can be scoped
        Update the list of excluded files for the CS fixer
      351b74b1
  15. 24 Jul, 2018 1 commit
  16. 22 Jul, 2018 1 commit
  17. 03 Jan, 2018 4 commits
  18. 02 Jan, 2018 3 commits
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · 192c1b05
      Nicolas Grekas authored
      * 3.3:
        Clean up
        Update return type in docblock.
        PHP CS Fixer: no need to exclude xml and yml files
        PHP CS Fixer: no need to exclude json file
        Update LICENSE year... forever
      192c1b05
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.3 · 6295e4cd
      Nicolas Grekas authored
      * 2.8:
        Clean up
        Update return type in docblock.
        PHP CS Fixer: no need to exclude xml and yml files
        Update LICENSE year... forever
      6295e4cd
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · a50bb5c4
      Nicolas Grekas authored
      * 2.7:
        Clean up
        Update return type in docblock.
        PHP CS Fixer: no need to exclude xml and yml files
        Update LICENSE year... forever
      a50bb5c4
  19. 31 Dec, 2017 5 commits
  20. 05 Nov, 2017 3 commits
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · e8d36a7b
      Nicolas Grekas authored
      * 3.3:
        [Serializer] Fix extra attributes when no group specified
        [Intl] Make intl-data tests pass and save language aliases again
        [Console] Fix CommandTester::setInputs() docblock
        [Serializer] readd default argument value
        [VarDumper] fix trailling comma when dumping an exception
        Remove useless docblocks
        [FrameworkBundle] Fix docblocks
        [PropertyInfo] Remove useless docblocks
      e8d36a7b
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.3 · df173ac2
      Nicolas Grekas authored
      * 2.8:
        [Intl] Make intl-data tests pass and save language aliases again
        Remove useless docblocks
        [PropertyInfo] Remove useless docblocks
      df173ac2
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 5d7aa644
      Nicolas Grekas authored
      * 2.7:
        [Intl] Make intl-data tests pass and save language aliases again
        Remove useless docblocks
      5d7aa644
  21. 29 Oct, 2017 1 commit
  22. 24 Oct, 2017 3 commits