Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

build(deps-dev): bump phpstan/phpstan from 0.12.13 to 0.12.14 #155

Merged
merged 1 commit into from
Mar 3, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 3, 2020

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps phpstan/phpstan from 0.12.13 to 0.12.14.

Release notes

Sourced from phpstan/phpstan's releases.

0.12.14

Bugfixes 🐛

Result cache fixes:

Improvements 🔧

  • Error "Ignored error pattern is expected to occur N times but occured M times" can no longer be ignored (phpstan/phpstan-src@304d472)
  • Report error "Ignored error pattern is expected to occur N times but occured only M times" even if only subset of project is analysed (phpstan/phpstan-src@4f53a82)
  • Report error "Ignored error pattern is expected to occur N times but occured only M times" as file-specific (phpstan/phpstan-src@eec492e)

Function signature fixes 🤖

  • Fix signature for MongoDB\Driver\ReadPreference constructor (#150), thanks @Baldinof!
  • Update setcookie parameters (#152), thanks @spl1nes!
Commits
  • 37bdd26 PHPStan 0.12.14
  • 9e45661 Updated PHPStan to commit eec492e40c8e354076b3de0084b3efc254da43af
  • f61a3c5 Updated PHPStan to commit a170ff3d79558647815359b03b14a05413be2257
  • 39b02ce Updated PHPStan to commit b13181ebf1bb50cc11003c5be075ada94f429cd9
  • 5cb07a6 Updated PHPStan to commit ffb779623fb415bf00b48512cb5fc0dfc413bf13
  • e9fbfee Updated PHPStan to commit 4f53a821474343206a11193d6b6d27a356297602
  • 53f6102 Updated PHPStan to commit 304d472ced1451adda861de7b63eaa0021773259
  • e934a49 Updated PHPStan to commit 11002020beefbb8b353065ded784d5a27591d365
  • c356c37 Updated PHPStan to commit 94bff9bc9cb024d53e72233f92e0dc74b69c5e54
  • 5cd3f07 Updated PHPStan to commit 349bd9ed737dbc1bc23f32e88ee3fc8af384b99c
  • See full diff 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 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:

  • 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)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.13 to 0.12.14.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](phpstan/phpstan@0.12.13...0.12.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codeclimate
Copy link

codeclimate bot commented Mar 3, 2020

Code Climate has analyzed commit 07caa9d and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 87.1% (0.0% change).

View more on Code Climate.

@codecov
Copy link

codecov bot commented Mar 3, 2020

Codecov Report

Merging #155 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #155   +/-   ##
==========================================
  Coverage      87.19%   87.19%           
  Complexity       605      605           
==========================================
  Files             84       84           
  Lines           1859     1859           
==========================================
  Hits            1621     1621           
  Misses           238      238

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e033d9...07caa9d. Read the comment docs.

@k911 k911 merged commit 0965d37 into develop Mar 3, 2020
@k911 k911 deleted the dependabot/composer/develop/phpstan/phpstan-0.12.14 branch March 3, 2020 17:26
k911 added a commit that referenced this pull request Apr 1, 2020
* fix(http-server): return all headers with the same name joined by comma (#175) ([1e51639](1e51639)), closes [#175](#175)
* build(deps-dev): bump phpstan/phpstan from 0.12.11 to 0.12.12 (#144) ([abc2b05](abc2b05)), closes [#144](#144)
* build(deps-dev): bump phpstan/phpstan from 0.12.11 to 0.12.13 (#153) ([9e033d9](9e033d9)), closes [#153](#153)
* build(deps-dev): bump phpstan/phpstan from 0.12.13 to 0.12.14 (#155) ([0965d37](0965d37)), closes [#155](#155)
* build(deps-dev): bump phpstan/phpstan-doctrine from 0.12.9 to 0.12.10 (#159) ([6f50ead](6f50ead)), closes [#159](#159)
* build(deps-dev): bump phpunit/phpunit from 8.5.0 to 8.5.2 (#117) ([09df6a0](09df6a0)), closes [#117](#117)
* build(deps-dev): bump swoole/ide-helper from 4.4.12 to 4.4.15 (#114) ([48b062c](48b062c)), closes [#114](#114)
* build(deps-dev): bump symfony/debug from 4.4.4 to 4.4.5 (#149) ([fed25fe](fed25fe)), closes [#149](#149)
* build(deps-dev): bump symfony/framework-bundle from 4.4.1 to 4.4.3 (#118) ([8dbf899](8dbf899)), closes [#118](#118)
* build(deps-dev): bump symfony/framework-bundle from 4.4.3 to 4.4.4 (#123) ([fdc93a8](fdc93a8)), closes [#123](#123)
* build(deps-dev): bump symfony/framework-bundle from 5.0.4 to 5.0.5 (#156) ([e8cad34](e8cad34)), closes [#156](#156)
* build(deps-dev): bump symfony/messenger from 5.0.1 to 5.0.3 (#113) ([04fe8f0](04fe8f0)), closes [#113](#113)
* build(deps-dev): bump symfony/messenger from 5.0.3 to 5.0.4 (#131) ([d36e7a7](d36e7a7)), closes [#131](#131)
* build(deps-dev): bump symfony/messenger from 5.0.4 to 5.0.5 (#148) ([ebc0541](ebc0541)), closes [#148](#148)
* build(deps-dev): bump symfony/monolog-bridge from 5.0.1 to 5.0.3 (#107) ([366244a](366244a)), closes [#107](#107)
* build(deps-dev): bump symfony/monolog-bridge from 5.0.3 to 5.0.4 (#130) ([769bac8](769bac8)), closes [#130](#130)
* build(deps-dev): bump symfony/monolog-bridge from 5.0.4 to 5.0.5 (#145) ([c07456b](c07456b)), closes [#145](#145)
* build(deps-dev): bump symfony/twig-bundle from 4.4.1 to 4.4.3 (#110) ([5db1531](5db1531)), closes [#110](#110)
* build(deps-dev): bump symfony/twig-bundle from 4.4.3 to 4.4.4 (#125) ([0dafce7](0dafce7)), closes [#125](#125)
* build(deps-dev): bump symfony/twig-bundle from 5.0.4 to 5.0.5 (#152) ([9aaeb9e](9aaeb9e)), closes [#152](#152)
* build(deps-dev): bump symfony/yaml from 5.0.1 to 5.0.3 (#112) ([901e1f0](901e1f0)), closes [#112](#112)
* build(deps-dev): bump symfony/yaml from 5.0.3 to 5.0.4 (#126) ([a1b7441](a1b7441)), closes [#126](#126)
* build(deps-dev): bump symfony/yaml from 5.0.4 to 5.0.5 (#150) ([44e5886](44e5886)), closes [#150](#150)
* build(deps): bump beberlei/assert from 3.2.6 to 3.2.7 (#98) ([4740442](4740442)), closes [#98](#98)
* build(deps): bump symfony/config from 5.0.1 to 5.0.3 (#111) ([fceb7f0](fceb7f0)), closes [#111](#111)
* build(deps): bump symfony/config from 5.0.3 to 5.0.4 (#133) ([7a53cc3](7a53cc3)), closes [#133](#133)
* build(deps): bump symfony/config from 5.0.4 to 5.0.5 (#157) ([94d0d56](94d0d56)), closes [#157](#157)
* build(deps): bump symfony/console from 4.4.1 to 4.4.3 (#116) ([bd42e9a](bd42e9a)), closes [#116](#116)
* build(deps): bump symfony/console from 4.4.3 to 4.4.4 (#128) ([394c894](394c894)), closes [#128](#128)
* build(deps): bump symfony/console from 5.0.4 to 5.0.5 (#147) ([9b4c7ad](9b4c7ad)), closes [#147](#147)
* build(deps): bump symfony/dependency-injection from 5.0.1 to 5.0.3 (#109) ([500faca](500faca)), closes [#109](#109)
* build(deps): bump symfony/dependency-injection from 5.0.3 to 5.0.4 (#124) ([c712593](c712593)), closes [#124](#124)
* build(deps): bump symfony/dependency-injection from 5.0.4 to 5.0.5 (#151) ([63d7879](63d7879)), closes [#151](#151)
* build(deps): bump symfony/http-foundation from 5.0.1 to 5.0.3 (#115) ([39d9a2a](39d9a2a)), closes [#115](#115)
* build(deps): bump symfony/http-foundation from 5.0.3 to 5.0.4 (#127) ([3a63022](3a63022)), closes [#127](#127)
* build(deps): bump symfony/http-foundation from 5.0.4 to 5.0.5 (#154) ([1763707](1763707)), closes [#154](#154)
* build(deps): bump symfony/http-kernel from 4.4.1 to 4.4.3 (#108) ([80d9591](80d9591)), closes [#108](#108)
* build(deps): bump symfony/http-kernel from 4.4.3 to 4.4.4 (#129) ([5e178c5](5e178c5)), closes [#129](#129)
* build(deps): bump symfony/http-kernel from 5.0.4 to 5.0.5 (#146) ([29e4f1c](29e4f1c)), closes [#146](#146)
* build(deps): bump symfony/process from 5.0.1 to 5.0.3 (#106) ([d3c2ce6](d3c2ce6)), closes [#106](#106)
* build(deps): bump symfony/process from 5.0.3 to 5.0.4 (#132) ([11483f5](11483f5)), closes [#132](#132)
* build(deps): bump symfony/process from 5.0.4 to 5.0.5 (#143) ([fa3c3fe](fa3c3fe)), closes [#143](#143)
* build(docker): upgrade swoole to v4.4.17 and composer to v1.10.1 ([0524047](0524047))
* build(phpstan): Upgrade dependencies to remove false positives introduced by a bug ([f42a032](f42a032))
* build(swoole): Upgrade to v4.4.15 ([448ae7d](448ae7d))
* chore(deps): Upgrade dependencies ([8e03a43](8e03a43))
* chore(deps): upgrade dependencies (#158) ([25a1d40](25a1d40)), closes [#158](#158)
* chore(deps): upgrade packages ([6178c5e](6178c5e))
* chore(deps): upgrade phpunit to 9.x ([32d5d4c](32d5d4c))
* test: Fix SymfonySessionSwooleSessionStorageTest::testUpdateSession ([ce5549c](ce5549c)), closes [#93](#93)
* style(phpstan): Fix issues reported by new phpstan rules ([b683a8d](b683a8d))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant