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: squizlabs/PHP_CodeSniffer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5
Choose a base ref
...
head repository: NetCommons3/PHP_CodeSniffer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 17 files changed
  • 1 contributor

Commits on Oct 1, 2025

  1. fix: php7.4でWarningが発生するため。

    ```
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/CLI.php on line 197
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/CLI.php on line 203
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/CLI.php on line 512
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer.php on line 1805
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer.php on line 1810
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer.php on line 1810
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer.php on line 1856
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer.php on line 1856
    PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/File.php on line 1314
    PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/File.php on line 2223
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/CommentParser/AbstractParser.php on line 233
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/CommentParser/AbstractParser.php on line 278
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/CommentParser/CommentElement.php on line 172
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php on line 79
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php on line 79
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php on line 94
    PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /opt/nc3/vendors/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php on line 97
    ```
    s-nakajima committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    e6a9505 View commit details
    Browse the repository at this point in the history
Loading