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: php-mock/php-mock-phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 498e5e2
Choose a base ref
...
head repository: php-mock/php-mock-phpunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29f90fe
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    1a9855f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Update PHP_CodeSniffer version in workflow (#85)

    Keep using v3 as it was not causing any errors on PSR2 in the repo. We need investigate more why v4 is failing here.
    michalbundyra authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    f49a10a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c4be4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. fix: PHP 8.4 deprecation notice - implicit nullable parameters (#86)

    Fixes #83
    
    Drop `Closure` typehint on MockDisabler constructor (compatibility class for PHPUnit 7-9 only)
    
    See also: php-mock/php-mock/pull/61
    michalbundyra authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    29f90fe View commit details
    Browse the repository at this point in the history
Loading