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: mockery/mockery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.8
Choose a base ref
...
head repository: mockery/mockery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.10
Choose a head ref
  • 13 commits
  • 15 files changed
  • 3 contributors

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    79a07bd View commit details
    Browse the repository at this point in the history
  2. Fix mock method $args parameter type (#1397)

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bbc6d97 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Fix 1.6.8 release

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    732245e View commit details
    Browse the repository at this point in the history
  2. Fix property name

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    2b82b3c View commit details
    Browse the repository at this point in the history
  3. cleanup

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    114f2d7 View commit details
    Browse the repository at this point in the history
  4. Create e2e-test.sh

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a66bc5c View commit details
    Browse the repository at this point in the history
  5. Update .gitattributes

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c8fab80 View commit details
    Browse the repository at this point in the history
  6. Update psalm-baseline.xml

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    ddf19da View commit details
    Browse the repository at this point in the history
  7. Add projects for testing

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f69ac21 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fix 1.6.8 release (#1396)

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c9cf52d View commit details
    Browse the repository at this point in the history
  2. [PHP 8.4] Fixes for implicit nullability deprecation

    Fixes all issues that emit deprecation notices on PHP 8.4 for implicit nullable parameter type declarations.
    
    See:
     - [RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types)
     - [PHP 8.4: Implicitly nullable parameter declarations deprecated](https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated)
    Ayesh authored and ghostwriter committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cbb5798 View commit details
    Browse the repository at this point in the history
  3. [PHP 8.4] Fixes for implicit nullability deprecation (#1398)

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    814cae2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Changelog v1.6.10 (#1399)

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    47065d1 View commit details
    Browse the repository at this point in the history
Loading