[PR #556] [MERGED] chore(deps-dev): bump squizlabs/php_codesniffer from 3.11.1 to 3.11.2 #573

Closed
opened 2026-02-25 22:35:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/556
Author: @dependabot[bot]
Created: 12/16/2024
Status: Merged
Merged: 12/16/2024
Merged by: @sadok-f

Base: mainHead: dependabot/composer/squizlabs/php_codesniffer-3.11.2


📝 Commits (1)

  • 14d74da chore(deps-dev): bump squizlabs/php_codesniffer from 3.11.1 to 3.11.2

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 composer.lock (+5 -5)

📄 Description

Bumps squizlabs/php_codesniffer from 3.11.1 to 3.11.2.

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.11.2 - 2024-12-11

Changed

  • Generators/HTML + Markdown: the output will now be empty (no page header/footer) when there are no docs to display. #687
    • This is in line with the Text Generator which already didn't produce output if there are no docs.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Generators/HTML: only display a Table of Contents when there is more than one sniff with documentation. #697
  • Generators/HTML: improved handling of line breaks in <standard> blocks. #723
  • Generators/Markdown: improved compatibility with the variety of available markdown parsers. #722
  • Generators/Markdown: improved handling of line breaks in <standard> blocks. #737
    • This prevents additional paragraphs from being displayed as code blocks.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Generic.NamingConventions.UpperCaseConstantName: the exact token containing the non-uppercase constant name will now be identified with more accuracy. #665
  • Generic.Functions.OpeningFunctionBraceKernighanRitchie: minor improvement to the error message wording. #736
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #527 : Squiz.Arrays.ArrayDeclaration: short lists within a foreach condition should be ignored.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positives and false negatives when code uses unconventional spacing and comments when calling define().
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive when a constant named DEFINE is encountered.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive for attribute class called define.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive when handling the instantiation of a class named define.
  • Fixed bug #688 : Generators/Markdown could leave error_reporting in an incorrect state.
  • Fixed bug #698 : Generators/Markdown : link in the documentation footer would not parse as a link.
  • Fixed bug #738 : Generators/Text: stray blank lines after code sample titles.
  • Fixed bug #739 : Generators/HTML + Markdown: multi-space whitespace within a code sample title was folded into a single space.

Other

  • On December 1st, one year after the repo was abandoned and revived, a retrospective of the past year was published for funders.
    • This retrospective is publicly available and also provides some insights into what's to come in the new year.

Statistics

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.11.2] - 2024-12-11

Changed

  • Generators/HTML + Markdown: the output will now be empty (no page header/footer) when there are no docs to display. #687
    • This is in line with the Text Generator which already didn't produce output if there are no docs.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/HTML: only display a Table of Contents when there is more than one sniff with documentation. #697
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/HTML: improved handling of line breaks in <standard> blocks. #723
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/Markdown: improved compatibility with the variety of available markdown parsers. #722
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/Markdown: improved handling of line breaks in <standard> blocks. #737
    • This prevents additional paragraphs from being displayed as code blocks.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generic.NamingConventions.UpperCaseConstantName: the exact token containing the non-uppercase constant name will now be identified with more accuracy. #665
  • Generic.Functions.OpeningFunctionBraceKernighanRitchie: minor improvement to the error message wording. #736
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #527 : Squiz.Arrays.ArrayDeclaration: short lists within a foreach condition should be ignored.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positives and false negatives when code uses unconventional spacing and comments when calling define().
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive when a constant named DEFINE is encountered.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive for attribute class called define.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive when handling the instantiation of a class named define.
  • Fixed bug #688 : Generators/Markdown could leave error_reporting in an incorrect state.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #698 : Generators/Markdown : link in the documentation footer would not parse as a link.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #738 : Generators/Text: stray blank lines after code sample titles.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #739 : Generators/HTML + Markdown: multi-space whitespace within a code sample title was folded into a single space.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.

#527: PHPCSStandards/PHP_CodeSniffer#527 #665: PHPCSStandards/PHP_CodeSniffer#665 #687: PHPCSStandards/PHP_CodeSniffer#687 #688: PHPCSStandards/PHP_CodeSniffer#688 #697: PHPCSStandards/PHP_CodeSniffer#697 #698: PHPCSStandards/PHP_CodeSniffer#698 #722: PHPCSStandards/PHP_CodeSniffer#722 #723: PHPCSStandards/PHP_CodeSniffer#723

... (truncated)

Commits
  • 1368f4a Merge pull request #760 from PHPCSStandards/feature/changelog-3.11.2
  • 644fc29 Changelog for the 3.11.2 release
  • 3a44d3d Merge pull request #758 from PHPCSStandards/feature/32-automate-release-process
  • 224a57f Add release checklist
  • 9bb88c4 GH Actions: automate release verification steps
  • 799e293 Merge pull request #751 from PHPCSStandards/feature/ghactions-make-phar-build...
  • 5033272 Merge pull request #764 from rodrigoprimo/test-coverage-nesting-level
  • 9811fc5 Generic/NestingLevel: improve tests by adding more tokens
  • 9794ed8 Generic/NestingLevel: improve code coverage
  • c1c8517 Generic/NestingLevel: rename test case file
  • Additional commits viewable 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/556 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/16/2024 **Status:** ✅ Merged **Merged:** 12/16/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/squizlabs/php_codesniffer-3.11.2` --- ### 📝 Commits (1) - [`14d74da`](https://github.com/flyimg/flyimg/commit/14d74dae379c7bf5a0fbb272df20ce295db20127) chore(deps-dev): bump squizlabs/php_codesniffer from 3.11.1 to 3.11.2 ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+5 -5) </details> ### 📄 Description Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.11.1 to 3.11.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/releases">squizlabs/php_codesniffer's releases</a>.</em></p> <blockquote> <h2>3.11.2 - 2024-12-11</h2> <h3>Changed</h3> <ul> <li>Generators/HTML + Markdown: the output will now be empty (no page header/footer) when there are no docs to display. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/687">#687</a> <ul> <li>This is in line with the Text Generator which already didn't produce output if there are no docs.</li> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Generators/HTML: only display a Table of Contents when there is more than one sniff with documentation. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/697">#697</a> <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Generators/HTML: improved handling of line breaks in <code>&lt;standard&gt;</code> blocks. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/723">#723</a> <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Generators/Markdown: improved compatibility with the variety of available markdown parsers. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/722">#722</a> <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Generators/Markdown: improved handling of line breaks in <code>&lt;standard&gt;</code> blocks. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/737">#737</a> <ul> <li>This prevents additional paragraphs from being displayed as code blocks.</li> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Generic.NamingConventions.UpperCaseConstantName: the exact token containing the non-uppercase constant name will now be identified with more accuracy. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> <ul> <li>Thanks to <a href="https://github.com/rodrigoprimo">Rodrigo Primo</a> for the patch.</li> </ul> </li> <li>Generic.Functions.OpeningFunctionBraceKernighanRitchie: minor improvement to the error message wording. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/736">#736</a> <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Various housekeeping, including improvements to the tests and documentation. <ul> <li>Thanks to <a href="https://github.com/rodrigoprimo">Rodrigo Primo</a> and <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for their contributions.</li> </ul> </li> </ul> <h3>Fixed</h3> <ul> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/527">#527</a> : Squiz.Arrays.ArrayDeclaration: short lists within a foreach condition should be ignored. <ul> <li>Thanks to <a href="https://github.com/rodrigoprimo">Rodrigo Primo</a> for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> : Generic.NamingConventions.UpperCaseConstantName: false positives and false negatives when code uses unconventional spacing and comments when calling <code>define()</code>. <ul> <li>Thanks to <a href="https://github.com/rodrigoprimo">Rodrigo Primo</a> for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> : Generic.NamingConventions.UpperCaseConstantName: false positive when a constant named <code>DEFINE</code> is encountered. <ul> <li>Thanks to <a href="https://github.com/rodrigoprimo">Rodrigo Primo</a> for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> : Generic.NamingConventions.UpperCaseConstantName: false positive for attribute class called <code>define</code>. <ul> <li>Thanks to <a href="https://github.com/rodrigoprimo">Rodrigo Primo</a> for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> : Generic.NamingConventions.UpperCaseConstantName: false positive when handling the instantiation of a class named <code>define</code>. <ul> <li>Thanks to <a href="https://github.com/rodrigoprimo">Rodrigo Primo</a> for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/688">#688</a> : Generators/Markdown could leave error_reporting in an incorrect state. <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/698">#698</a> : Generators/Markdown : link in the documentation footer would not parse as a link. <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/738">#738</a> : Generators/Text: stray blank lines after code sample titles. <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/739">#739</a> : Generators/HTML + Markdown: multi-space whitespace within a code sample title was folded into a single space. <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> </ul> <h3>Other</h3> <ul> <li>On December 1st, one year after the repo was abandoned and revived, a <a href="https://opencollective.com/php_codesniffer/updates/php_codesniffer-one-year-in">retrospective of the past year</a> was published for funders. <ul> <li>This retrospective is publicly available and also provides some insights into what's to come in the new year.</li> </ul> </li> </ul> <hr /> <h3>Statistics</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md">squizlabs/php_codesniffer's changelog</a>.</em></p> <blockquote> <h2>[3.11.2] - 2024-12-11</h2> <h3>Changed</h3> <ul> <li>Generators/HTML + Markdown: the output will now be empty (no page header/footer) when there are no docs to display. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/687">#687</a> <ul> <li>This is in line with the Text Generator which already didn't produce output if there are no docs.</li> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Generators/HTML: only display a Table of Contents when there is more than one sniff with documentation. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/697">#697</a> <ul> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Generators/HTML: improved handling of line breaks in <code>&lt;standard&gt;</code> blocks. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/723">#723</a> <ul> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Generators/Markdown: improved compatibility with the variety of available markdown parsers. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/722">#722</a> <ul> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Generators/Markdown: improved handling of line breaks in <code>&lt;standard&gt;</code> blocks. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/737">#737</a> <ul> <li>This prevents additional paragraphs from being displayed as code blocks.</li> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Generic.NamingConventions.UpperCaseConstantName: the exact token containing the non-uppercase constant name will now be identified with more accuracy. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> <ul> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] for the patch.</li> </ul> </li> <li>Generic.Functions.OpeningFunctionBraceKernighanRitchie: minor improvement to the error message wording. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/736">#736</a> <ul> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Various housekeeping, including improvements to the tests and documentation. <ul> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] and [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for their contributions.</li> </ul> </li> </ul> <h3>Fixed</h3> <ul> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/527">#527</a> : Squiz.Arrays.ArrayDeclaration: short lists within a foreach condition should be ignored. <ul> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> : Generic.NamingConventions.UpperCaseConstantName: false positives and false negatives when code uses unconventional spacing and comments when calling <code>define()</code>. <ul> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> : Generic.NamingConventions.UpperCaseConstantName: false positive when a constant named <code>DEFINE</code> is encountered. <ul> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> : Generic.NamingConventions.UpperCaseConstantName: false positive for attribute class called <code>define</code>. <ul> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a> : Generic.NamingConventions.UpperCaseConstantName: false positive when handling the instantiation of a class named <code>define</code>. <ul> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/688">#688</a> : Generators/Markdown could leave error_reporting in an incorrect state. <ul> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/698">#698</a> : Generators/Markdown : link in the documentation footer would not parse as a link. <ul> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/738">#738</a> : Generators/Text: stray blank lines after code sample titles. <ul> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/739">#739</a> : Generators/HTML + Markdown: multi-space whitespace within a code sample title was folded into a single space. <ul> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> </ul> <p><a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/527">#527</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/527">PHPCSStandards/PHP_CodeSniffer#527</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/665">#665</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/665">PHPCSStandards/PHP_CodeSniffer#665</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/687">#687</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/687">PHPCSStandards/PHP_CodeSniffer#687</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/688">#688</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/688">PHPCSStandards/PHP_CodeSniffer#688</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/697">#697</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/697">PHPCSStandards/PHP_CodeSniffer#697</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/698">#698</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/698">PHPCSStandards/PHP_CodeSniffer#698</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/722">#722</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/722">PHPCSStandards/PHP_CodeSniffer#722</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/723">#723</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/723">PHPCSStandards/PHP_CodeSniffer#723</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/1368f4a58c3c52114b86b1abe8f4098869cb0079"><code>1368f4a</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/760">#760</a> from PHPCSStandards/feature/changelog-3.11.2</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/644fc294d76540049f569cb8174f958d4c1c3c39"><code>644fc29</code></a> Changelog for the 3.11.2 release</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/3a44d3d66826dc04adc25901012792eecaac7c0d"><code>3a44d3d</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/758">#758</a> from PHPCSStandards/feature/32-automate-release-process</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/224a57f7cea0bb5ead5edcb429dc725edd806cdb"><code>224a57f</code></a> Add release checklist</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/9bb88c4069594fa005bd50d9fd7cffc6645d13c4"><code>9bb88c4</code></a> GH Actions: automate release verification steps</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/799e2935bc78cfd75cf73ff1a6563c983fba14a6"><code>799e293</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/751">#751</a> from PHPCSStandards/feature/ghactions-make-phar-build...</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/503327247393e19dc56008048c9b636f26cab7cb"><code>5033272</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/764">#764</a> from rodrigoprimo/test-coverage-nesting-level</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/9811fc577ad819faff98486c30bbfc3836726753"><code>9811fc5</code></a> Generic/NestingLevel: improve tests by adding more tokens</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/9794ed89907fae02a4164839b3ee7109e82a86d7"><code>9794ed8</code></a> Generic/NestingLevel: improve code coverage</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/c1c85177660cb3dc97b81a767cf7bf6435680e72"><code>c1c8517</code></a> Generic/NestingLevel: rename test case file</li> <li>Additional commits viewable in <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.11.1...3.11.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=squizlabs/php_codesniffer&package-manager=composer&previous-version=3.11.1&new-version=3.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#573
No description provided.