Skip to content

Commit 218a3e7

Browse files
[TASK]: Bump phpstan/phpstan from 1.12.5 to 1.12.6 (#778)
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.5 to 1.12.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/phpstan/phpstan/releases">phpstan/phpstan's releases</a>.</em></p> <blockquote> <h2>1.12.6</h2> <h1>Bleeding edge 🔪</h1> <ul> <li>Added absent type checks about <code>@phpstan-assert</code> PHPDoc tags (<a href="https://github.com/phpstan/phpstan-src/commit/ca0a7e9955397eef453b38c94ac67ba6faf7356b">https://github.com/phpstan/phpstan-src/commit/ca0a7e9955397eef453b38c94ac67ba6faf7356b</a>), <a href="https://redirect.github.com/phpstan/phpstan/issues/11780">#11780</a></li> </ul> <p><em>If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's <code>phpstan.neon</code>:</em></p> <pre><code>includes: - vendor/phpstan/phpstan/conf/bleedingEdge.neon </code></pre> <p><em>Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. <a href="https://phpstan.org/blog/what-is-bleeding-edge">Learn more</a></em></p> <h1>Improvements 🔧</h1> <ul> <li>Update nikic/php-parser to v4.19.4 (<a href="https://github.com/phpstan/phpstan-src/commit/0b9ce98cfad4a1f7e98e85c2cbd813025dbafa77">https://github.com/phpstan/phpstan-src/commit/0b9ce98cfad4a1f7e98e85c2cbd813025dbafa77</a>)</li> <li>Process <code>ClassConstFetch::$class</code> when it's a Name node (<a href="https://github.com/phpstan/phpstan-src/commit/712c33e02ea2d95542cd333a493e276b22399773">https://github.com/phpstan/phpstan-src/commit/712c33e02ea2d95542cd333a493e276b22399773</a>)</li> <li>Process <code>ClassConstFetch::$name</code> (<a href="https://github.com/phpstan/phpstan-src/commit/b38c852c7c9e1e49baa0dc8700dd13df531d0938">https://github.com/phpstan/phpstan-src/commit/b38c852c7c9e1e49baa0dc8700dd13df531d0938</a>)</li> <li>Fix unused private property is not sometimes detected (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3539">#3539</a>), <a href="https://redirect.github.com/phpstan/phpstan/issues/11802">#11802</a>, thanks <a href="https://github.com/staabm"><code>@​staabm</code></a>!</li> </ul> <h1>Bugfixes 🐛</h1> <ul> <li>Fixes for <code>lowercase-string</code> <ul> <li>Keep lowercase when trim (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3491">#3491</a>), thanks <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>!</li> <li>Add support for str_repeat and str_pad for lowercase string (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3490">#3490</a>), thanks <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>!</li> <li>Update ReplaceFunctionsDynamicReturnTypeExtension for lowercase-string (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3489">#3489</a>), thanks <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>!</li> <li>Update parse_str for lowercase string (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3492">#3492</a>), thanks <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>!</li> <li>More precise <code>IntegerRangeType::toString()</code> (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3475">#3475</a>), thanks <a href="https://github.com/staabm"><code>@​staabm</code></a>!</li> <li>Add support for lowercase-string on parse_url() (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3493">#3493</a>), thanks <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>!</li> <li>Improve Vsprintf inference (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3496">#3496</a>, <a href="https://redirect.github.com/phpstan/phpstan-src/pull/3501">#3501</a>), thanks <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>!</li> <li>Offset access on lowercase-string is lowercase-string (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3502">#3502</a>), thanks <a href="https://github.com/staabm"><code>@​staabm</code></a>!</li> <li>IntegerType::toString() is lowercase (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3510">#3510</a>), thanks <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>!</li> <li>Handle lowercase string in sprintf (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3498">#3498</a>), thanks <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>!</li> </ul> </li> <li>Update composer/pcre (<a href="https://github.com/phpstan/phpstan-src/commit/3cdac94e67bf8e508b150e9ee0e3075b3105ad19">https://github.com/phpstan/phpstan-src/commit/3cdac94e67bf8e508b150e9ee0e3075b3105ad19</a>), <a href="https://redirect.github.com/phpstan/phpstan/issues/11786">#11786</a></li> <li>Fix a few regex class parsing usecases (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3488">#3488</a>), thanks <a href="https://github.com/mvorisek"><code>@​mvorisek</code></a>!</li> <li>Fix preg_match_all with PREG_SET_ORDER does not see capture group as optional (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3506">#3506</a>), <a href="https://redirect.github.com/phpstan/phpstan/issues/11661">#11661</a>, thanks <a href="https://github.com/staabm"><code>@​staabm</code></a>!</li> <li>Fix false-positive with preg_match(): Strict comparison using === between '' and non-falsy-string…ween '' and non-falsy-string (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3509">#3509</a>), <a href="https://redirect.github.com/phpstan/phpstan/issues/11744">#11744</a>, thanks <a href="https://github.com/staabm"><code>@​staabm</code></a>!</li> </ul> <h1>Function signature fixes 🤖</h1> <ul> <li>functionMap: a bit more precise get_defined_constants (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3537">#3537</a>), thanks <a href="https://github.com/janedbal"><code>@​janedbal</code></a>!</li> <li>token_name() returns non-empty-string (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/3540">#3540</a>), thanks <a href="https://github.com/staabm"><code>@​staabm</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phpstan/phpstan/commit/dc4d2f145a88ea7141ae698effd64d9df46527ae"><code>dc4d2f1</code></a> PHPStan 1.12.6</li> <li><a href="https://github.com/phpstan/phpstan/commit/eb6a95ac4cfcc5f550d01a5493c3bb3ba983d94e"><code>eb6a95a</code></a> Updated PHPStan to commit eb6a95a9230d9c40e738c92edfef4f89e56678d2</li> <li><a href="https://github.com/phpstan/phpstan/commit/7125e1beecd3151cadcd79925a73b2a776e76f92"><code>7125e1b</code></a> Updated PHPStan to commit 7125e1ba3d3c474ea8895f57da5865ea42bd8360</li> <li><a href="https://github.com/phpstan/phpstan/commit/133c60e9a52e21e35fb7883f3e38d7636672155e"><code>133c60e</code></a> Updated PHPStan to commit 133c60e766fd8874254e1889c01cc474f8558d4d</li> <li><a href="https://github.com/phpstan/phpstan/commit/83ba59755d970dd59893c724e44501c4e3f964ce"><code>83ba597</code></a> Updated PHPStan to commit 83ba5972466d0b9bdfa4592996ccf381de625b1f</li> <li><a href="https://github.com/phpstan/phpstan/commit/3078f1a91f9412c9bb0d2233ef7a7ecc2a2c2608"><code>3078f1a</code></a> Updated PHPStan to commit 3078f1a175d2245aab64f77c8bc5f9fe9cc884f5</li> <li><a href="https://github.com/phpstan/phpstan/commit/c6db9a944351f93030c347c2c462ba4e33aa93de"><code>c6db9a9</code></a> Updated PHPStan to commit c6db9a920c35493e09458236f18a267a7548fec3</li> <li><a href="https://github.com/phpstan/phpstan/commit/e2654b72248a392af52514bd264a87e953b20add"><code>e2654b7</code></a> Updated PHPStan to commit e2654b7dc87951e1481bc46d8f1f7ff587e3f484</li> <li><a href="https://github.com/phpstan/phpstan/commit/58b33978d9447a75aa88f32c5b0fa82d601915ec"><code>58b3397</code></a> Updated PHPStan to commit 58b33972621d3faf25ac6c7b82b8a6703349b496</li> <li><a href="https://github.com/phpstan/phpstan/commit/ca0a7e95bb41c83e7061a9cb09a561bd839ceade"><code>ca0a7e9</code></a> Updated PHPStan to commit ca0a7e9955397eef453b38c94ac67ba6faf7356b</li> <li>Additional commits viewable in <a href="https://github.com/phpstan/phpstan/compare/1.12.5...1.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=1.12.5&new-version=1.12.6)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ed82d4 commit 218a3e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)