[PR #948] [CLOSED] Bump phpstan/phpstan from 0.11.3 to 0.11.5 #1462

Closed
opened 2026-02-26 03:31:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/948
Author: @dependabot-preview[bot]
Created: 4/4/2019
Status: Closed

Base: masterHead: dependabot/composer/phpstan/phpstan-0.11.5


📝 Commits (1)

  • 7c932aa Bump phpstan/phpstan from 0.11.3 to 0.11.5

📊 Changes

1 file changed (+138 additions, -92 deletions)

View changed files

📝 composer.lock (+138 -92)

📄 Description

Bumps phpstan/phpstan from 0.11.3 to 0.11.5.

Release notes

Sourced from phpstan/phpstan's releases.

0.11.5

Improvements

  • Dynamic static method return type extension can be used for constructors (f48b1796078f4ef7d66e48adcecba103e4dc510f), #2004
  • Early terminating method calls - look through implemented interfaces as well (24ce5a566a798b81343138ed5d41d6877554cf9a), #2030

Bleeding edge

See explanation in previous release notes.

  • Check missing return in functions, methods, and closures - levels 0 and 3 (b149f8e5326e097dec6fcb8116a8b5b63a2da483)
  • Check for noops on separate lines - level 4 (a794f4372f3d7585512afcf645f246f9cf04f910)
  • Check for unreachable statement - level 4 (83078fe308a383c618b8c1caec299e5765d9ac82)
  • Various yield and generators related checks (c952192e7185376c0f722937982d055cab0bebc8, 96c57c66ea24a75a17ec5dff8c684439ac52ead5, 83e1163c3f9b447fce734fbd01b65e6fb33632c6)

Bugfixes

  • count(): Added support for 2nd parameter (#2006), thanks @​CZechBoY!
  • Fixed expr in global statement (066e606c4bc71abf5eb0113d748984d2c3080ef7), #2010
  • Fixed dead code detection with isset() (b43cc2ca78ee92456fa82840eb8fdb7ddaa4a126)
  • Fix optional parameters for ldap_control_paged_result() (#2021), thanks @​dontub!
  • Function ldap_get_entries() can return false (#2016), thanks @​finwe!
  • Fixed various bugs in switch handling (51577088561a2af146062c797eb707ea72b09dfa, effac12e09f02cb2b1dc219fa797f5316c2290a7), #1939, #2014, #2022
  • Fix is_subclass_of() type-specifying extension (#1814), #1998, thanks @​dmitrydymarchuk!
    * Fix openssl_encrypt $tag byref parameter (#2029), thanks @​iluuu1994!

0.11.4

If you want to see the shape of things to come (rules and other features that will arrive in next major version 0.12), you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

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.

Improvements

  • Detect invalid service in conditionalTags config section (400acf6e48cbaddbf8f42bce7312cf9360ca5d12)

Bugfixes

  • Fixed multiple array_key_exists in || (d0da7524d25f5ce165a937d62c49390a66a86611), #1966
  • Fixed __NAMESPACE__ magic constant value (0d4619b8cc648d337c6523ae85146d87bb803b1c), #1986
  • Fixed: Foreach with continue in a branch is not always terminating (9d42bc178cf612f5aec17a7d8b5c47b23f9cf84f), #1972
... (truncated)
Commits
  • 24ce5a5 Early terminating method calls - look through implemented interfaces as well
  • 40b3a0f Fix openssl_encrypt $tag byref parameter - fixes #2026
  • 666f068 Fix \PHPStan\Type\Php\IsSubclassOfFunctionTypeSpecifyingExtension
  • 5157708 Fixed switch (default case discards variable type)
  • effac12 Fixed switch handling
  • a295fb8 Add Unofficial Drupal extensions
  • dd2581a Fix false positive in YieldInGeneratorRule
  • 83e1163 Yield type check
  • 37dd975 Fixed PHP < 7.3
  • 96c57c6 Yield from type check
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.


🔄 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/koel/koel/pull/948 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/4/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/phpstan/phpstan-0.11.5` --- ### 📝 Commits (1) - [`7c932aa`](https://github.com/koel/koel/commit/7c932aad99d8d541c8568a3edd496823ab20b842) Bump phpstan/phpstan from 0.11.3 to 0.11.5 ### 📊 Changes **1 file changed** (+138 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+138 -92) </details> ### 📄 Description Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.3 to 0.11.5. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.11.5 > Improvements > ============== > > * Dynamic static method return type extension can be used for constructors (f48b1796078f4ef7d66e48adcecba103e4dc510f), [#2004](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2004) > * Early terminating method calls - look through implemented interfaces as well (24ce5a566a798b81343138ed5d41d6877554cf9a), [#2030](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2030) > > Bleeding edge > ============== > > [See explanation in previous release notes.](https://github.com/phpstan/phpstan/releases/tag/0.11.4) > > * Check missing return in functions, methods, and closures - levels 0 and 3 (b149f8e5326e097dec6fcb8116a8b5b63a2da483) > * Check for noops on separate lines - level 4 (a794f4372f3d7585512afcf645f246f9cf04f910) > * Check for unreachable statement - level 4 (83078fe308a383c618b8c1caec299e5765d9ac82) > * Various `yield` and generators related checks (c952192e7185376c0f722937982d055cab0bebc8, 96c57c66ea24a75a17ec5dff8c684439ac52ead5, 83e1163c3f9b447fce734fbd01b65e6fb33632c6) > > Bugfixes > ============== > > * `count()`: Added support for 2nd parameter ([#2006](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2006)), thanks [@&#8203;CZechBoY](https://github.com/CZechBoY)! > * Fixed expr in `global` statement (066e606c4bc71abf5eb0113d748984d2c3080ef7), [#2010](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2010) > * Fixed dead code detection with `isset()` (b43cc2ca78ee92456fa82840eb8fdb7ddaa4a126) > * Fix optional parameters for `ldap_control_paged_result()` ([#2021](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2021)), thanks [@&#8203;dontub](https://github.com/dontub)! > * Function `ldap_get_entries()` can return false ([#2016](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2016)), thanks [@&#8203;finwe](https://github.com/finwe)! > * Fixed various bugs in `switch` handling (51577088561a2af146062c797eb707ea72b09dfa, effac12e09f02cb2b1dc219fa797f5316c2290a7), [#1939](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1939), [#2014](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2014), [#2022](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2022) > * Fix `is_subclass_of()` type-specifying extension ([#1814](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1814)), [#1998](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1998), thanks [@&#8203;dmitrydymarchuk](https://github.com/dmitrydymarchuk)! > * Fix `openssl_encrypt` $tag byref parameter ([#2029](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2029)), thanks [@&#8203;iluuu1994](https://github.com/iluuu1994)! > > ## 0.11.4 > If you want to see the shape of things to come (rules and other features that will arrive in next major version 0.12), you can include this config file in your project's `phpstan.neon`: > > ``` > includes: > - vendor/phpstan/phpstan/conf/bleedingEdge.neon > ``` > > 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. > > Improvements > ============== > > * Detect invalid service in `conditionalTags` config section (400acf6e48cbaddbf8f42bce7312cf9360ca5d12) > > Bugfixes > ============== > > * Fixed multiple array_key_exists in `||` (d0da7524d25f5ce165a937d62c49390a66a86611), [#1966](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1966) > * Fixed `__NAMESPACE__` magic constant value (0d4619b8cc648d337c6523ae85146d87bb803b1c), [#1986](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1986) > * Fixed: Foreach with continue in a branch is not always terminating (9d42bc178cf612f5aec17a7d8b5c47b23f9cf84f), [#1972](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1972) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`24ce5a5`](https://github.com/phpstan/phpstan/commit/24ce5a566a798b81343138ed5d41d6877554cf9a) Early terminating method calls - look through implemented interfaces as well - [`40b3a0f`](https://github.com/phpstan/phpstan/commit/40b3a0f91c8ad33a8cfc735b82b4d4f036591f0f) Fix openssl_encrypt $tag byref parameter - fixes [#2026](https://github-redirect.dependabot.com/phpstan/phpstan/issues/2026) - [`666f068`](https://github.com/phpstan/phpstan/commit/666f068d2616446b4d662f935232b399523bdc1c) Fix \PHPStan\Type\Php\IsSubclassOfFunctionTypeSpecifyingExtension - [`5157708`](https://github.com/phpstan/phpstan/commit/51577088561a2af146062c797eb707ea72b09dfa) Fixed switch (default case discards variable type) - [`effac12`](https://github.com/phpstan/phpstan/commit/effac12e09f02cb2b1dc219fa797f5316c2290a7) Fixed switch handling - [`a295fb8`](https://github.com/phpstan/phpstan/commit/a295fb86eb24bf547bb8d7e7657cf4a513090b98) Add Unofficial Drupal extensions - [`dd2581a`](https://github.com/phpstan/phpstan/commit/dd2581addd9d993cb3e59a82642c3b2caf58b1d9) Fix false positive in YieldInGeneratorRule - [`83e1163`](https://github.com/phpstan/phpstan/commit/83e1163c3f9b447fce734fbd01b65e6fb33632c6) Yield type check - [`37dd975`](https://github.com/phpstan/phpstan/commit/37dd975473040e1672ff454d0969c38a5267015f) Fixed PHP < 7.3 - [`96c57c6`](https://github.com/phpstan/phpstan/commit/96c57c66ea24a75a17ec5dff8c684439ac52ead5) Yield from type check - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.11.3...0.11.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.11.3&new-version=0.11.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.11.3&new-version=0.11.5) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:06 +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/koel-koel#1462
No description provided.