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: Codeception/module-yii2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0be6829
Choose a base ref
...
head repository: Codeception/module-yii2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a80a88a
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 2, 2025

  1. fix: improve exception handling and code consistency

         - Standardized `RuntimeException` usage by removing redundant namespace references.
         - Refactored `findAndLoginUser` for clarity using ternary assignment.
         - Used `readonly` property for `ignoreCollidingDSN` in `TransactionForcer`.
         - Optimized server params handling by introducing `getServerParams()`.
         - Improved configuration validation messages for clean and mail methods.
    TavoNiievez committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    d72f144 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from TavoNiievez/small-fixes

    Improve exception handling and code consistency
    SamMousa authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    a80a88a View commit details
    Browse the repository at this point in the history
Loading