Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency squizlabs/php_codesniffer to v3.5.2 - autoclosed #29

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2019

This PR contains the following updates:

Package Type Update Change
squizlabs/php_codesniffer (source) require-dev patch 3.5.1 -> 3.5.2

Release Notes

squizlabs/PHP_CodeSniffer

v3.5.2

Compare Source

  • Generic.ControlStructures.DisallowYodaConditions now returns less false positives
    • False positives were being returned for array comparisions, or when performing some function calls
  • Squiz.WhiteSpace.SemicolonSpacing.Incorrect error message now escapes newlines and tabs
    • Provides a clearer error message as whitespace is now visible
    • Also allows for better output for report types such as CSV and XML
  • The error message for PSR12.Files.FileHeader.SpacingAfterBlock has been made clearer
    • It now uses the wording from the published PSR-12 standard to indicate that blocks must be separated by a blank line
    • Thanks to Craig Duncan for the patch
  • Fixed bug #​2654 : Incorrect indentation for arguments of multiline function calls
  • Fixed bug #​2656 : Squiz.WhiteSpace.MemberVarSpacing removes comments before first member var during auto fixing
    • Thanks to Juliette Reinders Folmer for the patch
  • Fixed bug #​2663 : Generic.NamingConventions.ConstructorName complains about old constructor in interfaces
  • Fixed bug #​2664 : PSR12.Files.OpenTag incorrectly identifies PHP file with only an opening tag
  • Fixed bug #​2665 : PSR12.Files.ImportStatement should not apply to traits
  • Fixed bug #​2673 : PSR12.Traits.UseDeclaration does not allow comments or blank lines between use statements

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title Update dependency squizlabs/php_codesniffer to v3.5.2 Update dependency squizlabs/php_codesniffer to v3.5.2 - autoclosed Oct 28, 2019
@renovate renovate bot closed this Oct 28, 2019
@renovate renovate bot deleted the renovate/squizlabs-php_codesniffer-3.x branch October 28, 2019 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant