[PR #402] [MERGED] chore(deps-dev): bump squizlabs/php_codesniffer from 3.8.0 to 3.8.1 #461

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • e50da04 chore(deps-dev): bump squizlabs/php_codesniffer from 3.8.0 to 3.8.1
  • 0cda50d Merge branch 'main' into dependabot/composer/squizlabs/php_codesniffer-3.8.1

📊 Changes

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

View changed files

📝 composer.lock (+8 -8)

📄 Description

Bumps squizlabs/php_codesniffer from 3.8.0 to 3.8.1.

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.8.1 - 2024-01-11

Added

  • Documentation has been added for the following sniffs:
    • Generic.CodeAnalysis.EmptyPHPStatement
    • Generic.Formatting.SpaceBeforeCast
    • Generic.PHP.Syntax
    • Generic.WhiteSpace.LanguageConstructSpacing
    • PSR12.Classes.ClosingBrace
    • PSR12.Classes.OpeningBraceSpace
    • PSR12.ControlStructures.BooleanOperatorPlacement
    • PSR12.Files.OpenTag
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] and [Denis Žoljom][@​dingo-d] for the patches

Changed

  • GitHub releases will now always only contain unversioned versions of the release assets (PHARS + asc files). See #205 for context.
    • Thanks to [Shivam Mathur][@​shivammathur] for opening a discussion about this
  • Various housekeeping, includes improvements to the tests and documentation

Fixed

  • Fixed bug #124 : Report Full : avoid unnecessarily wrapping lines when -s is used
  • Fixed bug #124 : Report Full : fix incorrect bolding of pipes when -s is used and messages wraps
  • Fixed bug #150 : Squiz.WhiteSpace.KeywordSpacing : prevent a PHP notice when run during live coding
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #154 : Report Full : delimiter line calculation could go wonky on wide screens when a report contains multi-line messages
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #178 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native union/intersection type declarations
    • Thanks to [Ferdinand Kuhl][@​fcool] for the patch
  • Fixed bug #211 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP 8.2+ stand-alone true/false/null type declarations
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #211 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native parent, self or a namespace relative class name type declaration
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #226 : Generic.CodeAnalysis.ForLoopShouldBeWhileLoop : prevent a potential PHP 8.3 deprecation notice during live coding

New Contributors

The PHP_CodeSniffer project is happy to welcome the following new contributors: @​anomiex, @​dingo-d, @​fcool, @​lucc, @​rodrigoprimo

Statistics

Closed: 4 issues Merged: 63 pull requests

If you like what you see, please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.8.1] - 2024-01-11

Added

  • Documentation has been added for the following sniffs:
    • Generic.CodeAnalysis.EmptyPHPStatement
    • Generic.Formatting.SpaceBeforeCast
    • Generic.PHP.Syntax
    • Generic.WhiteSpace.LanguageConstructSpacing
    • PSR12.Classes.ClosingBrace
    • PSR12.Classes.OpeningBraceSpace
    • PSR12.ControlStructures.BooleanOperatorPlacement
    • PSR12.Files.OpenTag
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] and [Denis Žoljom][@​dingo-d] for the patches

Changed

  • GitHub releases will now always only contain unversioned release assets (PHARS + asc files) (same as it previously was in the squizlabs repo). See #205 for context.
    • Thanks to [Shivam Mathur][@​shivammathur] for opening a discussion about this
  • Various housekeeping, includes improvements to the tests and documentation

Fixed

  • Fixed bug #124 : Report Full : avoid unnecessarily wrapping lines when -s is used
  • Fixed bug #124 : Report Full : fix incorrect bolding of pipes when -s is used and messages wraps
  • Fixed bug #150 : Squiz.WhiteSpace.KeywordSpacing : prevent a PHP notice when run during live coding
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #154 : Report Full : delimiter line calculation could go wonky on wide screens when a report contains multi-line messages
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #178 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native union/intersection type declarations
    • Thanks to [Ferdinand Kuhl][@​fcool] for the patch
  • Fixed bug #211 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP 8.2+ stand-alone true/false/null type declarations
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #211 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native parent, self or a namespace relative class name type declaration
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #226 : Generic.CodeAnalysis.ForLoopShouldBeWhileLoop : prevent a potential PHP 8.3 deprecation notice during live coding

#124: PHPCSStandards/PHP_CodeSniffer#124 #150: PHPCSStandards/PHP_CodeSniffer#150 #154: PHPCSStandards/PHP_CodeSniffer#154 #178: PHPCSStandards/PHP_CodeSniffer#178 #205: PHPCSStandards/PHP_CodeSniffer#205 #211: PHPCSStandards/PHP_CodeSniffer#211 #226: PHPCSStandards/PHP_CodeSniffer#226

Commits
  • 14f5fff Merge pull request #251 from PHPCSStandards/feature/changelog-3.8.1
  • 8f5f986 Changelog for the 3.8.1 release
  • 65270eb Tests/SuggestTypeTest: minor docblock fix
  • 364cc72 Merge pull request #246 from PHPCSStandards/feature/util-common-suggesttype-a...
  • 63ab52c Util/Common: add tests for the suggestType() method
  • f58a158 Merge pull request #245 from PHPCSStandards/feature/ci-prevent-issues-with-co...
  • 7341d76 GH Actions: warm PHPUnit cache on PHPUnit 9.3+
  • cbb5548 Merge pull request #211 from PHPCSStandards/feature/squiz-variablecomment-all...
  • b04f0a6 Squiz/VariableComment: allow for various other missing types
  • 7725dec PHP 8.2 | Squiz/VariableComment: allow for stand-alone null/true/false types
  • 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/402 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 1/15/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/squizlabs/php_codesniffer-3.8.1` --- ### 📝 Commits (2) - [`e50da04`](https://github.com/flyimg/flyimg/commit/e50da04efe4a146a3ad3589f84470c614ef0c5d3) chore(deps-dev): bump squizlabs/php_codesniffer from 3.8.0 to 3.8.1 - [`0cda50d`](https://github.com/flyimg/flyimg/commit/0cda50dc8dcb44b38d5035f0e0938868ad8d05e9) Merge branch 'main' into dependabot/composer/squizlabs/php_codesniffer-3.8.1 ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+8 -8) </details> ### 📄 Description Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.8.0 to 3.8.1. <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.8.1 - 2024-01-11</h2> <h3>Added</h3> <ul> <li>Documentation has been added for the following sniffs: <ul> <li>Generic.CodeAnalysis.EmptyPHPStatement</li> <li>Generic.Formatting.SpaceBeforeCast</li> <li>Generic.PHP.Syntax</li> <li>Generic.WhiteSpace.LanguageConstructSpacing</li> <li>PSR12.Classes.ClosingBrace</li> <li>PSR12.Classes.OpeningBraceSpace</li> <li>PSR12.ControlStructures.BooleanOperatorPlacement</li> <li>PSR12.Files.OpenTag</li> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] and [Denis Žoljom][<a href="https://github.com/dingo-d"><code>@​dingo-d</code></a>] for the patches</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>GitHub releases will now always only contain unversioned versions of the release assets (PHARS + asc files). See <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/205">#205</a> for context. <ul> <li>Thanks to [Shivam Mathur][<a href="https://github.com/shivammathur"><code>@​shivammathur</code></a>] for opening a discussion about this</li> </ul> </li> <li>Various housekeeping, includes improvements to the tests and documentation <ul> <li>Thanks to [Dan Wallis][<a href="https://github.com/fredden"><code>@​fredden</code></a>], [Lucas Hoffmann][<a href="https://github.com/lucc"><code>@​lucc</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/124">#124</a> : Report Full : avoid unnecessarily wrapping lines when <code>-s</code> is used <ul> <li>Thanks to [Brad Jorsch][<a href="https://github.com/anomiex"><code>@​anomiex</code></a>] for the patch</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/124">#124</a> : Report Full : fix incorrect bolding of pipes when <code>-s</code> is used and messages wraps <ul> <li>Thanks to [Brad Jorsch][<a href="https://github.com/anomiex"><code>@​anomiex</code></a>] for the patch</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/150">#150</a> : Squiz.WhiteSpace.KeywordSpacing : prevent a PHP notice when run during live coding <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/154">#154</a> : Report Full : delimiter line calculation could go wonky on wide screens when a report contains multi-line messages <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/178">#178</a> : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native union/intersection type declarations <ul> <li>Thanks to [Ferdinand Kuhl][<a href="https://github.com/fcool"><code>@​fcool</code></a>] for the patch</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/211">#211</a> : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP 8.2+ stand-alone <code>true</code>/<code>false</code>/<code>null</code> type declarations <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/211">#211</a> : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native <code>parent</code>, <code>self</code> or a namespace relative class name type declaration <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/226">#226</a> : Generic.CodeAnalysis.ForLoopShouldBeWhileLoop : prevent a potential PHP 8.3 deprecation notice 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> </ul> <hr /> <h3>New Contributors</h3> <p>The PHP_CodeSniffer project is happy to welcome the following new contributors: <a href="https://github.com/anomiex"><code>@​anomiex</code></a>, <a href="https://github.com/dingo-d"><code>@​dingo-d</code></a>, <a href="https://github.com/fcool"><code>@​fcool</code></a>, <a href="https://github.com/lucc"><code>@​lucc</code></a>, <a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a></p> <h3>Statistics</h3> <p><strong>Closed</strong>: 4 issues <strong>Merged</strong>: 63 pull requests</p> <p>If you like what you see, please consider <a href="https://opencollective.com/php_codesniffer">funding the PHP_CodeSniffer project</a>. If you already do so: thank you!</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.8.1] - 2024-01-11</h2> <h3>Added</h3> <ul> <li>Documentation has been added for the following sniffs: <ul> <li>Generic.CodeAnalysis.EmptyPHPStatement</li> <li>Generic.Formatting.SpaceBeforeCast</li> <li>Generic.PHP.Syntax</li> <li>Generic.WhiteSpace.LanguageConstructSpacing</li> <li>PSR12.Classes.ClosingBrace</li> <li>PSR12.Classes.OpeningBraceSpace</li> <li>PSR12.ControlStructures.BooleanOperatorPlacement</li> <li>PSR12.Files.OpenTag</li> <li>Thanks to [Rodrigo Primo][<a href="https://github.com/rodrigoprimo"><code>@​rodrigoprimo</code></a>] and [Denis Žoljom][<a href="https://github.com/dingo-d"><code>@​dingo-d</code></a>] for the patches</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>GitHub releases will now always only contain unversioned release assets (PHARS + asc files) (same as it previously was in the squizlabs repo). See <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/205">#205</a> for context. <ul> <li>Thanks to [Shivam Mathur][<a href="https://github.com/shivammathur"><code>@​shivammathur</code></a>] for opening a discussion about this</li> </ul> </li> <li>Various housekeeping, includes improvements to the tests and documentation <ul> <li>Thanks to [Dan Wallis][<a href="https://github.com/fredden"><code>@​fredden</code></a>], [Lucas Hoffmann][<a href="https://github.com/lucc"><code>@​lucc</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/124">#124</a> : Report Full : avoid unnecessarily wrapping lines when <code>-s</code> is used <ul> <li>Thanks to [Brad Jorsch][<a href="https://github.com/anomiex"><code>@​anomiex</code></a>] for the patch</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/124">#124</a> : Report Full : fix incorrect bolding of pipes when <code>-s</code> is used and messages wraps <ul> <li>Thanks to [Brad Jorsch][<a href="https://github.com/anomiex"><code>@​anomiex</code></a>] for the patch</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/150">#150</a> : Squiz.WhiteSpace.KeywordSpacing : prevent a PHP notice when run during live coding <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/154">#154</a> : Report Full : delimiter line calculation could go wonky on wide screens when a report contains multi-line messages <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/178">#178</a> : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native union/intersection type declarations <ul> <li>Thanks to [Ferdinand Kuhl][<a href="https://github.com/fcool"><code>@​fcool</code></a>] for the patch</li> </ul> </li> <li>Fixed bug <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/211">#211</a> : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP 8.2+ stand-alone <code>true</code>/<code>false</code>/<code>null</code> type declarations <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/211">#211</a> : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native <code>parent</code>, <code>self</code> or a namespace relative class name type declaration <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/226">#226</a> : Generic.CodeAnalysis.ForLoopShouldBeWhileLoop : prevent a potential PHP 8.3 deprecation notice 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> </ul> <p><a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/124">#124</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/124">PHPCSStandards/PHP_CodeSniffer#124</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/150">#150</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/150">PHPCSStandards/PHP_CodeSniffer#150</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/154">#154</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/154">PHPCSStandards/PHP_CodeSniffer#154</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/178">#178</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/178">PHPCSStandards/PHP_CodeSniffer#178</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/205">#205</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/205">PHPCSStandards/PHP_CodeSniffer#205</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/211">#211</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/211">PHPCSStandards/PHP_CodeSniffer#211</a> <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/226">#226</a>: <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/226">PHPCSStandards/PHP_CodeSniffer#226</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/14f5fff1e64118595db5408e946f3a22c75807f7"><code>14f5fff</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/251">#251</a> from PHPCSStandards/feature/changelog-3.8.1</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/8f5f986afb5b30e47b12ce563f833d154ff98d32"><code>8f5f986</code></a> Changelog for the 3.8.1 release</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/65270ebdc120c911dc2100aa1a3d6e23823864a5"><code>65270eb</code></a> Tests/SuggestTypeTest: minor docblock fix</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/364cc7269d54dc4c862d1a41318764c86e43710d"><code>364cc72</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/246">#246</a> from PHPCSStandards/feature/util-common-suggesttype-a...</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/63ab52ce8944b0d33c93166d044c43b4a9b6a6ce"><code>63ab52c</code></a> Util/Common: add tests for the suggestType() method</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/f58a15893868eaa178f43b00e26016884c5abfa4"><code>f58a158</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/245">#245</a> from PHPCSStandards/feature/ci-prevent-issues-with-co...</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/7341d76b11a347545d07937cfdb08821deff3bd4"><code>7341d76</code></a> GH Actions: warm PHPUnit cache on PHPUnit 9.3+</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/cbb554802af125b6246d8072545374b00312e805"><code>cbb5548</code></a> Merge pull request <a href="https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/211">#211</a> from PHPCSStandards/feature/squiz-variablecomment-all...</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/b04f0a690ed6812e6eb4524248e2a7a8c4ea04a6"><code>b04f0a6</code></a> Squiz/VariableComment: allow for various other missing types</li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/commit/7725dec0a4cf6c269384d9034face0f894e5c5a6"><code>7725dec</code></a> PHP 8.2 | Squiz/VariableComment: allow for stand-alone null/true/false types</li> <li>Additional commits viewable in <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.8.0...3.8.1">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.8.0&new-version=3.8.1)](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:32 +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#461
No description provided.