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-dev/design-patterns-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jkapuscik2/design-patterns-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 243 files changed
  • 1 contributor

Commits on Jul 10, 2023

  1. Updated to PHP 8.2

    jkapuscik2 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    49a21e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Update UserStorage.php

    jkapuscik2 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    90b2399 View commit details
    Browse the repository at this point in the history
  2. Update User.php

    jkapuscik2 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    384b5d0 View commit details
    Browse the repository at this point in the history
  3. Update Storage.php

    jkapuscik2 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    2b77455 View commit details
    Browse the repository at this point in the history
  4. Update Department.php

    jkapuscik2 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    824df7f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. Update dependencies in composer.json and composer.lock; upgrade PHP v…

    …ersion to ^8.4 and PHPUnit to ^10.5, along with various package updates. Refactor Observer and Strategy patterns to enforce strict types and improve method names. Enhance Factory Method pattern with type safety and HTML escaping. Add error handling in LocalFileStorage. Apply strict types across multiple files for better type safety.
    jkapuscik2 committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    8f1ee23 View commit details
    Browse the repository at this point in the history
Loading