Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps squizlabs/php_codesniffer from 3.13.3 to 3.13.4.

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.13.4 - 2025-09-05

Fixed

  • Fixed bug #1213: ability to run tests for external standards using the PHPCS native test framework was broken.
  • Fixed bug #1214: PHP 8.5 "Using null as an array offset" deprecation notices.

Statistics

Closed: 0 issues Merged: 3 pull requests

If you like to stay informed about releases and more, follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X.

Please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.13.4] - 2025-09-05

Fixed

  • Fixed bug #1213: ability to run tests for external standards using the PHPCS native test framework was broken.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #1214: PHP 8.5 "Using null as an array offset" deprecation notices.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.

#1213: PHPCSStandards/PHP_CodeSniffer#1213 #1214: PHPCSStandards/PHP_CodeSniffer#1214

Commits
  • ad545ea Merge pull request #1217 from PHPCSStandards/feature/changelog-3.13.4
  • 905603e Changelog for the 3.13.4 release
  • 288a2a9 Merge pull request #1215 from PHPCSStandards/php-8.5/fix-null-as-array-offset...
  • d9b3e66 Merge pull request #1213 from PHPCSStandards/feature/remove-filelist-tests
  • 6b82a86 PHP 8.5 | Tokenizer/PHP: temporarily silence "Using null as an array offset" ...
  • acf2a54 PHP 8.5 | Tokenizer/PHP: fix "Using null as an array offset" deprecation
  • c019c75 PHP 8.5 | File::getMemberProperties(): fix "Using null as an array offset" de...
  • def8714 🔥 Hot Fix: remove FileList tests
  • f1c9394 Config: update version nr to next
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.13.3 to 3.13.4. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.13.3...3.13.4) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 3.13.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency label Sep 5, 2025
@github-actions github-actions bot enabled auto-merge September 5, 2025 20:03
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@github-actions github-actions bot merged commit 6a2510e into main Sep 5, 2025
48 checks passed
@github-actions github-actions bot deleted the dependabot/composer/squizlabs/php_codesniffer-3.13.4 branch September 5, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

0 participants