Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
601: Update phpstan/phpstan requirement from 1.10.40 to 1.10.50 r=curquiza a=dependabot[bot] Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. <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.10.50</h2> <h1>Improvements 🔧</h1> <ul> <li>Update <code>nikic/php-parser</code> to 4.18.0 (<a href="https://github.com/phpstan/phpstan-src/commit/24f92cc2a69cbeecefb8e2093c6db41138cc9398">https://github.com/phpstan/phpstan-src/commit/24f92cc2a69cbeecefb8e2093c6db41138cc9398</a>)</li> </ul> <h1>Bugfixes 🐛</h1> <ul> <li><code>VoidType</code> - accept <code>null</code> (<a href="https://github.com/phpstan/phpstan-src/commit/40c8fb2266f040158fb811ac13b21a3e179c022a">https://github.com/phpstan/phpstan-src/commit/40c8fb2266f040158fb811ac13b21a3e179c022a</a>), <a href="https://redirect.github.com/phpstan/phpstan/issues/10291">#10291</a></li> </ul> <h1>Internals 🔍</h1> <ul> <li><code>InvalidPromotedPropertiesRule</code> - use <code>FunctionLike</code> as node type (<a href="https://redirect.github.com/phpstan/phpstan-src/pull/2823">#2823</a>), thanks <a href="https://github.com/paulbalandan"><code>`@paulbalandan</code></a>!</li>` <li>Deduplicate inferred template type generalization logic (<a href="https://github.com/phpstan/phpstan-src/commit/39fe102d23c8aec32b8c21225152e2d835d224b2">https://github.com/phpstan/phpstan-src/commit/39fe102d23c8aec32b8c21225152e2d835d224b2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phpstan/phpstan/commit/06a98513ac72c03e8366b5a0cb00750b487032e4"><code>06a9851</code></a> PHPStan 1.10.50</li> <li><a href="https://github.com/phpstan/phpstan/commit/39fe1023cffdc0436e4939f0be0ac20ee188887f"><code>39fe102</code></a> Updated PHPStan to commit 39fe102d23c8aec32b8c21225152e2d835d224b2</li> <li><a href="https://github.com/phpstan/phpstan/commit/a532baf553a56261f66dfa1d3d0303c4c6ec36f6"><code>a532baf</code></a> Updated PHPStan to commit a532baf63ebd292df1fcc5ccff27935917e6c285</li> <li><a href="https://github.com/phpstan/phpstan/commit/24f92cce7389c5bf92ddc77ae15c40fb46a96069"><code>24f92cc</code></a> Updated PHPStan to commit 24f92cc2a69cbeecefb8e2093c6db41138cc9398</li> <li><a href="https://github.com/phpstan/phpstan/commit/ac7c75ef71667704cce3180492dce354deaa9866"><code>ac7c75e</code></a> Updated PHPStan to commit ac7c75e0581fbb35cae145609e2d06191677b52c</li> <li><a href="https://github.com/phpstan/phpstan/commit/40c8fb267b42813fadd8f44b1e0c8ffe0cfe42fa"><code>40c8fb2</code></a> Updated PHPStan to commit 40c8fb2266f040158fb811ac13b21a3e179c022a</li> <li><a href="https://github.com/phpstan/phpstan/commit/db1a52aec515004bca149bd104724649328cc458"><code>db1a52a</code></a> WP CS in integration tests</li> <li><a href="https://github.com/phpstan/phpstan/commit/9367ba4c4f6ad53e9efb594d74a8941563caccf6"><code>9367ba4</code></a> PHPStan 1.10.49</li> <li><a href="https://github.com/phpstan/phpstan/commit/71f6c4db5ac9d057e4f892e995e0bf13e18819d8"><code>71f6c4d</code></a> Updated PHPStan to commit 71f6c4d5fc21b6e880412c67ce8f745367f24d3d</li> <li><a href="https://github.com/phpstan/phpstan/commit/7c83225e8d179cc027dce62a5ec62ff52dd0c44c"><code>7c83225</code></a> Updated PHPStan to commit 7c832255ba59922db3225ee763c109d6c1e29f7a</li> <li>Additional commits viewable in <a href="https://github.com/phpstan/phpstan/compare/1.10.40...1.10.50">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information