Commit 304dfb4
authored
dependabot:(deps-dev): bump phpstan/phpstan from 2.1.4 to 2.1.5 (#6)
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 2.1.4
to 2.1.5.
<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>2.1.5</h2>
<h1>Improvements 🔧</h1>
<ul>
<li>Hooked property cannot be static (<a
href="https://redirect.github.com/phpstan/phpstan-src/pull/3810">#3810</a>),
<a
href="https://redirect.github.com/phpstan/phpstan/issues/12336">#12336</a>,
thanks <a
href="https://github.com/jakubtobiasz"><code>@jakubtobiasz</code></a>!</li>
<li>Array shape from general array with single finite key (<a
href="https://github.com/phpstan/phpstan-src/commit/6c45175093157f773725e70e4dd3c4f316027f67">https://github.com/phpstan/phpstan-src/commit/6c45175093157f773725e70e4dd3c4f316027f67</a>,
<a
href="https://github.com/phpstan/phpstan-src/commit/8a5bfb9208891055ecff4a39586d542b70546f82">https://github.com/phpstan/phpstan-src/commit/8a5bfb9208891055ecff4a39586d542b70546f82</a>)
<ul>
<li>Allows <code>array<value-of<MyEnum::FIRST>, X></code> to
create an array shape where the key is backed enum case value</li>
</ul>
</li>
<li>Update phpdoc-parser (<a
href="https://github.com/phpstan/phpstan-src/commit/d25a815b1069174acf3efe97812617d679f30769">https://github.com/phpstan/phpstan-src/commit/d25a815b1069174acf3efe97812617d679f30769</a>)
<ul>
<li>TypeParser: Allow multiple newlines and also allow multiline union
and intersection types for array shapes (<a
href="https://redirect.github.com/phpstan/phpdoc-parser/pull/263">phpstan/phpdoc-parser#263</a>),
<a
href="https://redirect.github.com/phpstan/phpdoc-parser/issues/258">phpstan/phpdoc-parser#258</a>,
<a
href="https://redirect.github.com/phpstan/phpdoc-parser/issues/183">phpstan/phpdoc-parser#183</a>,
thanks <a
href="https://github.com/DaDeather"><code>@DaDeather</code></a>!</li>
</ul>
</li>
</ul>
<h1>Bugfixes 🐛</h1>
<ul>
<li>This release includes fixes from <a
href="https://github.com/phpstan/phpstan/releases/tag/1.12.18">PHPStan
1.12.18</a></li>
<li>Fix <code>GenericStaticType</code> in
<code>@phpstan-self-out</code>, use <code>@phpstan-self-out</code> type
when returning <code>$this</code> (<a
href="https://github.com/phpstan/phpstan-src/commit/dab99cba7be39fb71c70e42373ff40dca64b82ad">https://github.com/phpstan/phpstan-src/commit/dab99cba7be39fb71c70e42373ff40dca64b82ad</a>),
<a
href="https://redirect.github.com/phpstan/phpstan/issues/12575">#12575</a>,
<a
href="https://redirect.github.com/phpstan/phpstan/issues/12548">#12548</a>,
<a
href="https://redirect.github.com/phpstan/phpstan/issues/8439">#8439</a>,
<a
href="https://redirect.github.com/phpstan/phpstan/issues/8316">#8316</a>,
<a
href="https://redirect.github.com/phpstan/phpstan/issues/8275">#8275</a></li>
<li>Fix <code>@phpstan-self-out</code> with GenericStaticType when
method is called on <code>$this</code> (<a
href="https://github.com/phpstan/phpstan-src/commit/cf6476188b73036741e916e1e3e58972b53bb8b3">https://github.com/phpstan/phpstan-src/commit/cf6476188b73036741e916e1e3e58972b53bb8b3</a>)</li>
<li>Update BetterReflection (<a
href="https://redirect.github.com/phpstan/phpstan-src/pull/3822">#3822</a>)
<ul>
<li>Fixed property from interface implemented by trait (<a
href="https://redirect.github.com/Roave/BetterReflection/pull/1487">Roave/BetterReflection#1487</a>),
<a
href="https://redirect.github.com/phpstan/phpstan/issues/12553">#12553</a>,
thanks <a
href="https://github.com/kukulich"><code>@kukulich</code></a>!</li>
</ul>
</li>
<li>Readonly property can override get-only property declared in
interface (<a
href="https://github.com/phpstan/phpstan-src/commit/0c8e9d2905371039cf453509e044d367529aa2b9">https://github.com/phpstan/phpstan-src/commit/0c8e9d2905371039cf453509e044d367529aa2b9</a>),
<a
href="https://redirect.github.com/phpstan/phpstan/issues/12586">#12586</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/phpstan/phpstan/commit/451b17f9665481ee502adc39be987cb71067ece2"><code>451b17f</code></a>
PHPStan 2.1.5</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/d25a81591be50aafe8ecb15849e251d7a02d1e0b"><code>d25a815</code></a>
Updated PHPStan to commit d25a815b1069174acf3efe97812617d679f30769</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/71e928063e038c57ba011933df2f08b60c7fb892"><code>71e9280</code></a>
Update errors identifiers</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/0c8e9d2ff3b2ec041e2d6ec60ad1b6ccc99fda02"><code>0c8e9d2</code></a>
Updated PHPStan to commit 0c8e9d2905371039cf453509e044d367529aa2b9</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/6f5b552c2116fb7220725066cca47784af133ed8"><code>6f5b552</code></a>
Updated PHPStan to commit 6f5b55276de4a55f7aa19de47f653c38a2bbca64</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/fb3618bca94095c890a65488b5af65902c387996"><code>fb3618b</code></a>
Updated PHPStan to commit fb3618b7ecee9bacf86f4ca7a09dd3a95683e1a3</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/8a5bfb9f9542d999c8a7c678ede4177c375bbbaa"><code>8a5bfb9</code></a>
Updated PHPStan to commit 8a5bfb9208891055ecff4a39586d542b70546f82</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/27f7b214a4be79f8529462c51febd47af370c513"><code>27f7b21</code></a>
Updated PHPStan to commit 27f7b215e35e119c5f7c962811d75ff0a6dfed93</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/6c45175cad309604787a31e24eafd86215400ed8"><code>6c45175</code></a>
Updated PHPStan to commit 6c45175093157f773725e70e4dd3c4f316027f67</li>
<li><a
href="https://github.com/phpstan/phpstan/commit/747148c9f5ab112629b71e757a9c23b6620765dc"><code>747148c</code></a>
docs: Reflection - fix unintended changes</li>
<li>Additional commits viewable in <a
href="https://github.com/phpstan/phpstan/compare/2.1.4...2.1.5">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments