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: paquettg/string-encoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: devanoxltd/string-encoder
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.
  • 8 commits
  • 43 files changed
  • 1 contributor

Commits on Aug 22, 2025

  1. Refactor PHPUnit configuration and add Pest testing framework

    - Updated `phpunit.php` to improve code style.
    - Modified `phpunit.xml` to align with PHPUnit 12.3 schema and updated source filtering.
    - Introduced `pint.json` for code style configuration.
    - Changed return types in `EncoderInterface` and `OptionsInterface` to use `self` instead of `EncoderInterface` and `OptionsInterface`.
    - Updated various classes to improve code style and consistency, including constructor and method definitions.
    - Simplified exception classes by using `use Exception` syntax.
    - Added initial tests using Pest framework, including example test and test case structure.
    - Refactored existing tests to follow a consistent naming convention and improved setup methods.
    mr-chetan committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    ce166bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec87f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2c129e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab9f218 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. Configuration menu
    Copy the full SHA
    5ad445e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ac47ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    345fc24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be0598c View commit details
    Browse the repository at this point in the history
Loading