Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on localheinz/phpstan-rules to permit the latest version.

Release notes

Sourced from localheinz/phpstan-rules's releases.

0.12.2

  • Fix: Exclude zendframework/zend-servicemanager from automatic updates (#130), by @​localheinz
  • Fix: Exclude interfaces from analysis by Methods\FinalInAbstractClassRule (#132), by @​localheinz
Changelog

Sourced from localheinz/phpstan-rules's changelog.

0.12.2

For a full diff see 0.12.0...0.12.1.

Fixed

  • Started ignoring interfaces from analysis by Methods\FinalInAbstractClassRule to avoid inappropriate errors (#132), by @​localheinz

0.12.1

For a full diff see 0.12.0...0.12.1.

Fixed

  • Started resolving class name in type declaration before attempting to analyze it in the Methods\NoParameterWithContainerTypeDeclarationRule to avoid errors where class self is not found (#128), by @​localheinz

0.12.0

For a full diff see 0.11.0...0.12.0.

Added

  • Added Methods\NoParameterWithContainerTypeDeclarationRule, which reports an error when a method has a type declaration that corresponds to a known dependency injection container or service locator (#122), by @​localheinz
  • Added Methods\FinalInAbstractClassRule, which reports an error when a concrete public or protected method in an abstract class is not final (#123), by @​localheinz

0.11.0

For a full diff see 0.10.0...0.11.0.

Added

  • Added Files\DeclareStrictTypesRule, which reports an error when a PHP file does not have a declare(strict_types=1) declaration (#79), by @​dmecke
  • Added Expressions\NoEmptyRule, which reports an error when the language construct empty() is used (#110), by @​localheinz
  • Added Expressions\NoEvalRule, which reports an error when the language construct eval() is used (#112), by @​localheinz
  • Added Expressions\NoErrorSuppressionRule, which reports an error when @ is used to suppress errors (#113), by @​localheinz
  • Added Expressions\NoCompactRule, which reports an error when the function compact() is used (#116), by @​localheinz
  • Added Statements\NoSwitchRule, which reports an error when the statement switch() is used (#117), by @​localheinz

Changed

0.10.0

For a full diff see 0.9.1...0.10.0.

Changed

... (truncated)
Commits
  • 5c0be9c Merge pull request #132 from localheinz/fix/interface
  • c1553b5 Fix: Exclude interfaces from analysis by Methods\FinalInAbstractClassRule
  • 225dedd Enhancement: Assert that an error is not reported for an interface with a pub...
  • d0f75ed Merge pull request #130 from localheinz/fix/exclude
  • 409744e Fix: Exclude zendframework/zend-servicemanager from automatic updates
  • dfcbc79 Merge pull request #128 from localheinz/fix/resolve
  • 058178e Fix: Resolve class name before attempting to analyze it
  • 7cc1877 Enhancement: Assert that self is resolved properly
  • adde071 Merge pull request #127 from localheinz/fix/section
  • 8b796b9 Fix: Add missing section heading
  • Additional commits viewable in compare view

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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.

Updates the requirements on [localheinz/phpstan-rules](https://github.com/localheinz/phpstan-rules) to permit the latest version.
- [Release notes](https://github.com/localheinz/phpstan-rules/releases)
- [Changelog](https://github.com/localheinz/phpstan-rules/blob/master/CHANGELOG.md)
- [Commits](ergebnis/phpstan-rules@0.10.0...0.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 25, 2019
@coveralls
Copy link

coveralls commented Sep 25, 2019

Pull Request Test Coverage Report for Build 60

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 55: 0.0%
Covered Lines: 2
Relevant Lines: 2

💛 - Coveralls

@mimmi20 mimmi20 merged commit 6789eb3 into master Sep 25, 2019
@mimmi20 mimmi20 deleted the dependabot/composer/localheinz/phpstan-rules-tw-0.12 branch September 25, 2019 07:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants