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: codeigniter4/CodeIgniter4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop@{1day}
Choose a base ref
...
head repository: codeigniter4/CodeIgniter4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 1, 2026

  1. chore: adapt output buffer handling to PHPStan 2.2.3 (#10364)

    * fix: satisfy PHPStan 2.2.3
    
    - Remove redundant output-buffer level checks after ob_start()
    - Narrow output-buffer helper return types
    
    Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
    
    * fix: handle command output buffer changes
    
    Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
    memleakd authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    2b0f799 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. chore(deps-dev): update boundwize/structarmed requirement (#10365)

    Updates the requirements on [boundwize/structarmed](https://github.com/boundwize/structarmed) to permit the latest version.
    
    Updates `boundwize/structarmed` to 0.14.7
    - [Release notes](https://github.com/boundwize/structarmed/releases)
    - [Commits](boundwize/structarmed@0.14.6...0.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: boundwize/structarmed
      dependency-version: 0.14.7
      dependency-type: direct:development
      dependency-group: composer-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    ad8526f View commit details
    Browse the repository at this point in the history
Loading