digital-blueprint / webapppassword

Nextcloud app to generate temporary app passwords and allow webdav access for SPAs
https://github.com/digital-blueprint/webapppassword
GNU Affero General Public License v3.0
19 stars 6 forks source link

chore(deps): update dependency phpstan/phpstan to v1.11.3 #193

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan 1.11.2 -> 1.11.3 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan) ### [`v1.11.3`](https://togithub.com/phpstan/phpstan/releases/tag/1.11.3) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.11.2...1.11.3) # Improvements 🔧 - Add new `*ParameterClosureTypeExtension` ([#​3089](https://togithub.com/phpstan/phpstan-src/pull/3089)), thanks [@​canvural](https://togithub.com/canvural)! - DynamicFunctionReturnTypeExtension for the `get_debug_type` function ([#​2910](https://togithub.com/phpstan/phpstan-src/pull/2910)), [#​10558](https://togithub.com/phpstan/phpstan/issues/10558), [#​10585](https://togithub.com/phpstan/phpstan/issues/10585), thanks [@​patrickkusebauch](https://togithub.com/patrickkusebauch)! - Infer more duplicated array keys ([#​3058](https://togithub.com/phpstan/phpstan-src/pull/3058)), [#​6976](https://togithub.com/phpstan/phpstan/issues/6976), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Improve `explode` return type precision ([#​3096](https://togithub.com/phpstan/phpstan-src/pull/3096)), thanks [@​staabm](https://togithub.com/staabm)! - Make assigning property via reference impure ([#​3082](https://togithub.com/phpstan/phpstan-src/pull/3082)), thanks [@​schlndh](https://togithub.com/schlndh)! - Support new PHP 8.4 mb_lcfirst, mb_ucfirst function variants ([#​3095](https://togithub.com/phpstan/phpstan-src/pull/3095)), thanks [@​staabm](https://togithub.com/staabm)! # Bugfixes 🐛 - Make `array_map` argument take into account unpack ([#​2901](https://togithub.com/phpstan/phpstan-src/pull/2901)), [#​10527](https://togithub.com/phpstan/phpstan/issues/10527), thanks [@​ryium](https://togithub.com/ryium)! - Fixes incorrect types reported by `parse_url` ([#​2918](https://togithub.com/phpstan/phpstan-src/pull/2918)), [#​4754](https://togithub.com/phpstan/phpstan/issues/4754), thanks [@​ChrisBrenton](https://togithub.com/ChrisBrenton)! - Ensure `$http_response_header` is a `list` ([#​2959](https://togithub.com/phpstan/phpstan-src/pull/2959)), thanks [@​Seldaek](https://togithub.com/Seldaek)! - Keep numeric-strings in `str_repeat()` ([#​2914](https://togithub.com/phpstan/phpstan-src/pull/2914)), [#​10572](https://togithub.com/phpstan/phpstan/issues/10572), thanks [@​staabm](https://togithub.com/staabm)! - Array is non-empty even when `in_array` is not strict ([#​2539](https://togithub.com/phpstan/phpstan-src/pull/2539)), [#​9662](https://togithub.com/phpstan/phpstan/issues/9662), [#​10228](https://togithub.com/phpstan/phpstan/issues/10228), thanks [@​staabm](https://togithub.com/staabm)! - Fix `substr()` type narrowing for possibly single char result ([#​3081](https://togithub.com/phpstan/phpstan-src/pull/3081)), [#​11035](https://togithub.com/phpstan/phpstan/issues/11035), [#​9804](https://togithub.com/phpstan/phpstan/issues/9804), thanks [@​staabm](https://togithub.com/staabm)! - Fix escaping of the error message in various output formatters ([#​3087](https://togithub.com/phpstan/phpstan-src/pull/3087)), thanks [@​mousetail](https://togithub.com/mousetail)! - `$this` cannot be reassigned when passed by reference ([#​3097](https://togithub.com/phpstan/phpstan-src/pull/3097)), [#​10477](https://togithub.com/phpstan/phpstan/issues/10477), thanks [@​takaram](https://togithub.com/takaram)! - Subtract zero-float when comparing against zero-int ([#​3102](https://togithub.com/phpstan/phpstan-src/pull/3102)), [#​5309](https://togithub.com/phpstan/phpstan/issues/5309), thanks [@​staabm](https://togithub.com/staabm)! - Fix fatal error on `constant('')` ([#​3013](https://togithub.com/phpstan/phpstan-src/pull/3013)), [#​10867](https://togithub.com/phpstan/phpstan/issues/10867), thanks [@​staabm](https://togithub.com/staabm)! # Function signature fixes 🤖 - Add new header functions for PHP 8.4 ([#​3093](https://togithub.com/phpstan/phpstan-src/pull/3093)), thanks [@​Seldaek](https://togithub.com/Seldaek)! - Fix wrong return type for `SplFileObject::fgets()` ([#​3103](https://togithub.com/phpstan/phpstan-src/pull/3103)), thanks [@​DanielSiepmann](https://togithub.com/DanielSiepmann)! - Update `Locale` signatures ([#​2880](https://togithub.com/phpstan/phpstan-src/pull/2880)), [#​7855](https://togithub.com/phpstan/phpstan/issues/7855), [#​8149](https://togithub.com/phpstan/phpstan/issues/8149), thanks [@​devnix](https://togithub.com/devnix)! - Fix wrong `fread()` length parameter type and return type ([#​3105](https://togithub.com/phpstan/phpstan-src/pull/3105)), thanks [@​thg2k](https://togithub.com/thg2k)! - ReflectionFunction and ReflectionMethod::getClosure cannot return null (https://github.com/phpstan/phpstan-src/commit/dae9335075964f197aa5d965b3d38c12788a6405), [#​10839](https://togithub.com/phpstan/phpstan/issues/10839) - Make method names `non-falsy-string` ([#​3108](https://togithub.com/phpstan/phpstan-src/pull/3108)), thanks [@​schlndh](https://togithub.com/schlndh)! # Internals 🔍 - Add regression test ([#​3066](https://togithub.com/phpstan/phpstan-src/pull/3066)), [#​3300](https://togithub.com/phpstan/phpstan/issues/3300), thanks [@​herndlm](https://togithub.com/herndlm)! - Update phpdoc-parser ([#​3107](https://togithub.com/phpstan/phpstan-src/pull/3107)) - `TemplateTagValueNode::$name` cannot be empty string (https://github.com/phpstan/phpdoc-parser/commit/fcaefacf2d5c417e928405b71b400d4ce10daaf4), thanks [@​staabm](https://togithub.com/staabm)! - Fix property descriptions in ReflectionProviderGoldenTest ([#​3109](https://togithub.com/phpstan/phpstan-src/pull/3109)), thanks [@​schlndh](https://togithub.com/schlndh)!

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.