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.13.0

Changelog

Sourced from localheinz/phpstan-rules's changelog.

0.13.0

For a full diff see 0.12.2...0.13.0.

Added

  • Added Methods\PrivateInFinalClassRule which reports an error when a method in a final class is protected when it could be private (#126), by @​localheinz

0.12.2

For a full diff see 0.12.1...0.12.2.

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

... (truncated)
Commits
  • e05ea16 Merge pull request #136 from localheinz/fix/changelog
  • 1a758ea Fix: Changelog
  • 27bac8c Merge pull request #126 from localheinz/feature/methods-private-in-final-class
  • 7036fe8 Merge pull request #135 from localheinz/fix/reference
  • 71b97f9 Fix: Reference
  • 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
  • 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 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 the .dependabot/config.yml file in this repo:

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

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.12.0...0.13.0)

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 Oct 15, 2019
@dependabot-preview dependabot-preview bot requested a review from mimmi20 October 15, 2019 09:53
@coveralls
Copy link

coveralls commented Oct 15, 2019

Pull Request Test Coverage Report for Build 79

  • 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 70: 0.0%
Covered Lines: 2
Relevant Lines: 2

💛 - Coveralls

@mimmi20 mimmi20 merged commit 836e9de into master Oct 16, 2019
@mimmi20 mimmi20 deleted the dependabot/composer/localheinz/phpstan-rules-tw-0.13 branch October 16, 2019 04:09
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