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: illuminate/support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.1.1
Choose a base ref
...
head repository: illuminate/support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.2.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 10, 2025

  1. [12.x] Refactor: Remove unnecessary variables in Str class methods (#…

    …54963)
    
    * Replace unnecessary null coalescing assignment operator (??=) with null coalescing operator (??) in Str::wrap method, as the variable is not used afterward.
    
    * remove unused exception variable in isUuid method try-catch block
    mohammadrasoulasghari authored Mar 10, 2025
    Copy the full SHA
    cd8b785 View commit details

Commits on Mar 12, 2025

  1. 1
    Copy the full SHA
    93c65b1 View commit details
  2. Update facade docblocks

    taylorotwell authored and github-actions[bot] committed Mar 12, 2025
    1
    Copy the full SHA
    8789a27 View commit details
  3. use single indent for multiline ternarys (#54971)

    this continues on some of my earlier formatting changes.
    
    you can read #53748 for my arguments why single indent is better.
    browner12 authored Mar 12, 2025
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    57e6848 View commit details
Loading