Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use addHeader() #8240

Merged
merged 7 commits into from
Nov 28, 2023
Merged

fix: use addHeader() #8240

merged 7 commits into from
Nov 28, 2023

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    9e6be65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4986bc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7852e3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a769e53 View commit details
    Browse the repository at this point in the history
  5. fix: Call to an undefined method

     ------ --------------------------------------------------
      Line   system/HTTP/CURLRequest.php
     ------ --------------------------------------------------
      485    Call to an undefined method
             CodeIgniter\HTTP\ResponseInterface::addHeader().
     ------ --------------------------------------------------
    kenjis committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3c38acb View commit details
    Browse the repository at this point in the history
  6. refactor: suppress PHPStan errors

     ------ -------------------------------------------------------------------
      Line   system/Debug/Toolbar.php
     ------ -------------------------------------------------------------------
      150    Binary operation "+" between non-falsy-string and 1 results in an
             error.
      175    Binary operation "+" between non-falsy-string and 1 results in an
             error.
     ------ -------------------------------------------------------------------
    kenjis committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    568538e View commit details
    Browse the repository at this point in the history
  7. chore: add skip_violations

    kenjis committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8b0e1fe View commit details
    Browse the repository at this point in the history