WyriHaximus / reactphp-child-process-pool

MIT License
40 stars 9 forks source link

Bump squizlabs/php_codesniffer from 3.5.1 to 3.5.2 #45

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps squizlabs/php_codesniffer from 3.5.1 to 3.5.2.

Release notes *Sourced from [squizlabs/php_codesniffer's releases](https://github.com/squizlabs/PHP_CodeSniffer/releases).* > ## 3.5.2 > * 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](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2654) : Incorrect indentation for arguments of multiline function calls > * Fixed bug [#2656](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2656) : Squiz.WhiteSpace.MemberVarSpacing removes comments before first member var during auto fixing > * Thanks to Juliette Reinders Folmer for the patch > * Fixed bug [#2663](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2663) : Generic.NamingConventions.ConstructorName complains about old constructor in interfaces > * Fixed bug [#2664](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2664) : PSR12.Files.OpenTag incorrectly identifies PHP file with only an opening tag > * Fixed bug [#2665](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2665) : PSR12.Files.ImportStatement should not apply to traits > * Fixed bug [#2673](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2673) : PSR12.Traits.UseDeclaration does not allow comments or blank lines between use statements
Commits - [`65b12cd`](https://github.com/squizlabs/PHP_CodeSniffer/commit/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7) Prepare for 3.5.2 release - [`4d4c38c`](https://github.com/squizlabs/PHP_CodeSniffer/commit/4d4c38c096315b92d39a1bbb3f7a1334212d30e1) Fixed bug [#2673](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2673) : PSR12.Traits.UseDeclaration does not allow comments or blan... - [`f6732bc`](https://github.com/squizlabs/PHP_CodeSniffer/commit/f6732bc2918ab24ba80a7d14dd800179e973aed3) PHPCS doesn't use yoda conditions, so disallow them in the standard - [`80a7c03`](https://github.com/squizlabs/PHP_CodeSniffer/commit/80a7c037f11d700b0d1c8838d2e3c3cc5ea229b0) Fixed coding standard error - [`cc1069d`](https://github.com/squizlabs/PHP_CodeSniffer/commit/cc1069d03d44971587051b175846688bef24b4c9) Fixed bug [#2665](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2665) : PSR12.Files.ImportStatement should not apply to traits - [`35256b6`](https://github.com/squizlabs/PHP_CodeSniffer/commit/35256b62d0169d87ac0eb9bf9b8fdaeff80f44ee) Fixed bug [#2663](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2663) : Generic.NamingConventions.ConstructorName complains about o... - [`e7b0cce`](https://github.com/squizlabs/PHP_CodeSniffer/commit/e7b0cce823ed2922e7d7106b92712dedb5c61125) Generic.ControlStructures.DisallowYodaConditions now returns less false posit... - [`f2b6798`](https://github.com/squizlabs/PHP_CodeSniffer/commit/f2b6798d9ba5670cd3b36569defe7981c5f68848) Fixed bug [#2664](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2664) : PSR12.Files.OpenTag incorrectly identifies PHP file with on... - [`ae3aae4`](https://github.com/squizlabs/PHP_CodeSniffer/commit/ae3aae46a11e3978f088552160ccca13a01b28e1) Correct the return type of process when jumping to the end of the tokens - [`1a36e9f`](https://github.com/squizlabs/PHP_CodeSniffer/commit/1a36e9fd6c126d5c7383df4ddce4abd9188ec5e4) Changelog for [#2660](https://github-redirect.dependabot.com/squizlabs/PHP_CodeSniffer/issues/2660) - Additional commits viewable in [compare view](https://github.com/squizlabs/PHP_CodeSniffer/compare/3.5.1...3.5.2)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 4 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.