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

@dependabot-preview dependabot-preview bot commented Jan 1, 2019

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

Release notes

Sourced from localheinz/phpstan-rules's releases.

0.5.0

  • Fix: Update infection/infection (#43), by localheinz
  • Fix: Keep rules sorted in rules.neon (#44), by localheinz
  • Enhancement: Implement NoConstructorParameterWithDefaultValueRule (#45), by localheinz
  • Fix: Adjust README.md in regard to AbstractOrFinalRule and FinalRule (#46), by localheinz
  • Fix: Configure rules via phpstan.neon instead of --level option (#47), by localheinz
  • Fix: Update phpunit/phpunit (#48), by localheinz
  • Enhancement: Also run phpstan against tests (#49), by localheinz
  • Enhancement: Merge AbstractOrFinalRule into FinalRule (#51), by localheinz
  • Fix: Remove test asserting that test classes are abstract or final (#52), by localheinz
  • Fix: Remove default values from constructor parameters of Classes\FinalRule (#53), by localheinz
  • Fix: Clean up README.md (#54), by localheinz
  • Enhancement: Require phpstan/phpstan-deprecation-rules (#55), by localheinz
  • Fix: Link (#57), by localheinz
  • Enhancement: Further improve README.md (#56), by localheinz
Changelog

Sourced from localheinz/phpstan-rules's changelog.

0.5.0

For a full diff see 0.4.0...0.5.0.

Added

Removed

0.4.0

For a full diff see 0.3.0...0.4.0.

Changed

0.3.0

For a full diff see 0.2.0...0.3.0.

Added

  • Added Functions\NoNullableReturnTypeDeclarationRule, which reports an error when a function has a nullable return type declaration, and Methods\NoNullableReturnTypeDeclarationRule, which reports an error when a method declared in an anonymous class, a class, or an interface has a nullable return type declaration (#16), by [localheinz](https://github.com/localheinz)
  • Added Closures\NoParameterWithNullDefaultValueRule, which reports an error when a closure has a parameter with null as default value (#26), by [localheinz](https://github.com/localheinz)
  • Added Closures\NoNullableReturnTypeDeclarationRule, which reports an error when a closure has a nullable return type declaration (#29), by [localheinz](https://github.com/localheinz)
  • Added Functions\NoParameterWithNullDefaultValueRule, which reports an error when a function has a parameter with null as default value (#31), by [localheinz](https://github.com/localheinz)
  • Added Methods\NoParameterWithNullDefaultValueRule, which reports an error when a method declared in an anonymous class, a class, or an interface has a parameter with null as default value (#32), by [localheinz](https://github.com/localheinz)
  • Added Closures\NoParameterWithNullableTypeDeclarationRule, which reports an error when a closure has a parameter with a nullable type declaration (#33), by [localheinz](https://github.com/localheinz)
  • Added Functions\NoParameterWithNullableTypeDeclarationRule, which reports an error when a function has a parameter with a nullable type declaration (#34), by [localheinz](https://github.com/localheinz)
  • Added Methods\NoParameterWithNullableTypeDeclarationRule, which reports an error when a method declared in an anonymous class, a class, or an interface has a parameter with a nullable type declaration (#35), by [localheinz](https://github.com/localheinz)
  • Extracted rules.neon, so you can easily enable all rules by including it in your phpstan.neon (#37), by [localheinz](https://github.com/localheinz)

0.2.0

For a full diff see 0.1.0...0.2.0.

Added

Changed

... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 1, 2019
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](https://github.com/localheinz/phpstan-rules/commits/0.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/localheinz/phpstan-rules-tw-0.4or-tw-0.5 branch from 76c0ae8 to 1f2a65e Compare January 1, 2019 20:03
@coveralls
Copy link

coveralls commented Jan 1, 2019

Pull Request Test Coverage Report for Build 24

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

💛 - Coveralls

@mimmi20 mimmi20 merged commit d2c7989 into master Jan 1, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/localheinz/phpstan-rules-tw-0.4or-tw-0.5 branch January 1, 2019 21:33
@lock
Copy link

lock bot commented Jan 1, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 1, 2020
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.

3 participants