[PR #479] [MERGED] chore(deps-dev): bump squizlabs/php_codesniffer from 3.10.1 to 3.10.2 #1127

Closed
opened 2026-03-15 15:54:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • fe4114e chore(deps-dev): bump squizlabs/php_codesniffer from 3.10.1 to 3.10.2

📊 Changes

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

View changed files

📝 composer.lock (+5 -5)

📄 Description

Bumps squizlabs/php_codesniffer from 3.10.1 to 3.10.2.

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.10.2 - 2024-07-22

Changed

Fixed

  • Fixed bug #513 : Generic.Functions.FunctionCallArgumentSpacing did not ignore the body of a match expressions passed as a function argument, which could lead to false positives.
  • Fixed bug #533 : Generic.WhiteSpace.DisallowTabIndent: tab indentation for heredoc/nowdoc closers will no longer be auto-fixed to prevent parse errors. The issue will still be reported.
    • The error code for heredoc/nowdoc indentation using tabs has been made more specific - TabsUsedHeredocCloser - to allow for selectively excluding the indentation check for heredoc/nowdoc closers.
    • Thanks to Juliette Reinders Folmer for the patch
  • Fixed bug #534 : Generic.WhiteSpace.DisallowSpaceIndent did not report on space indentation for PHP 7.3 flexible heredoc/nowdoc closers.
    • Closers using space indentation will be reported with a dedicated error code: SpacesUsedHeredocCloser.
    • Thanks to Juliette Reinders Folmer for the patch
  • Fixed bug #537 : Squiz.PHP.DisallowMultipleAssignments false positive for list assignments at the start of a new PHP block after an embedded PHP statement.
  • Fixed bug #551 : Squiz.PHP.DisallowMultipleAssignments prevent false positive for function parameters during live coding.
  • Fixed bug #554 : Generic.CodeAnalysis.UselessOverridingMethod edge case false negative when the call to the parent method would end on a PHP close tag.
  • Fixed bug #555 : Squiz.Classes.SelfMemberReference edge case false negative when the namespace declaration would end on a PHP close tag.

New Contributors

The PHP_CodeSniffer project is happy to welcome the following new contributor: @​biinari (with a whopping 9 merged PRs!)

We also welcome @​klausi back to the project.

Furthermore, the project is happy to welcome @​jetbrains as a corporate funder for the project, joining @​automattic, @​humanmade and @​godaddy.

Statistics

Closed: 2 issues Merged: 30 pull requests

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

#513: PHPCSStandards/PHP_CodeSniffer#513 #523: PHPCSStandards/PHP_CodeSniffer#523 #533: PHPCSStandards/PHP_CodeSniffer#533 #534: PHPCSStandards/PHP_CodeSniffer#534

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.10.2] - 2024-07-22

Changed

  • The following sniff(s) have received efficiency improvements:
    • Generic.Functions.FunctionCallArgumentSpacing
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The array format of the information passed to the Reports::generateFileReport() method is now documented in the Reports interface. #523
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #513 : Generic.Functions.FunctionCallArgumentSpacing did not ignore the body of a match expressions passed as a function argument, which could lead to false positives.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #533 : Generic.WhiteSpace.DisallowTabIndent: tab indentation for heredoc/nowdoc closers will no longer be auto-fixed to prevent parse errors. The issue will still be reported.
    • The error code for heredoc/nowdoc indentation using tabs has been made more specific - TabsUsedHeredocCloser - to allow for selectively excluding the indentation check for heredoc/nowdoc closers.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #534 : Generic.WhiteSpace.DisallowSpaceIndent did not report on space indentation for PHP 7.3 flexible heredoc/nowdoc closers.
    • Closers using space indentation will be reported with a dedicated error code: SpacesUsedHeredocCloser.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #537 : Squiz.PHP.DisallowMultipleAssignments false positive for list assignments at the start of a new PHP block after an embedded PHP statement.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #551 : Squiz.PHP.DisallowMultipleAssignments prevent false positive for function parameters during live coding.
  • Fixed bug #554 : Generic.CodeAnalysis.UselessOverridingMethod edge case false negative when the call to the parent method would end on a PHP close tag.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #555 : Squiz.Classes.SelfMemberReference edge case false negative when the namespace declaration would end on a PHP close tag.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch

#513: PHPCSStandards/PHP_CodeSniffer#513 #523: PHPCSStandards/PHP_CodeSniffer#523 #533: PHPCSStandards/PHP_CodeSniffer#533 #534: PHPCSStandards/PHP_CodeSniffer#534 #537: PHPCSStandards/PHP_CodeSniffer#537 #551: PHPCSStandards/PHP_CodeSniffer#551 #554: PHPCSStandards/PHP_CodeSniffer#554 #555: PHPCSStandards/PHP_CodeSniffer#555

Commits
  • 86e5f5d Merge pull request #564 from PHPCSStandards/feature/changelog-3.10.2
  • abe8f42 Changelog for the 3.10.2 release
  • 9b49761 Merge pull request #565 from PHPCSStandards/feature/contributing-add-section-...
  • 2d22432 CONTRIBUTING GUIDE: consistently use title case for headers
  • 34b9b40 CONTRIBUTING GUIDE: add section about finding issues to work on for code cont...
  • ff203dc Merge pull request #563 from PHPCSStandards/feature/docs-various-fixes
  • d60022e Documentation: various minor improvements
  • 85318b7 Merge pull request #556 from PHPCSStandards/feature/psr2-classdeclaration-add...
  • 8303a3f PSR2/ClassDeclaration: add test with close brace followed by PHP close tag
  • 1d4c9d2 PSR2/ClassDeclaration: remove some redundant code [2]
  • 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/479 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/22/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/squizlabs/php_codesniffer-3.10.2` --- ### 📝 Commits (1) - [`fe4114e`](https://github.com/flyimg/flyimg/commit/fe4114e80c17742d35d4ec50df1d55a6152d11e6) chore(deps-dev): bump squizlabs/php_codesniffer from 3.10.1 to 3.10.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.10.1 to 3.10.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.10.2 - 2024-07-22</h2> <h3>Changed</h3> <ul> <li>The following sniff(s) have received efficiency improvements: <ul> <li>Generic.Functions.FunctionCallArgumentSpacing</li> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch.</li> </ul> </li> <li>The array format of the information passed to the <code>Reports::generateFileReport()</code> method is now documented in the Reports interface. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/523">#523</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/biinari">Bill Ruddock</a>, <a href="https://github.com/fredden">Dan Wallis</a>, <a href="https://github.com/@klausi">Klaus Purer</a>, <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/513">#513</a> : Generic.Functions.FunctionCallArgumentSpacing did not ignore the body of a match expressions passed as a function argument, which could lead to false positives. <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/533">#533</a> : Generic.WhiteSpace.DisallowTabIndent: tab indentation for heredoc/nowdoc closers will no longer be auto-fixed to prevent parse errors. The issue will still be reported. <ul> <li>The error code for heredoc/nowdoc indentation using tabs has been made more specific - <code>TabsUsedHeredocCloser</code> - to allow for selectively excluding the indentation check for heredoc/nowdoc closers.</li> <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/534">#534</a> : Generic.WhiteSpace.DisallowSpaceIndent did not report on space indentation for PHP 7.3 flexible heredoc/nowdoc closers. <ul> <li>Closers using space indentation will be reported with a dedicated error code: <code>SpacesUsedHeredocCloser</code>.</li> <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/537">#537</a> : Squiz.PHP.DisallowMultipleAssignments false positive for list assignments at the start of a new PHP block after an embedded PHP statement. <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/551">#551</a> : Squiz.PHP.DisallowMultipleAssignments prevent false positive for function parameters during live coding. <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/554">#554</a> : Generic.CodeAnalysis.UselessOverridingMethod edge case false negative when the call to the parent method would end on a PHP close tag. <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/555">#555</a> : Squiz.Classes.SelfMemberReference edge case false negative when the namespace declaration would end on a PHP close tag. <ul> <li>Thanks to <a href="https://github.com/jrfnl">Juliette Reinders Folmer</a> for the patch</li> </ul> </li> </ul> <hr /> <h3>New Contributors</h3> <p>The PHP_CodeSniffer project is happy to welcome the following new contributor: <a href="https://github.com/biinari"><code>@​biinari</code></a> (with a whopping 9 merged PRs!)</p> <p>We also welcome <a href="https://github.com/klausi"><code>@​klausi</code></a> back to the project.</p> <p>Furthermore, the project is happy to welcome <a href="https://github.com/jetbrains"><code>@​jetbrains</code></a> as a corporate funder for the project, joining <a href="https://github.com/automattic"><code>@​automattic</code></a>, <a href="https://github.com/humanmade"><code>@​humanmade</code></a> and <a href="https://github.com/godaddy"><code>@​godaddy</code></a>.</p> <h3>Statistics</h3> <p><strong>Closed</strong>: 2 issues <strong>Merged</strong>: 30 pull requests</p> <p>If you like to stay informed about releases and more, follow <a href="https://phpc.social/@phpcs"><code>@​phpcs on Mastodon</code></a> or <a href="https://twitter.com/PHP_CodeSniffer"><code>@​PHP_CodeSniffer on X</code></a>.</p> <p><a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/513">#513</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/513">PHPCSStandards/PHP_CodeSniffer#513</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/523">#523</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/523">PHPCSStandards/PHP_CodeSniffer#523</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/533">#533</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/533">PHPCSStandards/PHP_CodeSniffer#533</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/534">#534</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/534">PHPCSStandards/PHP_CodeSniffer#534</a></p> <!-- 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.10.2] - 2024-07-22</h2> <h3>Changed</h3> <ul> <li>The following sniff(s) have received efficiency improvements: <ul> <li>Generic.Functions.FunctionCallArgumentSpacing</li> <li>Thanks to [Juliette Reinders Folmer][<a href="https://github.com/jrfnl"><code>@​jrfnl</code></a>] for the patch.</li> </ul> </li> <li>The array format of the information passed to the <code>Reports::generateFileReport()</code> method is now documented in the Reports interface. <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/523">#523</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 [Bill Ruddock][<a href="https://github.com/biinari"><code>@​biinari</code></a>], [Dan Wallis][<a href="https://github.com/fredden"><code>@​fredden</code></a>], [Klaus Purer][<a href="https://github.com/klausi"><code>@​klausi</code></a>], [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/513">#513</a> : Generic.Functions.FunctionCallArgumentSpacing did not ignore the body of a match expressions passed as a function argument, which could lead to false positives. <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/533">#533</a> : Generic.WhiteSpace.DisallowTabIndent: tab indentation for heredoc/nowdoc closers will no longer be auto-fixed to prevent parse errors. The issue will still be reported. <ul> <li>The error code for heredoc/nowdoc indentation using tabs has been made more specific - <code>TabsUsedHeredocCloser</code> - to allow for selectively excluding the indentation check for heredoc/nowdoc closers.</li> <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/534">#534</a> : Generic.WhiteSpace.DisallowSpaceIndent did not report on space indentation for PHP 7.3 flexible heredoc/nowdoc closers. <ul> <li>Closers using space indentation will be reported with a dedicated error code: <code>SpacesUsedHeredocCloser</code>.</li> <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/537">#537</a> : Squiz.PHP.DisallowMultipleAssignments false positive for list assignments at the start of a new PHP block after an embedded PHP statement. <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/551">#551</a> : Squiz.PHP.DisallowMultipleAssignments prevent false positive for function parameters during live coding. <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/554">#554</a> : Generic.CodeAnalysis.UselessOverridingMethod edge case false negative when the call to the parent method would end on a PHP close tag. <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/555">#555</a> : Squiz.Classes.SelfMemberReference edge case false negative when the namespace declaration would end on a PHP close tag. <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/513">#513</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/513">PHPCSStandards/PHP_CodeSniffer#513</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/523">#523</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/523">PHPCSStandards/PHP_CodeSniffer#523</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/533">#533</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/533">PHPCSStandards/PHP_CodeSniffer#533</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/534">#534</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/534">PHPCSStandards/PHP_CodeSniffer#534</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/537">#537</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/537">PHPCSStandards/PHP_CodeSniffer#537</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/551">#551</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/551">PHPCSStandards/PHP_CodeSniffer#551</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/554">#554</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/554">PHPCSStandards/PHP_CodeSniffer#554</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/555">#555</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/555">PHPCSStandards/PHP_CodeSniffer#555</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/86e5f5dd9a840c46810ebe5ff1885581c42a3017"><code>86e5f5d</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/564">#564</a> from PHPCSStandards/feature/changelog-3.10.2</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/abe8f421a1867225899e265a532017f52fd9647f"><code>abe8f42</code></a> Changelog for the 3.10.2 release</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/9b49761ead48857c76f3e69fc4580a2f2e7efbc3"><code>9b49761</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/565">#565</a> from PHPCSStandards/feature/contributing-add-section-...</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/2d224328931b35f39b3e2d0bcf6a27392f5e1a50"><code>2d22432</code></a> CONTRIBUTING GUIDE: consistently use title case for headers</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/34b9b401247a21c4c21e26e97a491d55e1ee4479"><code>34b9b40</code></a> CONTRIBUTING GUIDE: add section about finding issues to work on for code cont...</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/ff203dcd4af9f9bac11443c06bed45b8884a545a"><code>ff203dc</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/563">#563</a> from PHPCSStandards/feature/docs-various-fixes</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/d60022e6b83fb702127d7aed4f34fdaa284fd7d2"><code>d60022e</code></a> Documentation: various minor improvements</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/85318b7c8a76784cedf9237d053886223b520089"><code>85318b7</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/556">#556</a> from PHPCSStandards/feature/psr2-classdeclaration-add...</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/8303a3fc5d7bd0cb1da5c3c4fc844fae700a384b"><code>8303a3f</code></a> PSR2/ClassDeclaration: add test with close brace followed by PHP close tag</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/1d4c9d2a33cdc247b985ed3f2dd22764413648f6"><code>1d4c9d2</code></a> PSR2/ClassDeclaration: remove some redundant code [2]</li> <li>Additional commits viewable in <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.1...3.10.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.10.1&new-version=3.10.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-03-15 15:54:14 +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#1127
No description provided.