Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #223 Update phpstan/phpstan requirement from 0.12.49 to 0.12.57…
… (dependabot-preview[bot]) This PR was merged into the 1.7-dev branch. Discussion ---------- 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>0.12.57</h2> <h1>Improvements 🔧</h1> <ul> <li>New Docker image hosted in GitHub Container Registry and based on PHP 8. See <a href="https://github.com/orgs/phpstan/packages/container/package/phpstan">the homepage</a> and <a href="https://phpstan.org/user-guide/docker">the documentation</a>.</li> <li>Support for <a href="https://wiki.php.net/rfc/attributes_v2">attributes</a> (PHP 8)</li> <li>Result cache does not get invalidated when only ignoreErrors changes (<a href="https://github.com/phpstan/phpstan-src/commit/ef84d9444f889ac5606c37ce80d2fa5f19072cb8">https://github.com/phpstan/phpstan-src/commit/ef84d9444f889ac5606c37ce80d2fa5f19072cb8</a>) - this makes working with the baseline instantaneous!</li> <li>Result cache - do not restore and save when only files (not directories) are passed as analysed paths (<a href="https://github.com/phpstan/phpstan-src/commit/dd11e250007d211a420dfe3da132d08bb2180d7c">https://github.com/phpstan/phpstan-src/commit/dd11e250007d211a420dfe3da132d08bb2180d7c</a>)</li> <li>FunctionCallParametersCheck - more precise lines (<a href="https://github.com/phpstan/phpstan-src/commit/ba119bcc7b95a46f887c124f4f0d096a0e9c66ca">https://github.com/phpstan/phpstan-src/commit/ba119bcc7b95a46f887c124f4f0d096a0e9c66ca</a>)</li> </ul> <h1>Bugfixes 🐛</h1> <ul> <li>Refactored levels that report named arguments errors (<a href="https://github.com/phpstan/phpstan-src/commit/1e42295fdce7ef14ab8fc1bc83d00ce8e9e08c43">https://github.com/phpstan/phpstan-src/commit/1e42295fdce7ef14ab8fc1bc83d00ce8e9e08c43</a>)</li> <li>TeamcityErrorFormatter - attempt to fix notFileSpecificErrors that do not appear (<a href="https://github.com/phpstan/phpstan-src/commit/8ec0a963075432d0041f380abf085a4759d3d966">https://github.com/phpstan/phpstan-src/commit/8ec0a963075432d0041f380abf085a4759d3d966</a>)</li> <li>Fix FloatType equaling ConstantFloatType (<a href="https://github-redirect.dependabot.com/phpstan/phpstan-src/pull/375">#375</a>), thanks <a href="https://github.com/jlherren">@jlherren</a>!</li> <li>Fixed wrong closure typehint (<a href="https://github.com/phpstan/phpstan-src/commit/50aff6d16cc6d3d3d04778ac579b25c9698b6d74">https://github.com/phpstan/phpstan-src/commit/50aff6d16cc6d3d3d04778ac579b25c9698b6d74</a>), <a href="https://github-redirect.dependabot.com/phpstan/phpstan/issues/4097">#4097</a></li> <li>PhpFunctionReflection - do not return nonexistent filename (<a href="https://github.com/phpstan/phpstan-src/commit/e496d71a77ab3b13fb09d2b76e55affd3610bdf4">https://github.com/phpstan/phpstan-src/commit/e496d71a77ab3b13fb09d2b76e55affd3610bdf4</a>, <a href="https://github.com/phpstan/phpstan-src/commit/f000222ca5345d40efa920e52317bdd3bc8c5ea4">https://github.com/phpstan/phpstan-src/commit/f000222ca5345d40efa920e52317bdd3bc8c5ea4</a>, <a href="https://github.com/phpstan/phpstan-src/commit/3ea4fc30474cba6db3dbf99d7e9006756ed8c983">https://github.com/phpstan/phpstan-src/commit/3ea4fc30474cba6db3dbf99d7e9006756ed8c983</a>), <a href="https://github-redirect.dependabot.com/phpstan/phpstan/issues/4089">#4089</a></li> <li>Updated BetterReflection (<a href="https://github.com/phpstan/phpstan-src/commit/73a0c1bf421491501b7a56f053d5df252ddc223c">https://github.com/phpstan/phpstan-src/commit/73a0c1bf421491501b7a56f053d5df252ddc223c</a>), <a href="https://github-redirect.dependabot.com/phpstan/phpstan/issues/4095">#4095</a></li> <li>Turns out static method can be called on a trait (<a href="https://github.com/phpstan/phpstan-src/commit/86c11d335debcfd926ec53213a11d19831891566">https://github.com/phpstan/phpstan-src/commit/86c11d335debcfd926ec53213a11d19831891566</a>), <a href="https://github-redirect.dependabot.com/phpstan/phpstan/issues/4107">#4107</a></li> </ul> <h1>Function signature fixes 🤖</h1> <ul> <li>Fixing ldap functions stubs (<a href="https://github-redirect.dependabot.com/phpstan/phpstan-src/pull/376">#376</a>), thanks <a href="https://github.com/MCMic">@MCMic</a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phpstan/phpstan/commit/f9909d1d0c44b4cbaf72babcf80e8f14d6fdd55b"><code>f9909d1</code></a> PHPStan 0.12.57</li> <li><a href="https://github.com/phpstan/phpstan/commit/b4fe7226ebc213c7cdd2d3c4466ea3c8576da9c6"><code>b4fe722</code></a> Updated PHPStan to commit b5a2fe2120e58bba9b28b8b3cc8fd3b823691344</li> <li><a href="https://github.com/phpstan/phpstan/commit/44c0c2b41ac4277138502b132ba0915764072c3b"><code>44c0c2b</code></a> New Docker image</li> <li><a href="https://github.com/phpstan/phpstan/commit/ec8341e3e0a61bf972dface0ce12cbbfbdd38425"><code>ec8341e</code></a> Fix</li> <li><a href="https://github.com/phpstan/phpstan/commit/fd96276d7bab2c6f3190f9772ce22b063ee846de"><code>fd96276</code></a> Docker image stable</li> <li><a href="https://github.com/phpstan/phpstan/commit/383137bf77fbdf8df9325002c2efe9d5efcca3b6"><code>383137b</code></a> Try different base image</li> <li><a href="https://github.com/phpstan/phpstan/commit/d089729c5785443e2d30dafec9a06c926745d33e"><code>d089729</code></a> Docker build arg</li> <li><a href="https://github.com/phpstan/phpstan/commit/78ba59ee6b97e5ebd32e831868429f9561f0c025"><code>78ba59e</code></a> Docker image based on PHP 8 and in GitHub Container Registry</li> <li><a href="https://github.com/phpstan/phpstan/commit/b30146595a3d4b74c2f21709e25779e48084854d"><code>b301465</code></a> Reproduce issue on Windows</li> <li><a href="https://github.com/phpstan/phpstan/commit/88833ca308139fb782b9cd659ea90a2fc59b940f"><code>88833ca</code></a> Attempt to reproduce name conflict issue</li> <li>Additional commits viewable in <a href="https://github.com/phpstan/phpstan/compare/0.12.49...0.12.57">compare view</a></li> </ul> </details> <br /> 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) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Commits ------- 1ac9d67 Update phpstan/phpstan requirement from 0.12.49 to 0.12.57
- Loading branch information