Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.3
Choose a base ref
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.4
Choose a head ref

Commits on Jul 30, 2019

  1. Copy the full SHA
    1a0bae0 View commit details

Commits on Jul 31, 2019

  1. Merge branch '3.4' into 4.3

    * 3.4:
      Fix travis script
      minor fix for wrong case
      [HttpFoundation] Fix `getMaxFilesize`
      [Cache] fix warning on PHP 7.4
      [Console] fix warning on PHP 7.4
      Don't add value of (default/static) objects to the signature
      fix(yml): fix comment in milti line value
    nicolas-grekas committed Jul 31, 2019
    Copy the full SHA
    120fe36 View commit details
  2. Copy the full SHA
    39c0132 View commit details
  3. Merge branch '3.4' into 4.3

    * 3.4:
      [Cache] fix cs
      Make tests support phpunit 8
    nicolas-grekas committed Jul 31, 2019
    Copy the full SHA
    c5d6274 View commit details

Commits on Aug 1, 2019

  1. Copy the full SHA
    ec0045b View commit details
  2. Merge branch '3.4' into 4.3

    * 3.4:
      Fix assertInternalType deprecation in phpunit 9
      Micro-typo fix
    nicolas-grekas committed Aug 1, 2019
    Copy the full SHA
    22c4341 View commit details
  3. Ensure signatures for setUp|tearDown|setUpAfterClass|tearDownAfterCla…

    …ss methods in tests are compatible with phpunit 8.2
    luispabon authored and nicolas-grekas committed Aug 1, 2019
    Copy the full SHA
    e4f40d7 View commit details
  4. Copy the full SHA
    70d308f View commit details
  5. Merge branch '3.4' into 4.3

    * 3.4:
      [Yaml] fix test for PHP 7.4
      Add polyfill for TestCase::createMock()
      Skip tests that fatal-error on PHP 7.4 because of missing parent classes
    nicolas-grekas committed Aug 1, 2019
    Copy the full SHA
    94f08e1 View commit details
  6. Copy the full SHA
    a77d5fe View commit details
  7. Merge branch '3.4' into 4.3

    * 3.4:
      cs fix
      Replace calls to setExpectedException by Pollyfill
    nicolas-grekas committed Aug 1, 2019
    Copy the full SHA
    8f4ad7e View commit details
  8. Copy the full SHA
    dab2c2e View commit details

Commits on Aug 2, 2019

  1. Merge branch '3.4' into 4.3

    * 3.4:
      Fix tests
      Fix deprecated phpunit annotation
    nicolas-grekas committed Aug 2, 2019
    Copy the full SHA
    47b855b View commit details

Commits on Aug 3, 2019

  1. Copy the full SHA
    c90e14e View commit details
  2. Merge branch '3.4' into 4.3

    * 3.4:
      Adopt `@PHPUnit55Migration:risky` rule of php-cs-fixer
    nicolas-grekas committed Aug 3, 2019
    Copy the full SHA
    3fba26c View commit details
  3. [Yaml] PHP-8: Uncaught TypeError: abs() expects parameter 1 to be int…

    … or float, string given
    Aleksandr Dankovtsev committed Aug 3, 2019
    Copy the full SHA
    59ee8f4 View commit details
  4. Copy the full SHA
    a551af1 View commit details
  5. Merge branch '3.4' into 4.3

    * 3.4:
      Remove use of ForwardCompatTrait
      Remove deprecated methods assertArraySubset
    nicolas-grekas committed Aug 3, 2019
    Copy the full SHA
    5e7c473 View commit details
  6. bug #32910 [Yaml] PHP-8: Uncaught TypeError: abs() expects parameter …

    …1 to be int or float, string given (Aleksandr Dankovtsev)
    
    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [Yaml] PHP-8: Uncaught TypeError: abs() expects parameter 1 to be int or float, string given
    
    [Yaml] PHP-8: Uncaught TypeError: abs() expects parameter 1 to be int or float, string given
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes
    | New feature?  |no
    | BC breaks?    | no
    | Deprecations? |no
    | Tests pass?   | yes
    | License       | MIT
    
    In additional for PR: symfony/symfony#32862
    
    Commits
    -------
    
    faef73888e [Yaml] PHP-8: Uncaught TypeError: abs() expects parameter 1 to be int or float, string given
    nicolas-grekas committed Aug 3, 2019
    Copy the full SHA
    090881c View commit details
  7. Merge branch '3.4' into 4.3

    * 3.4:
      Fix tests on console
      cs fix
      Fix path to phpunit binary
      [Yaml] PHP-8: Uncaught TypeError: abs() expects parameter 1 to be int or float, string given
    nicolas-grekas committed Aug 3, 2019
    Copy the full SHA
    24f8ccb View commit details

Commits on Aug 5, 2019

  1. Use namespaced Phpunit classes

    jderusse authored and nicolas-grekas committed Aug 5, 2019
    Copy the full SHA
    2724c44 View commit details

Commits on Aug 6, 2019

  1. Copy the full SHA
    5d61fdb View commit details
  2. Merge branch '3.4' into 4.3

    * 3.4:
      bump phpunit-bridge cache-id
      Use assertStringContainsString when needed
      Use assert assertContainsEquals when needed
      Use assertEqualsWithDelta when required
    nicolas-grekas committed Aug 6, 2019
    Copy the full SHA
    42a8be3 View commit details

Commits on Aug 8, 2019

  1. Copy the full SHA
    4e543ce View commit details

Commits on Aug 14, 2019

  1. Merge branch '3.4' into 4.3

    * 3.4:
      Remove superfluous phpdoc tags
    nicolas-grekas committed Aug 14, 2019
    Copy the full SHA
    3836b11 View commit details

Commits on Aug 20, 2019

  1. Fix inconsistent return points.

    derrabus authored and nicolas-grekas committed Aug 20, 2019
    Copy the full SHA
    3dc414b View commit details
  2. Merge branch '3.4' into 4.3

    * 3.4:
      Fix inconsistent return points.
      [Security/Core] UserInterface::getPassword() can return null
      [Router] Fix TraceableUrlMatcher behaviour with trailing slash
    nicolas-grekas committed Aug 20, 2019
    Copy the full SHA
    8574112 View commit details
  3. Fix inconsistent return points.

    derrabus authored and nicolas-grekas committed Aug 20, 2019
    Copy the full SHA
    5a0b7c3 View commit details
Loading