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 friendsofphp/php-cs-fixer from v2.8.0 to v2.17.0 #13

Conversation

violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here.

List of updated packages
  • doctrine/lexer: 1.0.2 (updated from v1.0.1)
  • composer/semver: 3.2.4 (updated from 1.4.2)
  • composer/xdebug-handler: 1.4.5 (new package, previously not installed)
  • friendsofphp/php-cs-fixer: v2.17.0 (updated from v2.8.0)
  • paragonie/random_compat: v2.0.19 (updated from v2.0.11)
  • php-cs-fixer/diff: v1.3.1 (updated from v1.2.0)
  • psr/log: 1.1.3 (updated from 1.0.2)
  • symfony/console: v3.4.47 (updated from v3.3.10)
  • symfony/debug: v3.4.47 (updated from v3.3.10)
  • symfony/event-dispatcher: v3.4.47 (updated from v3.3.10)
  • symfony/filesystem: v3.4.47 (updated from v3.3.10)
  • symfony/finder: v3.4.47 (updated from v3.3.10)
  • symfony/options-resolver: v3.4.47 (updated from v3.3.10)
  • symfony/polyfill-ctype: v1.19.0 (new package, previously not installed)
  • symfony/polyfill-mbstring: v1.19.0 (updated from v1.6.0)
  • symfony/polyfill-php70: v1.19.0 (updated from v1.6.0)
  • symfony/polyfill-php72: v1.19.0 (updated from v1.6.0)
  • symfony/process: v3.4.47 (updated from v3.3.10)
  • symfony/stopwatch: v3.4.47 (updated from v3.3.10)

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 5274ce3d3 prepared the 2.17.0 release
  • 38a376ce7 minor #5326 DX: relax composer requirements to not block installation under PHP v8, support for PHP v8 is not yet ready (keradus)
  • e393d5296 DX: relax composer requirements to not block installation under PHP v8, support for PHP v8 is not yet ready
  • ae0ea8966 minor #5323 NoUselessSprintfFixer - Fix test on PHP5.6 (SpacePossum)
  • d6a438e2a NoUselessSprintfFixer - Fix test on PHP5.6
  • 0f9eb4c63 Merge branch '2.16'
  • 13085efb1 bumped version
  • 0f8286f96 prepared the 2.16.8 release
  • d7c572916 minor #5321 DX: little code grooming (keradus)
  • 6d8935089 DX: little code grooming
  • 513f9962a minor #5284 PHP8 - Attribute support (SpacePossum)
  • d96ea9191 PHP8 - Attributes
  • 4da639d0a Merge branch '2.16'
  • 6f4e62f4b minor #5316 PHP8 - Attribute support (SpacePossum)
  • 74fedb66c PHP8 - Attribute support
  • e7f05caac feature #5280 NoUselessSprintfFixer - Introduction (SpacePossum)
  • 99a35a730 Merge branch '2.16'
  • 796eb297a minor #5311 OrderedClassElementsFixer - PHPUnit Bridge support (ktomk)
  • 91b146a11 minor #5302 SingleLineCommentStyleFixer - do not fix possible attributes (PHP8) (SpacePossum)
  • d8d1fdde5 OrderedClassElementsFixer - PHPUnit Bridge support
  • af4cef980 Merge branch '2.16'
  • 694dfb740 minor #5269 Prep work to migrate to PHPUnit 9.x (sanmai, keradus)
  • 3d8284e73 Prep work to migrate to PHPUnit 9.x
  • 2f6c32e8e Merge branch '2.16'
  • e3d378fa4 minor #5303 Drop CircleCI and AppVeyor (keradus)
  • 454349260 Drop CircleCI and AppVeyor
  • 89d95e8e7 SingleLineCommentStyleFixer - do not fix possible attributes (PHP8)
  • 22d4fcae9 Merge branch '2.16'
  • 7a1641e25 minor #5308 Only run yamllint when a YAML file is changed (julienfalque, keradus)
  • a24a98364 DX: yaml lint and files - adjust paths
  • 3e49fcfd4 Only run yamllint when a YAML file is changed
  • a0a18a78a minor #5305 Groom GitHub CI and move some checks from TravisCI to GitHub CI (keradus)
  • 45a929295 Groom GitHub CI and move some checks from TravisCI to GitHub CI
  • 4b1d9120e minor #5304 DX: rename TravisTest, as we no longer test only Travis there (keradus)
  • 10da2df28 DX: rename TravisTest, as we no longer test only Travis there
  • fa9fcb455 minor #5309 CICD: create yamllint config file (keradus)
  • 9631ed579 CICD: create yamllint config file
  • 27bff38ce Merge branch '2.16'
  • 844d0d18b minor #5268 Add GitHub Workflows CI, including testing on PHP 8 and on macOS/Windows/Ubuntu (sanmai)
  • c41a74bea Add GitHub Workflows CI, including testing on PHP 8 and on macOS/Windows/Ubuntu
  • 815810de1 Merge branch '2.16'
  • d333104c6 minor #5293 Add documentation to "yoda_style" sniff to convert Yoda style to non-Yoda style (Luc45)
  • 71e2c7d8a minor #5292 Disable blank issue template and expose community chat (keradus)
  • 66c81e014 minor #5295 Run static code analysis off GitHub Actions (sanmai)
  • e84afee82 Add non-Yoda docs
  • 3d65fd1d9 Run static code analysis off GitHub Actions
  • 4aba803c8 Merge branch '2.16'
  • 610277b22 minor #5298 Add yamllint workflow, validates .yaml files (sanmai)
  • f6cdee139 Add yamllint workflow
  • 41aaf1b65 Disable blank issue template and expose community chat
  • ecd152516 NoUselessSprintfFixer - Introduction
  • be1f7200f Merge branch '2.16'
  • c55624040 fix test
  • da37cd416 minor #5278 PHP8 constructor property promotion support (SpacePossum)
  • 20fd84c25 PHP8 - Constructor Property Promotion support
  • 2c028f177 Merge branch '2.16'
  • 7e481ac67 minor #5277 PHP8 - Constructor Property Promotion support (SpacePossum)
  • aed8ec4e2 minor #5275 remove not supported verbose options (SpacePossum)
  • f838ff36b PHP8 - Constructor Property Promotion support
  • 749c63ac5 remove not supported verbose options
  • a107c0028 Merge branch '2.15' into 2.16
  • cb2c9bd34 prepared the 2.15.10 release
  • 0a1f422a0 bug #5273 Fix PHPDoc line span fixer when property has array typehint (ossinkine)
  • bde8ed8d0 Merge branch '2.15' into 2.16
  • c02b834e5 minor #5276 PHP8 - add NoUnreachableDefaultArgumentValueFixer to risky set (SpacePossum)
  • 90e7a27a7 bug #5274 TernaryToNullCoalescingFixer - concat precedence fix (SpacePossum)
  • 76157505b TernaryToNullCoalescingFixer - concat precedence fix
  • 2fb604455 PHP8 - update sets
  • 19013609c Fix PHPDoc line span fixer when property has array typehint
  • 71c0e0ea2 feature #5264 CleanNamespaceFixer - Introduction (SpacePossum)
  • 343f67ab8 minor #5251 PHP8 - match support (SpacePossum)
  • 48ad98c6f PHP8 Match support
  • 953c05151 Merge branch '2.16'
  • 9b6f77daf Merge branch '2.15' into 2.16
  • 3a9af85ad minor #5267 Improve InstallViaComposerTest (sanmai)
  • c16ce2d15 minor #5266 PhpUnitTestCaseStaticMethodCallsFixer - PHPUnit 9.x support (sanmai)
  • 7705ef401 minor #5261 Do not update Composer twice (sanmai)
  • 5bf7addd9 bug #5250 SwitchAnalyzer - fix for semicolon after case/default (kubawerlos)
  • c8e1d9d59 SwitchAnalyzer - fix for semicolon after case/default
  • 8cefe7ef3 minor #5254 PHP8 - mixed type support (SpacePossum)
  • d0b82e687 minor #5263 PHP8 support (SpacePossum)
  • c3b550ba6 bug #5253 IO - fix cache info message (SpacePossum)
  • 67c6a9cfe bug #5248 NoBreakCommentFixer - fix throw detect (SpacePossum)
  • 5e27c8d95 PHP8 support
  • abf6dfb2f CleanNamespaceFixer - Introduction
  • 0d1f9abd7 Do not update Composer twice
  • 7657d9c64 Improve InstallViaComposerTest
  • 059773750 Update PhpUnitTestCaseStaticMethodCallsFixer
  • 1008bc144 PHP8 - mixed type support
  • 9da7d6031 IO - fix cache info message
  • f81949256 NoBreakCommentFixer - fix throw detect
  • de042be44 Merge branch '2.16'
  • 0be3d700f Merge branch '2.15' into 2.16
  • 2473c7b71 minor #5255 Tests: do not skip documentation test (keradus)
  • cc04d479b Merge branch '2.16'
  • b997bc32c minor #5256 Docs: phpdoc_to_return_type - add new example in docs (keradus)
  • ef6dfdfe7 Docs: phpdoc_to_return_type - add new example in docs
  • c8a0611d2 Tests: do not skip documentation test
  • a828d5f3f Merge branch '2.16'
  • e192e69a1 Merge branch '2.15' into 2.16
  • a618eee2b minor #5236 Improve handling of unavailable code samples (julienfalque, keradus)
  • d7f33fac5 DocumentationGenerator - make re-using of previously generated docs mechanism available not only for tests, but also for DocumentationCommand
  • 2d3021e4a minor #5252 Update RuleSets (SpacePossum)
  • b30af1ec5 Update RuleSets
  • d3a21bb44 Improve handling of unavailable code samples
  • 7fd921299 minor #5244 Fix 2.17 build (keradus)
  • 567f91df8 Fix 2.17 build
  • a82978b89 Fix sets
  • 563204895 Merge branch '2.16'
  • 611a5a88e fix RuleSet merge issues
  • cd9295119 fix RuleSet merge issues
  • ac82d5582 minor #5240 PHP8 - Allow trailing comma in parameter list support (SpacePossum)
  • 569f8cca1 Merge branch '2.16'
  • 3f4441f34 restore comment after merge
  • 745537982 Merge branch '2.15' into 2.16
  • 875950eac feature #5216 Add RuleSets to docs (SpacePossum)
  • 03b4e9dd5 minor #5239 PHP8 - Allow trailing comma in parameter list support (SpacePossum)
  • 3b5e176a2 bug #5235 ArrayIndentationFixer - fix for nested arrays (kubawerlos)
  • 88aeb7129 ArrayIndentationFixer - fix for nested arrays
  • 829cb5d29 minor #5233 DX: simplify check_file_permissions.sh (kubawerlos)
  • b5a23c5d3 minor #5232 PHP8 - throw expression support (SpacePossum)
  • 59b1c38d6 bug #5225 TernaryOperatorSpacesFixer - fix for alternative control structures (kubawerlos)
  • 2736f62b3 TernaryOperatorSpacesFixer - fix for alternative control structures
  • 0111aa724 bug #5221 NoSuperfluousPhpdocTagsFixer - fix for single line PHPDoc (kubawerlos)
  • 9c943ee58 NoSuperfluousPhpdocTagsFixer - fix for single line PHPDoc
  • d5d7c7d87 bug #5095 Annotation - fix for Windows line endings (SpacePossum)
  • 3031bf58a Rework documentation
  • 1a1994775 RuleSet rework
  • 39c5415fe PHP8 - Allow trailing comma in parameter list support
  • f2cdd7aa6 PHP8 - Allow trailing comma in parameter list support
  • 1d5ca8647 PHP8
  • 723ea75ce DX: simplify check_file_permissions.sh
  • b869cefec minor #5230 Fix: Reference (localheinz)
  • 235bd4651 Fix: Reference
  • 7528fa404 Merge branch '2.16'
  • 8873ce2fd Merge branch '2.15' into 2.16
  • e52e854ea minor #5231 CS: unify styling with younger branches (keradus)
  • 9435c4e44 CS: unify styling with younger branches
  • 79e860ca6 Merge branch '2.16'
  • 1d97e2b48 Merge branch '2.15' into 2.16
  • efbd1d65e minor #5226 Applied CS fixes from 2.17-dev (GrahamCampbell)
  • 034c81c9b minor #5229 Fixed incorrect phpdoc (GrahamCampbell)
  • bb2db4040 Fixed incorrect phpdoc
  • 2112c80e2 Merge branch '2.15' into 2.16
  • 3b4e3a995 bumped version
  • d99a9e8e6 bumped version
  • 755deaeb5 Applied CS fixes from 2.17-dev
  • 9076c1da5 Merge branch '2.16'
  • 38042b599 prepared the 2.16.5 release
  • a76176887 Merge branch '2.15' into 2.16
  • c89926430 minor #5223 Docs: regenerate docs on 2.16 line (keradus)
  • 0c6db1617 prepared the 2.15.9 release
  • 282eef3aa minor #5031 CI: skip_cleanup: true (keradus)
  • 881f3d515 CI: skip_cleanup: true
  • 761482212 Docs: regenerate docs on 2.16 line
  • e1db0c308 Merge branch '2.15' into 2.16
  • d07988b7d bug #5220 NoUnneededFinalMethodFixer - do not fix private constructors (SpacePossum)
  • f1568625f minor #5222 Upgrade Xcode (kubawerlos)
  • 2866d0b80 Upgrade Xcode
  • a52c8ad1f NoUnneededFinalMethodFixer - do not fix private constructors
  • 8bf878804 Merge branch '2.16'
  • ac98e776f Merge branch '2.15' into 2.16
  • c3b49b079 minor #5217 CICD: use Composer v2 and drop hirak/prestissimo plugin (keradus)
  • e5db7edd5 minor #5218 DX: .gitignore - add .phpunit.result.cache (keradus)
  • ef2bc81e2 DX: .gitignore - add .phpunit.result.cache
  • 06d2042a6 CICD: use Composer v2 and drop hirak/prestissimo plugin
  • 76d72f286 minor #5215 CICD: update checkbashisms (keradus)
  • 14b6f826c CICD: update checkbashisms
  • e9cd8cd17 minor #5214 CICD: fix file permissions (keradus)
  • cf911232c CICD: fix file permissions
  • 3704ac550 Merge branch '2.16'
  • ad3cb597a Merge branch '2.15' into 2.16
  • 7996eea6c minor #5204 DX: cleanup NullableTypeTransformerTest (kubawerlos)
  • 80aa49562 minor #5207 Add © for logo (keradus)
  • d22e13899 minor #5208 DX: cleanup php-cs-fixer entry file (keradus)
  • 8fc419fc3 minor #5210 CICD - temporarily disable problematic test (keradus)
  • c2ba09540 minor #5211 CICD: fix file permissions (keradus)
  • 6198c7c42 minor #5213 DX: move report schemas to dedicated dir (keradus)
  • 77fccc63c DX: move report schemas to dedicated dir
  • 18f7fdd50 rename doc -> doc.php
  • fafeab9cc fix false-positive
  • 81ff4a6c9 CICD - temporarily disable problematic test
  • b4d822f0a DX: cleanup php-cs-fixer entry file
  • ee78b94b8 Add © for logo
  • 08da4d237 DX: cleanup NullableTypeTransformerTest
  • c20fb1ccc Merge branch '2.16'
  • 72b3ac154 Merge branch '2.15' into 2.16
  • 54f99edc1 feature #3475 Rework documentation (julienfalque, SpacePossum)
  • a613e2bca Merge branch '2.16'
  • f446a3592 Merge branch '2.15' into 2.16
  • 6fbeb98bd doc tweaks
  • 0cca8a53d bug #4936 HeaderCommentFixer - Fix unexpected removal of regular comments (julienfalque)
  • 74deddfe4 bug #5195 YodaStyle - statements in braces should be treated as variables in strict … (SpacePossum)
  • c3d6b6d77 Fix unexpected removal of regular comments
  • 1d0169248 Rework documentation
  • b3cb0fea6 YodaStyle - rewrite same logic for more easy read YodaStyle - statements in braces should be treated as variables in strict mode
  • 30efbdc4e feature #4435 SingleSpaceAfterConstructFixer - Introduction (localheinz)
  • b8d5a1ae1 feature #4375 extend ruleset "@PHP73Migration" (gharlan)
  • 0bbb8a3c9 minor #5192 GotoLabelAnalyzer - introduction (SpacePossum)
  • 94da61471 Merge branch '2.16'
  • 2a022235b Merge branch '2.15' into 2.16
  • 31423d4bd minor #5193 DX: add AbstractPhpUnitFixer (kubawerlos)
  • c28552602 DX: add AbstractPhpUnitFixer
  • 761861a2a Enhancement: Add SingleSpaceAfterConstructFixer
  • 07a6fa993 New ruleset "@PHP73Migration"
  • 0745d5c02 GotoLabelAnalyzer - introduction
  • b6430ca10 Merge branch '2.16'
  • e047f3c54 Merge branch '2.15' into 2.16
  • 1772f0701 fix test
  • 951bf8b2d minor #5191 MethodArgumentSpaceFixer - support use/import of anonymous functions. (undefinedor)
  • 72b9e36e0 minor #5188 DX: Update sibling debs to version supporting PHP8/PHPUnit9 (keradus)
  • 92d449784 minor #5189 Create temporary linting file in system temp dir (keradus)
  • 1d35a6c21 bug #5190 PhpUnit*Fixers - Only fix in unit test class scope (SpacePossum)
  • bdc0d83e4 Only fix in utest class scope
  • 1aa466236 Enable MethodArgumentSpaceFixer to support use in anonymous functions.
  • c23e1b7f5 Create temporary linting file in system temp dir
  • 08e9619f5 DX: Update sibling debs to version supporting PHP8/PHPUnit9
  • 7a4f11368 minor #5186 Fix tests (SpacePossum)
  • bcfd44c0a Fix tests
  • 6d7da91e6 Merge branch '2.16'
  • 6752f76a6 fix test
  • a4f74533c Merge branch '2.15' into 2.16
  • 7ca31dd3f Fix test
  • 400cbc984 minor #5178 Fix tests (SpacePossum)
  • b1a2b3b5e Fix tests
  • d0f9be560 minor #5184 [FinalStaticAccessFixer] Handle new static() in final class (localheinz)
  • 5728b260b Merge branch '2.15' into 2.16
  • 31c782cb5 minor #5177 PHP8 (SpacePossum)
  • c09671368 minor #5174 Corrected linting error messages (GrahamCampbell)
  • 3057facfa PHP8.0
  • 2d444c4fc bug #5180 Always lint test cases with the stricter process linter (GrahamCampbell)
  • 1d2f24b9d Always lint test cases with the stricter process linter
  • 9b3605800 Enhancement: Handle new static() in final class
  • 3d0058b73 Corrected linting error messages
  • afaf95958 Merge branch '2.16'
  • 98f51e95e Merge branch '2.15' into 2.16
  • e646c0f20 minor #5173 Fix PHP8 RuleSet inherit (SpacePossum)
  • 6955d79f8 minor #5172 Remove accidentally inserted newlines (GrahamCampbell)
  • b6f3e4f9d bug #5068 Fixed php-cs-fixer crashes on input file syntax error (GrahamCampbell)
  • 3502c8af7 - Detect compile errors correctly - Fixed invalid syntax of test cases
  • 2f73da9e9 Fix PHP8 RuleSet inherit
  • 805ceb236 Remove accidentally inserted newlines
  • a361d218a minor #5169 PHP8 care package master (SpacePossum)
  • 3d9ba6af9 Merge branch '2.16'
  • 1e8740c5e minor #5170 Fix test on PHP8 (SpacePossum)
  • 3faec94ff Fix test on PHP8
  • 5c7e36e24 PHP8 care package master
  • 6ad3fc056 feature #4259 PsrAutoloadingFixer - introduction (kubawerlos)
  • 38d7ae027 Merge branch '2.16'
  • 60e3c3b94 Fix test
  • 787137778 Merge branch '2.15' into 2.16
  • 3f85b94bf minor #5112 DX: check file permissions (kubawerlos, SpacePossum)
  • 2384a730f feature #5166 PHP8 (SpacePossum)
  • a4d92e8e1 PHP8 care package
  • fea303ba0 PsrAutoloadingFixer - introduction
  • 3887f7765 fix test
  • 1edfd8ded test 2
  • 41d61ca05 test
  • d522e31cc feature #2619 PSR-5 @inheritdoc support (julienfalque)
  • 6df26b782 feature #4021 OperatorLinebreakFixer - Introduction (kubawerlos, SpacePossum)
  • c1563935c minor #5163 Fix CS (SpacePossum)
  • 715ec07b3 Add PSR-5 @inheritdoc support
  • 2327475d4 Fix CS
  • 9f8cc4dc7 Merge branch '2.16'
  • d509e6f19 Update CONTRIBUTING.md
  • dba58d6d4 Merge branch '2.15' into 2.16
  • cc5a38e5b bug #5113 TernaryOperatorSpacesFixer - handle goto labels (SpacePossum)
  • 314f42274 TernaryOperatorSpacesFixer - handle goto labels
  • 25bf411a2 minor #5161 minors (SpacePossum)
  • ef33705c4 minor #5148 Upgrade Xcode (kubawerlos)
  • 163710d52 minor #5133 RuleSetTest - Early return for boolean and detect more defaults (SpacePossum)
  • 77ac16f08 bug #5124 Fix TernaryToNullCoalescingFixer when dealing with object properties (HypeMC)
  • 4e11ec5dd minor #5122 Show runtime PHP version (kubawerlos)
  • ed834a6b3 Show runtime PHP version
  • 65d21b84a Fix tests on 3.0
  • df4d0fa76 better error when the directory of the cache does not exists
  • 750151fcf move
  • 00ddcf6f7 Add to project
  • a99775c98 handle goto labels
  • 26b8ff623 Fix TernaryToNullCoalescingFixer when dealing with object properties
  • 33a5be05b Merge branch '2.16'
  • 23ec31224 Merge branch '2.15' into 2.16
  • 70fe3d73d minor #5149 NoUnsetOnPropertyFixer - risky description tweaks (SpacePossum)
  • a29c2adbd NoUnsetOnPropertyFixer - risky description tweaks
  • 7e974d546 minor #5093 LambdaNotUsedImportFixer - add heredoc test (SpacePossum)
  • 886b521df feature #4005 GroupImportFixer - introduction (greeflas)
  • 648fcf9e5 GroupImportFixer - introduction
  • d35e70ca7 Merge branch '2.16'
  • dbcd3e7f4 Merge branch '2.15' into 2.16
  • 887adc868 minor #5139 revert some unneeded exclusions (SpacePossum)
  • ab76c0874 bug #5137 DoctrineAnnotationSpacesFixer - fix for typed properties (kubawerlos)
  • b58ee5642 DoctrineAnnotationSpacesFixer - fix for typed properties
  • 9749943ca minor #5132 Do not allow assignments in if statements (SpacePossum)
  • 5f7e25fe3 minor #5106 Symfony's finder already ignores vcs and dot files by default (GrahamCampbell)
  • 9095e3cbd bug #5105 ClassKeywordRemoveFixer - fix for fully qualified class (kubawerlos)
  • 639a4924c Upgrade Xcode
  • b8a0a12ea revert some unneeded exclusions
  • e9ddf4f01 Early return for boolean configuration, sort for array to detect more defaults.
  • d18741049 Do not allow assignments in if statements
  • 972c68975 Trigger CI
  • 1a34066f4 Fix file permissions
  • 914760770 Add checking file permissions
  • 0fb4382a4 Symfony's finder already ignores vcs and dot files by default
  • d73a5c581 ClassKeywordRemoveFixer - fix for fully qualified
  • 8418a3fd5 Add OperatorLinebreakFixer
  • 00c87c126 bug #5094 SwitchContinueToBreakFixer - do not support alternative syntax (SpacePossum)
  • e53ec307e SwitchContinueToBreakFixer - do not support alternative syntax
  • 758091e83 Merge branch '2.16' into master
  • bb9f72904 Merge branch '2.15' into 2.16
  • 0e3bfbf6a minor #5077 DX: add missing priority test between NoUnsetCastFixer and BinaryOperatorSpacesFixer (kubawerlos)
  • 392f4aba7 minor #4878 ArrayIndentationFixer - refactor (julienfalque)
  • 7732da5fc minor #5083 Update composer.json to prevent issue #5030 (mvorisek)
  • cc9789b6a Update composer.json to prevent issue #5030
  • 8bf516cc3 minor #5100 Fixed invalid PHP 5.6 syntax (GrahamCampbell)
  • 638077ce9 Fixed invalid PHP 5.6 syntax
  • 08527df4b LambdaNotUsedImportFixer - add heredoc test
  • e95ca194b Merge branch '2.16'
  • c586b8cb8 bug #5092 PhpdocToParamTypeFixer - remove not used option (SpacePossum)
  • a26b8353d Annotation - fix for Windows line endings
  • 8b71c7a6e PhpdocToParamTypeFixer - remove not used option
  • eeaec5e12 bug #5084 Fix for variables within string interpolation in lambda_not_used_import (GrahamCampbell)
  • acd9b991c Fix for variables within string interpolation in lambda_not_used_import
  • 395d072b2 minor #5025 PhpUnitDedicateAssertInternalTypeFixer - deprecate "target" option (kubawerlos)
  • 6c0c75500 Merge branch '2.16'
  • b1ac7c101 merge changes between 2.15 and 2.16
  • 26cba235f Merge branch '2.15' into 2.16
  • 7c665ec7a minor #5088 NoBreakCommentFixer - NoUselessElseFixer - priority test (SpacePossum)
  • 4c9dc584f bug #5087 NoAlternativeSyntaxFixer - add support for switch and declare (SpacePossum)
  • 02a63e3f2 bug #5065 TernaryOperatorSpacesFixer - fix for discovering ":" correctly (kubawerlos)
  • 726f0ae88 TernaryOperatorSpacesFixer - fix for discovering ":" correctly
  • 208c526ed minor #5056 DX: add missing priority test for indentation_type and phpdoc_indent (kubawerlos)
  • 2a9389ba2 bug #5054 PhpdocTypesFixer - fix for multidimensional array (kubawerlos)
  • 9ce507ca5 minor #5053 DX: cleanup FunctionTypehintSpaceFixer (kubawerlos)
  • 420e56a06 minor #5051 DX: move all tests from AutoReview\FixerTest to Test\AbstractFixerTestCase (kubawerlos)
  • 3941ffec3 minor #5050 DX: moving integration test for braces, indentation_type and no_break_comment into right place (kubawerlos)
  • d1c79b16c bug #5045 BacktickToShellExecFixer - add priority relation to NativeFunctionInvocationFixer and SingleQuoteFixer (kubawerlos)
  • 4bbb114b3 bug #5044 StandardizeIncrementFixer - fix handling static properties (kubawerlos)
  • 07548b5bb StandardizeIncrementFixer - fix handling static properties
  • 362f0dee6 bug #4378 PhpUnitNoExpectationAnnotationFixer - annotation in single line doc comment (kubawerlos)
  • 6a4eaae0d PhpUnitNoExpectationAnnotationFixer - annotation in single line doc comment
  • 45e6a08d6 Priority test for NoBreakComment and NoUselessElse
  • e276a9402 NoAlternativeSyntaxFixer - add support for switch and declare
  • 93bba8f08 Add no_unset_cast,binary_operator_spaces.test
  • 7ce1cc7b6 DX: add missing priority test for indentation_type and phpdoc_indent
  • 6311fc407 PhpdocTypesFixer - fix for multidimensional array
  • 8bdac40c0 DX: cleanup FunctionTypehintSpaceFixer
  • d402214bd Move all tests from AutoReview/FixerTest to Test/AbstractFixerTestCase
  • a183440f1 DX: moving integration tests for braces, indentation_type and no_break_comment into right place
  • 7b5f0af7b PhpUnitDedicateAssertInternalTypeFixer - deprecate "target" option
  • ae91c78d3 Merge branch '2.16'
  • ab2534b54 Merge branch '2.15' into 2.16
  • 43da94c43 Fix SCA
  • 67f2710f5 feature #4953 Add support for custom differ (paulhenri-l, SpacePossum)
  • a6ee23f37 feature #4942 OrderedClassElementsFixer - added support for abstract method sorting (carlalexander, SpacePossum)
  • cf4f8674e OrderedClassElementsFixer - added support for abstract method sorting
  • d749b9feb minor #4903 Docs: extend regular_callable_call rule docs (keradus, SpacePossum)
  • 75fd897c5 Merge branch '2.16'
  • e7471ebc8 Merge branch '2.15' into 2.16
  • 7405b4d38 bug #5006 PhpdocToParamTypeFixer - fix for breaking PHP syntax for type having reserved name (kubawerlos)
  • 76dde6f94 PhpdocToParamTypeFixer - fix for breaking PHP syntax for type having reserved name
  • 49397c26d bug #5038 HelpCommandTest - toString nested array (SpacePossum)
  • ef7b778ba HelpCommandTest - toString nested array
  • 5cd5a197f minor #5048 Allow composer/semver ^2.0 and ^3.0 (thomasvargiu)
  • 64038cf38 Update FakeDiffer.php
  • 5e32c7831 Allow composer/semver ^2.0 and ^3.0
  • 1abff2903 Update README.rst
  • 0fd785e2f Update src/Fixer/FunctionNotation/RegularCallableCallFixer.php
  • 7e5ffd7bc BacktickToShellExecFixer - add priority relation to NativeFunctionInvocationFixer and SingleQuoteFixer
  • 3ae7b254f minor #5037 FinalInternalClassFixer- Rename option (SpacePossum)
  • aaa7cb7e6 FinalInternalClassFixer- Rename option
  • 0d30fb2d2 Merge branch '2.16'
  • 8606f29d6 bug #5040 LinebreakAfterOpeningTagFixer - do not change code if linebreak already present (kubawerlos)
  • 0770a50c5 LinebreakAfterOpeningTagFixer - do not change code if linebreak already present
  • 9380e8c4a minor #5035 PhpdocToParamTypeFixer - Rename attribute (SpacePossum)
  • f14f6da6e bug #5032 SingleLineAfterImportsFixer - fix for line after import (and before another import) already added using CRLF (kubawerlos)
  • 6ab25f075 SingleLineAfterImportsFixer - fix for line after import (and before another import) already added using CRLF
  • 31dc4f734 bug #5016 NoSuperfluousPhpdocTagsFixer - fix for @return with @inheritdoc in description (kubawerlos)
  • 0c1b68f67 NoSuperfluousPhpdocTagsFixer - fix for @return with @inheritdoc in description
  • 4907a271b Merge branch '2.15' into 2.16
  • 70c47143e bug #5033 VoidReturnFixer - must run after NoSuperfluousPhpdocTagsFixer (kubawerlos)
  • a55987445 bug #5017 PhpdocTrimConsecutiveBlankLineSeparationFixer - must run after AlignMultilineCommentFixer (kubawerlos)
  • b37fdd32c Add support for custom differ
  • 8624c88d4 Rename attribute
  • f27a841da VoidReturnFixer - must run after NoSuperfluousPhpdocTagsFixer
  • 933a30c2b Merge branch '2.16'
  • 0ec327629 bumped version
  • c86bcc492 prepared the 2.16.4 release
  • 009313242 Merge branch '2.15' into 2.16
  • a8de87d6b bumped version
  • 1617a6e31 prepared the 2.15.8 release
  • 460a56919 Merge branch '2.16'
  • 691cf0a58 bug #5018 PhpdocScalarFixer - fix for comment with Windows line endings (kubawerlos)
  • 213c93e29 PhpdocScalarFixer - fix for comment with Windows line endings
  • 454672cca Merge branch '2.16'
  • 5e6aceac3 Merge branch '2.15' into 2.16
  • dfc4f077d bug #5029 SingleLineAfterImportsFixer - fix for line after import already added using CRLF (kubawerlos)
  • 588163328 SingleLineAfterImportsFixer - fix for line after import already added using CRLF
  • 140d38af2 minor #4920 Enhancement: Use DocBlock itself to make it multi-line (localheinz)
  • 204f63b9b Merge branch '2.15' into 2.16
  • 2d49b15f6 minor #5023 Fix issue templates (kubawerlos)
  • 088ec303f minor #5024 DX: add missing non-default code samples (kubawerlos)
  • e1d06c5b3 bug #5014 PhpdocToParamTypeFixer - fix for void as param (kubawerlos)
  • a373054b2 PhpdocToParamTypeFixer - fix for void as param
  • e32ab4ea0 bug #5012 StrictParamFixer - must run before NativeFunctionInvocationFixer (kubawerlos)
  • cde6216de bug #5011 SingleClassElementPerStatementFixer - must run before ClassAttributesSeparationFixer (kubawerlos)
  • 84a80cba3 SingleClassElementPerStatementFixer - must run before ClassAttributesSeparationFixer
  • 52e1417ed bug #5010 SimplifiedNullReturnFixer - must run before VoidReturnFixer (kubawerlos)
  • d58e3cb42 SimplifiedNullReturnFixer - must run before VoidReturnFixer
  • ff8ca0e89 bug #5009 NoEmptyCommentFixer - better handle comments sequence (kubawerlos)
  • f2cd33043 minor #5008 Enhancement: Social justification applied (gbyrka-fingo)
  • 9c4120b9f Enhancement: Social justification applied
  • 950c8a2b8 DX: add missing non-default code samples
  • ca392eb96 Fix issue templates
  • 556c3717b PhpdocTrimConsecutiveBlankLineSeparationFixer - must run after AlignMultilineCommentFixer
  • 5bec12d25 StrictParamFixer - must run before NativeFunctionInvocationFixer
  • 296de6086 NoEmptyCommentFixer - better handle comments sequence
  • 330861dfd Merge branch '2.16'
  • a4e94a96e Merge branch '2.15' into 2.16
  • c0d6a342f bug #4999 BlankLineBeforeStatementFixer - better comment handling (SpacePossum)
  • 10a1b757c BlankLineBeforeStatementFixer - better comment handling
  • 520e93128 bug #4996 NoEmptyCommentFixer - handle multiline comments (kubawerlos)
  • f83dc0823 NoEmptyCommentFixer - handle multiline comments
  • 83a4ac3d0 bug #4994 FinalInternalClassFixer - must run before ProtectedToPrivateFixer (kubawerlos)
  • 6ce78a0a8 bug #4963 PhpdocToReturnTypeFixer - fix for breaking PHP syntax for type having reserved name (kubawerlos, Slamdunk)
  • 2920da648 minor #4987 PhpdocAnnotationWithoutDotFixer - handle unicode characters using mb_* (SpacePossum)
  • 31baa0044 minor #4961 Assert all project source files are monolithic. (SpacePossum)
  • 39f127dad Assert all project source and test files contain a single classy.
  • 6d9993109 PhpdocAnnotationWithoutDotFixer - handle unicode characters using mb_*
  • 1893af20a Update naming
  • a8ff8f0d0 Cache reserved keyword list (Update php-http/discovery from 1.3.0 to 1.6.1 #4)
  • e8dbfc000 Add one more test
  • 5f5853d88 PhpdocToReturnTypeFixer - tests against all tokens
  • 2821dd230 FinalInternalClassFixer - must run before ProtectedToPrivateFixer
  • c084ea91e Merge branch '2.16'
  • 0d06f4732 Merge branch '2.15' into 2.16
  • 382e00e0c minor #4985 Fix tests with Symfony 5.1 (julienfalque)
  • 10dc54f9c Update ShellCheck download URL
  • 80244d878 Fix tests with Symfony 5.1
  • 88ae6d477 Merge branch '2.16'
  • c0f3b0a44 Fix risky description
  • bcc4cf381 Merge branch '2.15' into 2.16
  • 0d0511345 bug #4919 PhpUnitTestAnnotationFixer - fix function starting with "test" and having lowercase letter after (kubawerlos)
  • 8d831d3c2 bug #4978 ArrayIndentationFixer - must run after MethodArgumentSpaceFixer (kubawerlos)
  • c4c3720fa ArrayIndentationFixer - must run after MethodArgumentSpaceFixer
  • 6b3f163e7 minor #4981 Prevent error in CTTest::testConstants (for PHP8) (guilliamxavier)
  • da227021b PhpUnitTestAnnotationFixer - fix function starting with "test" and having lowercase letter after
  • ac59950ae minor #4973 DX: test "isRisky" method in fixer tests, not as auto review (kubawerlos)
  • 1d642ba4b minor #4948 Added describe command to readme (david, 8ctopus)
  • 7c4819cc8 Added describe command to readme
  • 1a121e075 Prevent error in CTTest::testConstants (for PHP8)
  • 8b0c51c2d minor #4980 Introduce new issue templates (julienfalque)
  • b62e02c58 minor #4982 Remove PHIVE (kubawerlos)
  • c27a13136 Remove PHIVE
  • 64fb3d6de Introduce new issue templates
  • 66b37df45 DX: test "isRisky" method in fixer tests, not as auto review
  • 9e85fc072 Merge branch '2.16'
  • 7ce9a682b Merge branch '2.15' into 2.16
  • 1579d6e98 minor #4976 Add instructions for PHPStan (julienfalque)
  • ae4cd6c8b minor #4974 Minor: Fix typo (ktomk)
  • 6a3df1433 minor #4975 Revert PHPStan level to 5 (julienfalque)
  • 449095e36 Minor: Fix typo
  • 05bdd1687 Add instructions for PHPStan
  • 560b468b7 Revert PHPStan level to 5
  • 17d0486b8 Merge branch '2.16'
  • 68356a4ab minor #4965 Fix PHPStan baseline (julienfalque)
  • 346429b97 Merge branch '2.15' into 2.16
  • 5f6b0edf2 minor #4964 Fix PHPStan baseline (julienfalque)
  • f09b0b9a9 Fix PHPStan baseline
  • 96e4e1a87 Fix PHPStan baseline
  • a27982e1f feature #4947 NativeConstantInvocation - Add "PHP_INT_SIZE" to SF rule set (kubawerlos)
  • 1418aef29 feature #4908 PhpUnitExpectationFixer - update for Phpunit 8.4 (ktomk)
  • ced50454f PhpUnitExpectationFixer - update for Phpunit 8.4
  • 7d0e65d59 Merge branch '2.16'
  • d4f90fd0b Merge branch '2.15' into 2.16
  • 13678571a bug #4962 MethodArgumentSpaceFixer - must run after MethodChainingIndentationFixer (kubawerlos)
  • 0bad12903 bug #4959 BlankLineBeforeStatementFixer - handle comment case (SpacePossum)
  • c2fff43ea bug #4958 OrderedImportsFixer - fix for trailing comma in group (kubawerlos)
  • 61caf1fbc OrderedImportsFixer - fix for trailing comma in group
  • ffee8fe24 minor #4957 DX: Check trailing spaces in project files only (ktomk)
  • 75f49dcf8 minor #4954 Config - Trim path (julienfalque)
  • de12ef2a9 minor #4930 DX: ensure PhpUnitNamespacedFixer handles all classes (kubawerlos)
  • 557c9a849 bug #4929 YodaStyleFixer - handling equals empty array (kubawerlos)
  • 1eecf1454 minor #4904 Increase PHPStan level to 8 with strict rules (julienfalque)
  • 77234a0ed BlankLineBeforeStatementFixer - handle comment case
  • a1ad76651 Fix: MethodArgumentSpaceFixer must run after MethodChainingIndentationFixer
  • 865d1ed32 DX: Check trailing spaces in project files only
  • dfffffff6 Trim path
  • b34429bd5 YodaStyleFixer - handling equals empty array
  • 09496f0f8 Merge branch '2.16'
  • 7d4bfbfcd Merge branch '2.15' into 2.16
  • e5de92119 minor #4949 Fixed build readme on Windows fails if using Git Bash (Mintty) (8ctopus)
  • 96ec6f7ca minor #4946 Allow "const" option on PHP <7.1 (julienfalque)
  • 1599cf231 minor #4940 Reject empty path (julienfalque)
  • 5fbbc1a7d bug #4934 YodaStyleFixer - fix for conditions weird are (kubawerlos)
  • 60dc742b0 YodaStyleFixer - fix for conditions weird are
  • 8e39a0a0f Fixed build readme on Windows fails if using Git Bash (Mintty)
  • fd92a7efe Add "PHP_INT_SIZE" to "native_constant_invocation" in Symfony rule set configuration
  • 1895c2ad9 Allow "const" option on PHP <7.1
  • 09d1d83c6 Merge branch '2.16'
  • f385e1b93 Merge branch '2.15' into 2.16
  • cb3bdd651 minor #4944 Fix grammar (julienfalque)
  • dcbc831d4 Merge branch '2.16'
  • 913e2d6fb Merge branch '2.15' into 2.16
  • 20a18478d minor #4931 DX: add test to ensure each target version in PhpUnitTargetVersion has its set in RuleSet (kubawerlos)
  • 355777e83 Fix grammar
  • 67f974342 Reject empty path
  • 9c5aa3b43 Increase PHPStan level to 8 with strict rules
  • e1bc8c44c Merge branch '2.16'
  • 6bc95cef6 Merge branch '2.15' into 2.16
  • d3ac7c18f minor #4932 DX: Travis CI config - fix warnings and infos (kubawerlos)
  • d8d3dbeb7 DX: Travis CI config - fix warnings and infos
  • d945442f3 bug #3893 Fix handling /** and */ on the same line as the first and/or last annotation (dmvdbrugge)
  • 968d09524 DX: add test to ensure each target version in PhpUnitTargetVersion has its set in RuleSet
  • 4917b7aa8 DX: ensure PhpUnitNamespacedFixer handles all classes
  • b5c617662 Enhancement: Use DocBlock itself to make it multi-line
  • ddcb7e792 Merge branch '2.16'
  • ddd873eee bumped version
  • 83baf823a prepared the 2.16.3 release
  • 316c2e75e Merge branch '2.15' into 2.16
  • 45e0d573c bumped version
  • d69fb62e3 prepared the 2.15.7 release
  • c2bc21b05 minor #4918 DX: do not fix ".phpt" files by default (kubawerlos)
  • 394662dc6 minor #4910 Add use_arrow_functions rule to PHP74Migration:risky set (keradus)
  • 09ea586c2 Merge branch '2.16'
  • b5b76c0d8 Merge branch '2.15' into 2.16
  • 0ac4405da bug #4915 Fix handling property PHPDocs with unsupported type (julienfalque)
  • ddaf702fe minor #4917 CircleCI - Bump xcode to 11.4 (GrahamCampbell)
  • 037c71baa Bumped xcode to 11.4
  • e56230b38 Refactor ArrayIndentationFixer
  • 38cb8bc4b Fix handling property PHPDocs with unsupported type
  • c20cf2773 DX: do not fix ".phpt" files by default
  • ef31e5a23 Add use_arrow_functions rule to PHP74Migration:risky set
  • 99fc6f155 Merge branch '2.16'
  • a147bcb47 Merge branch '2.15' into 2.16
  • 13492d152 minor #4916 Fix AppVeyor build (julienfalque)
  • 0c0a235cc Fix AppVeyor build
  • ad2356302 Fix handling /** and */ on the same line as the first and/or last annotation
  • 8e25383c7 Merge branch '2.16'
  • 53f3b42ab bumped version
  • c460a3cba prepared the 2.16.2 release
  • 21f52c74e Merge branch '2.15' into 2.16
  • a859aba2c bumped version
  • 8d352fc52 prepared the 2.15.6 release
  • c1f1fbb3c Merge branch '2.16'
  • ccd3b6736 Merge branch '2.15' into 2.16
  • 4893ab06e minor #4912 CI: Fix AppVeyor integration (keradus)
  • fa5daef8d Merge branch '2.15' into 2.16
  • 9640a311e bug #4911 PhpdocSeparationFixer - fix regression with lack of next line (keradus)
  • 323c594a7 PhpdocSeparationFixer - fix regression with lack of next line
  • 91bc78467 CI: Fix AppVeyor integration
  • 05201600f Merge branch '2.16'
  • a0cf95499 Merge branch '2.15' into 2.16
  • c86164cef minor #4909 DX: HeaderCommentFixer - use non-aliased version of option name in code (keradus)
  • 4b7d604ef DX: HeaderCommentFixer - use non-aliased version of option name in code
  • 63ad5135b Merge branch '2.15' into 2.16
  • 0945975fc bug #4870 HeaderCommentFixer - do not remove class docs (gharlan)
  • fac6996c4 HeaderCommentFixer - do not remove class docs
  • bd9771e66 feature #4778 UseArrowFunctionsFixer - introduction (gharlan)
  • 2463effcb bug #4895 Fix conflict between header_comment and declare_strict_types (BackEndTea, julienfalque)
  • adbb12eee minor #4905 Support composer v2 installed.json files (GrahamCampbell)
  • ee9841107 Fix header_comment/declare_strict_types conflict
  • db3d4157c Add test cases for header comment and declare strict
  • 9e7a55801 UseArrowFunctionsFixer - introduction
  • 5ad59b274 Merge branch '2.16'
  • e165e1014 Merge branch '2.15' into 2.16
  • 2a2c9db7d minor #4906 CI: use Composer stable release for AppVeyor (kubawerlos)
  • d8af51b8c CI: use Composer stable release for AppVeyor
  • 497ea9d4b Support composer v2 installed.json files
  • c6d1add12 Docs: extend regular_callable_call rule docs
  • 8919b0031 feature #4790 ArrayPushFixer - introduction (SpacePossum)
  • bb9b45aff minor #4900 Move "no_trailing_whitespace_in_string" to SF ruleset. (SpacePossum)
  • 9706e6ba6 Merge branch '2.16'
  • 77870388f Merge branch '2.15' into 2.16
  • 2fa8c6e71 minor #4899 Fix exception message format for fabbot.io (SpacePossum)
  • cad2c72e5 minor #4898 FixerTest - yield the data in AutoReview (Nyholm)
  • ef78c95e5 - Move "no_trailing_whitespace_in_string" to SF ruleset. - some SCA minors
  • 4400ea5db ArrayPushFixer - introduction
  • 94c4360d9 Yield the data in AutoReview/FixerTest
  • 3f6bfd36b Fix exception message format for fabbot.io
  • 98e354fa2 feature #4880 HeredocIndentationFixer - config option for indentation level (gharlan)
  • 8ac11ce69 feature #4875 ClassAttributesSeparationFixer - add option for no new lines between properties (adri, ruudk)
  • f960a05af feature #4863 NoTrailingWhitespaceInStringFixer - introduction (gharlan)
  • 63d4f1fcc Merge branch '2.16'
  • 8867b3511 minor #4894 DX: PhpdocToParamTypeFixer - improve typing (keradus)
  • b476ebb1c Merge branch '2.15' into 2.16
  • 0cb0ed7a7 minor #4892 CombineNestedDirnameFixer - Add space after comma (julienfalque)
  • adc54c1d9 minor #4849 Increase PHPStan level to 5 (julienfalque)
  • 1222c3759 Increase PHPStan level to 5
  • 6236ce2d6 Fixes method none case
  • 2ff9f7c37 DX: PhpdocToParamTypeFixer - improve typing
  • 8c74b31bf Support deprecated format
  • afa4ca80b CombineNestedDirnameFixer - Add space after comma
  • b03554d96 HeredocIndentationFixer - config option for indentation level
  • aa08cc50f Apply feedback
  • 8769cc455 Updates README
  • 97dc049fd Fix failing test
  • 1ca17477c Apply feedback
  • 8cd3cf885 New Feature: No new lines between properties
  • 591b7fa99 NoTrailingWhitespaceInStringFixer - introduction
  • f71cee903 minor #4872 Update RuleSet SF and PHP-CS-Fixer with new config for `no_extra_blan… (SpacePossum)
  • afdf0d432 Merge branch '2.16'
  • 9cf1d2eeb Merge branch '2.15' into 2.16
  • 3849cba1d bug #4871 NoExtraBlankLinesFixer - handle cases on same line (SpacePossum)
  • 7b209b9d6 minor #4865 Use latest xcode image (GrahamCampbell)
  • 08ae53118 NoExtraBlankLinesFixer - handle use cases on same line
  • 79d6ccde9 Update RuleSet
  • 6b1018916 Use latest xcode image
  • 002d3a493 Merge branch '2.16'
  • 3849a14a8 Merge branch '2.15' into 2.16
  • 6efbbe87c minor #4715 Enhancement: Install ergebnis/composer-normalize via Phive (localheinz)
  • f9fd46775 minor #4644 Docs: add info about "-vv..." (voku)
  • 2d7c0ee89 Docs: add info about &quot;-vv...&quot;
  • cbe9fb023 Enhancement: Install ergebnis/composer-normalize via Phive
  • 579dfe227 minor #4784 Travis CI - Use multiple keyservers (ktomk)
  • a68bd01b5 Travis CI - Use multiple keyservers
  • 2c12f9129 Merge branch '2.15' into 2.16
  • ab244d0d0 minor #4857 Fixed the unit tests (GrahamCampbell)
  • 8ec13766d Merge branch '2.16'
  • 8b8ac6253 Merge branch '2.15' into 2.16
  • de80472d2 Fixed the unit tests
  • 70e0c017a revert
  • a351cda10 revert
  • 93c04b476 revert
  • f354ac383 Merge branch '2.16'
  • 4537dea80 Merge branch '2.15' into 2.16
  • b67c5fd4f bug #4852 Priority issues (SpacePossum)
  • cc0ebc15e Priority issues
  • 57b10e35e bug #4846 FunctionsAnalyzer - better isGlobalFunctionCall detection (SpacePossum)
  • 76eebe3ba Merge branch '2.16'
  • cfa7d2e40 Merge branch '2.15' into 2.16
  • 088428f42 fix tests on 5.6
  • 6781fef33 bug #3911 PhpdocVarWithoutNameFixer - fix for properties only (dmvdbrugge)
  • 60c5ca1c4 PhpdocVarWithoutNameFixer - fix for properties only
  • 6172ba6b1 Merge branch '2.16'
  • 5f25ca02c minor #4850 Fix phpstan (SpacePossum)
  • 32fa18142 Fix phpstan
  • 6a3d5171c FunctionsAnalyzer - better isGlobalFunctionCall detection
  • 2a4cbf319 feature #4831 BlankLineBeforeStatementFixer - add yield from (SpacePossum)
  • 36676756a minor #4828 Deprecate Config::create() (DocFX)
  • 13db66a02 Merge branch '2.16'
  • 892e23cff minor #4843 NoSuperfluousPhpdocTagsFixer - fix typo in option description (OndraM)
  • d591ddeef Merge branch '2.15' into 2.16
  • 754e27e84 Fix merge issue
  • 7947a3a75 minor #4844 Same requirements for descriptions (SpacePossum)
  • 4def45b91 bug #4840 LineEndingFixer - T_CLOSE_TAG support, StringLineEndingFixer - T_INLI… (SpacePossum)
  • aa8e45f90 minor #4791 Increase PHPStan level to 3 (julienfalque)
  • 658136988 [Config] Deprecate the static Config constructor so that people can instantiate it with a name by following the README.rst instructions and use a custom one.
  • 4cbaf2736 Same requirements for descriptions
  • 83c8ea1a8 Increase PHPStan level to 3
  • a5d6ef5fd Fix typo in no_superfluous_phpdoc_tags
  • 8fb8bb640 BlankLineBeforeStatementFixer - add "yield from"
  • 522e81945 LineEndingFixer - T_CLOSE_TAG support, StringLineEndingFixer - T_INLINE_HTML support
  • 11dc64436 Merge branch '2.16'
  • d658dc020 Merge branch '2.15' into 2.16
  • ed34ddeda minor #4842 ReturnAssignmentFixer - Support more cases (julienfalque)
  • c0850b30b bug #4835 Remove duplicate "function_to_constant" from RuleSet (SpacePossum)
  • cd1a86858 minor #4839 2.15 - clean ups (SpacePossum)
  • 4b3718e60 2.15 - clean ups
  • 566b69e99 ReturnAssignmentFixer - Support more cases
  • 4ae15c7c2 Remove duplicate "function_to_constant" from RuleSet
  • 8ea37b1cf feature #4832 NoUnneededControlParenthesesFixer - add yield from (SpacePossum)
  • cdfdfb12a Merge branch '2.16'
  • 255e98836 Merge branch '2.15' into 2.16
  • d51dd1e8e bug #4830 TernaryToNullCoalescingFixer - handle yield from (SpacePossum)
  • 25fa90058 bug #4829 YodaStyleFixer - fix precedence for T_MOD_EQUAL and T_COALESCE_EQUAL (SpacePossum)
  • e8d6ed83f YodaStyleFixer - fix precedence for T_MOD_EQUAL and T_COALESCE_EQUAL
  • 3ce224dbb NoUnneededControlParenthesesFixer - add yield from
  • c07a1e1f7 TernaryToNullCoalescingFixer - handle yield from
  • 394905909 Merge branch '2.16'
  • 3e81b7b80 Merge branch '2.15' into 2.16
  • 261597e56 bug #4822 fix 2 bugs in phpdoc_line_span (lmichelin)
  • eba348731 bug #4825 GlobalNamespaceImportFixer - do not import global into global (SpacePossum)
  • 45902d2b1 GlobalNamespaceImportFixer - do not import global into global
  • f212ab479 bug #4824 NoUnusedImportsFixer - SingleLineAfterImportsFixer - fix priority (SpacePossum)
  • 9e8b7cf4d bug #4823 ReturnAssignmentFixer - repeat fix (SpacePossum)
  • 1294c5d6d bug #4813 BracesFixer - fix invalid code generation on alternative syntax (SpacePossum)
  • fd5a1cfeb BracesFixer - fix invalid code generation on alternative syntax
  • c8933cc0e bug #4809 Fix "braces" and "method_argument_space" priority (julienfalque)
  • 5eaaa6259 bug #4808 Modernize types casting fixer array curly (SpacePossum)
  • 1ea90104a Modernize types casting fixer array curly
  • cf412389a bug #4807 IncrementStyleFixer - handle after ")" (SpacePossum)
  • 864ed4d22 bug #3820 Braces - (re)indenting comment issues (SpacePossum)
  • 02fd9137e Braces - (re)indenting comment issues
  • eef6ec006 NoUnusedImportsFixer - SingleLineAfterImportsFixer - fix priority
  • 81dc827c6 ReturnAssignmentFixer - repeat fix
  • 746e3a147 fix bugs in phpdoc_line_span
  • b15f4c3ff Fix "braces" and "method_argument_space" priority
  • 90bc55f7c IncrementStyleFixer - handle after ")"
  • 5f2a80993 Merge branch '2.16'
  • 7164d81cb bug #4801 GlobalNamespaceImportFixer - fix docblock handling (gharlan)
  • 9e44e0bc6 GlobalNamespaceImportFixer - fix docblock handling
  • a8d774fac Merge branch '2.15' into 2.16
  • a4df7187a bug #4804 TokensAnalyzer::isUnarySuccessorOperator fix for array curly braces (SpacePossum)
  • e726cf524 minor #4803 FinalClassFixer - Doctrine\ORM\Mapping as ORM alias should not be required (localheinz)
  • a0591ecef minor #4785 Improve static analysis (enumag)
  • d53ad3239 TokensAnalyzer::isUnarySuccessorOperator fix for array curly braces
  • 4b7bbb34b Fix: Alias should not be required
  • 00d90cfe8 Improve static analysis
  • 0f0cd82cb feature #4800 NoUnneededFinalMethodFixer - Add "private_methods" option (SpacePossum)
  • 0e48a1b39 NoUnneededFinalMethodFixer - add option to disable fixing final private methods of non-final classes
  • 7a0e3beba minor #4802 Master cleanup (SpacePossum)
  • 3dae62900 clean ups
  • d4c491a61 minor #4782 Update RuleSets (SpacePossum)
  • 8aef10ee3 Update RuleSet of SF
  • 00473210d bug #4794 TernaryToElvisOperatorFixer - fix open tag with echo (SpacePossum)
  • a21c7a906 Merge branch '2.16'
  • 27b076ed2 Merge branch '2.15' into 2.16
  • 028132b72 minor #4797 clean ups (SpacePossum)
  • 18fc96c74 bug #4795 OrderedClassElementsFixer - Fix (SpacePossum)
  • e002aff38 minor #4788 Configurable fixers code sample (SpacePossum)
  • a836483da bug #4787 NoUnneededFinalMethodFixer - Mark as risky (SpacePossum)
  • 42a6d5287 bug #4783 NoSuperfluousPhpdocTagsFixer - fix for really big PHPDoc (kubawerlos, mvorisek)
  • e9e586f74 NoUnneededFinalMethodFixer - mark as risky
  • 68b3ead0d clean ups
  • 6c543dbfa OrderedClassElementsFixer - fix
  • afe5bd439 TernaryToElvisOperatorFixer - fix open tag with echo
  • 61b2d7811 Configurable fixer must have a code sample with configuration other than the default
  • e85093771 Merge branch '2.16'
  • 9b3716c62 Merge branch '2.15' into 2.16
  • f55e107a0 minor #4781 NoUnneededCurlyBracesFixer - handle namespaces (SpacePossum)
  • 6e3530775 NoUnneededCurlyBracesFixer - handle namespaces
  • d2220f728 Make regex compatible with large input/subject
  • a3ee65980 NoSuperfluousPhpdocTagsFixer - fix RegEx for really big PHPDoc - test
  • 6d89ed97f feature #4704 LambdaNotUsedImportFixer - introduction (SpacePossum)
  • 79e4dab88 feature #4741 TernaryToElvisOperatorFixer - introduction (SpacePossum)
  • 00e6149e3 Merge branch '2.16'
  • 45ec06c72 Merge branch '2.15' into 2.16
  • c96a06c17 minor #4774 DX: simplify Utils::camelCaseToUnderscore (kubawerlos)
  • b974c57bf DX: simplify Utils::camelCaseToUnderscore
  • 634a7654b minor #4772 NoUnneededFinalMethodFixer - update description (kubawerlos)
  • 3c09157de minor #4753 Do not apply any text/.git filters to fixtures (mvorisek)
  • 9eea6ad9a feature #4742 FunctionToConstantFixer - get_class($this) support (SpacePossum)
  • d06f50a49 minor #4724 DX: Simplify installing PCOV (kubawerlos)
  • 1c93905a8 FunctionToConstantFixer - get_class($this) support
  • c85625914 TernaryToElvisOperatorFixer - introduction
  • 6d4064fb9 LambdaNotUsedImportFixer - introduction
  • 1b9cab091 NoUnneededFinalMethodFixer - update description
  • 124bdff82 feature #4701 OrderedTraitsFixer - introduction (julienfalque)
  • d77d5ac13 feature #4012 BracesFixer - add "allow_single_line_anonymous_class_with_empty_body" option (kubawerlos)
  • 3c8f12acd Merge branch '2.16'
  • 5f240a335 Merge branch '2.15' into 2.16
  • a8385e56f minor #4766 Remove false test skip (SpacePossum)
  • d204d7213 minor #4767 Remove useless priority comments (kubawerlos)
  • 007c4769a minor #4769 DX: add missing priority tests (kubawerlos)
  • f1bf4bc43 OrderedTraitsFixer - Introduction
  • 81512e244 DX: add missing priority tests
  • 40ee90a1b BracesFixer - add "allow_single_line_anonymous_class_with_empty_body" option
  • e1456d69e Remove useless priority comments
  • 3b36d3495 Remove false test skip
  • 73a632c42 minor #4762 Rename simple_lambda_call to regular_callable_call (julienfalque)
  • a0db2be2e Merge branch '2.16'
  • 0b5f3b6ef Merge branch '2.15' into 2.16
  • 3c7473716 minor #4765 Add test on some return types (SpacePossum)
  • 204eb1536 Rename simple_lambda_call to regular_callable_call
  • 17180f75d Add test on some return types
  • 9f54b3f2f Merge branch '2.16'
  • 56e7a835d Merge branch '2.15' into 2.16
  • 8be78bec5 fix return
  • 3278b3624 Merge branch '2.16'
  • c3b98feb3 Merge branch '2.15' into 2.16
  • 2a91c430c minor #4758 Autoreview the PHPDoc of *Fixer::getPriority based on the priority map (SpacePossum)
  • 88d5f5f68 Autoreview the PHPDoc of *Fixer::getPriority based on the priority map
  • 2f46400ef feature #4740 NoAliasLanguageConstructCallFixer - introduction (SpacePossum)
  • 7b7e2408c feature #4590 SwitchContinueToBreakFixer - Introduction (SpacePossum)
  • ccca7dca2 bug #4752 SimpleLambdaCallFixer - bug fixes (SpacePossum)
  • 18215b12f Merge branch '2.16'
  • c5ef810ea Merge branch '2.15' into 2.16
  • 10642ed5d minor #4757 Test $expected is used before $input (SpacePossum)
  • 9ef3be350 bug #4759 Add more priority cases (SpacePossum)
  • 829f1fb72 bug #4761 NoSuperfluousElseifFixer - handle single line (SpacePossum)
  • 370609c31 SimpleLambdaCallFixer - bug fixes
  • 450821620 NoAliasLanguageConstructCallFixer - introduction
  • 80f83b626 SwitchContinueToBreakFixer - Introduction
  • d3cebb771 Test $expected is used before $input
  • 781336692 Add more priority cases
  • 513aef562 NoSuperfluousElseifFixer - handle sinle line
  • 3de25bd51 Merge branch '2.16'
  • acc2aad7c Merge branch '2.15' into 2.16
  • d022b6fcd LICENSE - bump year
  • d432e01ef bug #4749 TokensAnalyze::isUnaryPredecessorOperator fix for CT::T_ARRAY_INDEX_C… (SpacePossum)
  • 2e427d01f Do not apply any text/.git filters to fixtures
  • b9ae35464 TokensAnalyze::isUnaryPredecessorOperator fix for CT::T_ARRAY_INDEX_CURLY_BRACE_CLOSE
  • 61da0a4e0 CS
  • 05f8db70e feature #3253 Add SimplifiedIfReturnFixer (Slamdunk, SpacePossum)
  • 29c172038 Merge branch '2.16'
  • 6e374bf7c feature #4544 SimpleLambdaCallFixer - introduction (keradus)
  • 86b27fe4e minor #4673 FinalStaticAccessFixer - deprecate (julienfalque)
  • 273c74465 Merge branch '2.15' into 2.16
  • 0ca79a22b minor #4746 NoSuperfluousPhpdocTagsFixer - Remove for typed properties (PHP 7.4) (ruudk)
  • c9b87c3e5 minor #4736 NoUnusedImportsFixer - do not match variable name as import (SpacePossum)
  • 5d9d0e6f3 NoUnusedImportsFixer - do not match variable name as import
  • dd2f6ae71 bug #4710 SingleTraitInsertPerStatement - fix formatting for multiline "use" (kubawerlos)
  • a982efcfd SingleTraitInsertPerStatement - fix formatting for multiline &quot;use&quot;
  • abba0f3fe Remove superfluous phpdocs for typed properties (PHP 7.4)
  • 7e8c2600c Corrected fixer order
  • 96b9cb04b tweaks
  • 7dc209738 Performance improvement
  • 175db207a Make test case more explicit
  • ccd2e8e2e Preserve parenthesis: update integration tests
  • d93c7cc9e Preserve if parenthesis for clearer understanding of the outcome
  • 37dfdc34c Braceless: added more test cases
  • a9b906c46 Braceless: init
  • 5741d28f2 Support negative stataments too
  • aceb43495 Init development
  • 632574416 Fix merge duplicate row
  • e5a3dd676 feature #4679 NativeConstantInvocationFixer - add "strict" flag (kubawerlos)
  • 6f73629c3 Merge branch '2.16'
  • ba4381d55 Merge branch '2.15' into 2.16
  • 15cf1dbcf minor #4703 NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p… (SpacePossum)
  • 9b00309c5 NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
  • dd2857b97 minor #4377 CommentsAnalyzer - fix for declare before header comment (kubawerlos)
  • b27f23f2a CommentsAnalyzer - fix for declare before header comment
  • a8604fe8d bug #4630 FullyQualifiedStrictTypesFixer - Ignore partial class names which look like FQCNs (localheinz, SpacePossum)
  • 0785928fd FullyQualifiedStrictTypesFixer - Ignore partial class names which look like FQCNs
  • 6593e66d7 minor #4699 LineEndingFixer - handle "\r\r\n" (kubawerlos)
  • b465a7295 LineEndingFixer - handle &quot;\r\r\n&quot;
  • 289d85318 minor #4712 NoBlankLinesAfterPhpdocFixer — Do not strip newline between docblock and use statements (mollierobbert)
  • 43cf888ad Simplify installing PCOV
  • 74aae9127 NativeConstantInvocationFixer - add "strict" flag
  • 656a89c91 Deprecate final_static_access rule
  • 37fdc94bf Merge branch '2.16'
  • e42cf6b49 Merge branch '2.15' into 2.16
  • 8527c11e4 minor #4691 Run Travis CI on stable PHP 7.4 (kubawerlos)
  • 3b2583386 minor #4722 Fix Circle CI build (julienfalque)
  • 47d05711d Fix Circle CI build
  • 9f93a5163 DX: run Travis CI on stable PHP 7.4
  • 7e24cc67e Merge branch '2.16'
  • 4aa32c382 Merge branch '2.15' into 2.16
  • 608d274ae bug #4711 Ensure that files from "tests" directory in release are autoloaded (kubawerlos)
  • 06d97335b Ensure that files from &quot;tests&quot; directory in release are autoloaded
  • 89b57fa84 bug #4601 ClassKeywordRemoveFixer - Fix for namespace (yassine-ah, kubawerlos)
  • 91bc15f28 bug #4685 Improve Symfony 5 compatibility (keradus)
  • ccd44a29a bug #4675 NonPrintableCharacterFixer - fix for backslash and quotes when changing to escape sequences (kubawerlos)
  • 636510377 NonPrintableCharacterFixer - fix for backslash and quotes when changing to escape sequences
  • 1351cb14c minor #4707 Fix typos (TysonAndre)
  • 10c9ec63b When followed directly by a use declaration, the PhpDoc is most likely a file-level documentation block. Do not strip the newline after the documentation block in that case.
  • 95599e405 Fix typos
  • c0f4ebb55 feature #4493 Add echo_tag_syntax rule (mlocati, kubawerlos)
  • 601899d7e Make condition more clear in buildLongToShortTokens
  • abd4357f6 Using getNextNonWhitespace (Update blablacar/redis-client from v1.0.10 to v1.0.12 #1)
  • b9c2e0934 Add short_echo_tag fixer
  • 3fbf4d576 Merge branch '2.16'
  • 0396141af Merge branch '2.15' into 2.16
  • 40940df5d bug #4689 DeclareStrictTypesFixer - fix for "strict_types" set to "0" (kubawerlos)
  • 3e6478296 DeclareStrictTypesFixer - fix for &quot;strict_types&quot; set to &quot;0&quot;
  • f59ced9f6 minor #4693 Increase Travis CI Git clone depth (julienfalque)
  • fef1bab9e Merge branch '2.16'
  • 50a3a5859 Merge branch '2.15' into 2.16
  • befd688e9 bug #4690 PhpdocVarAnnotationCorrectOrderFixer - fix for multiline @var without type (kubawerlos)
  • 4e435e064 PhpdocVarAnnotationCorrectOrderFixer - fix for multiline @var without type
  • e1d4488b0 bug #4678 TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use" (kubawerlos)
  • f106e8cda Increase Travis CI Git clone depth
  • 30d3cfad2 bug #4661 ExplicitStringVariableFixer - variables pair if one is already explicit (kubawerlos)
  • 952bd43e1 bug #4688 TokensAnalyzer::isConstantInvocation - Fix detection for fully qualified return type (julienfalque)
  • d837727d2 bug #4682 Fix handling array type declaration in properties (julienfalque)
  • bcfd0b6f1 Fix detection for fully qualified return type
  • 03f6fd5bf Better Sf5 compatibility
  • fe3ead211 Fix handling array type declaration in properties
  • e98032df6 TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use"
  • f7d0e08fe Merge branch '2.16'
  • 9ac66c143 Merge branch '2.15' into 2.16
  • 1d0996d8f minor #4636 DX: do not check for PHPDBG when collecting coverage (kubawerlos)
  • 93efab532 ExplicitStringVariableFixer - variables pair if one is already explicit
  • 6ae130a6f Merge branch '2.16'
  • 343c2df2b bumped version
  • c8afb5998 prepared the 2.16.1 release
  • 57d2963aa Merge branch '2.15' into 2.16
  • 461b67697 bumped version
  • 06f39c79e prepared the 2.15.5 release
  • 5d96777de Merge branch '2.15' into 2.16
  • d46dda5f6 bug #4668 TokensAnalyzer::isConstantInvocation - fix for interface method return type (kubawerlos)
  • 512fcda8d TokensAnalyzer::isConstantInvocation - fix for interface method return type
  • 4687a7342 DX: do not check for PHPDBG when collecting coverage
  • 301e05989 Merge branch '2.16'
  • bfbf1b236 bug #4605 PhpdocToParamTypeFixer - cover more cases (keradus, julienfalque)
  • d465814dd Merge branch '2.16'
  • e72ce1339 Merge branch '2.15' into 2.16
  • dbe278f9b minor #4669 Enable execution under PHP 7.4 (keradus)
  • 121e0a613 Enable execution under PHP 7.4
  • cb3c87ae6 minor #4671 TravisTest - rewrite tests to allow last supported by tool PHP version to be snapshot (keradus)
  • 57058449f TravisTest - rewrite tests to allow last supported by tool PHP version to be snapshot
  • e60b2acb9 minor #4670 TravisTest - rewrite tests to allow last supported by tool PHP version to be snapshot (keradus)
  • 907868fe3 TravisTest - rewrite tests to allow last supported by tool PHP version to be snapshot
  • 1ef71ae56 fixup! PhpdocToParamTypeFixer - add failing cases
  • 4105c5f1a PhpdocToParamTypeFixer - add failing cases
  • 2e354f971 Merge branch '2.16'
  • 9d996dde8 Merge branch '2.15' into 2.16
  • d62f30186 bug #4641 Add typed properties test to VisibilityRequiredFixerTest (GawainLynch, julienfalque)
  • 976eaebc6 minor #4667 PhpUnitOrderedCoversFixer - stop using deprecated fixer (keradus)
  • e7f159c6a PhpUnitOrderedCoversFixer - stop using deprecated fixer
  • 6b3bec728 Fix test
  • 58cc5d6e6 Merge branch '2.16'
  • 888c32dd0 Merge branch '2.15' into 2.16
  • d394d3cd2 bug #4660 TokensAnalyzer::isConstantInvocation - fix for extending multiple interfaces (kubawerlos)
  • 5ada70bcc minor #4637 PHP 7.4 integration test (GawainLynch, julienfalque)
  • 47405b177 Merge branch '2.15' into 2.16
  • 5e10e95a8 bug #4654 ArrayIndentationFixer - Fix array indentation for multiline values (julienfalque)
  • 2537d90d9 bug #4638 Ensure compatibility with PHP 7.4 (julienfalque)
  • 204320d71 Merge branch '2.16'
  • 5f93e38c2 Merge branch '2.15' into 2.16
  • 24ee1c36c minor #4645 Check PHP extensions on runtime (kubawerlos)
  • 6af63486f Check PHP extensions on runtime
  • eaf32944d minor #4643 DX: Update .gitattributes and move ci-integration.sh to root of the project (kubawerlos, keradus)
  • e2e29f498 Merge branch '2.16'
  • 975646799 DX: .gitattributes - sort entries
  • b24b0a979 Merge branch '2.15' into 2.16
  • ac19b3a58 bug #4476 FunctionsAnalyzer - add "isTheSameClassCall" for correct verifying of function calls (kubawerlos)
  • a4513fafe minor #4634 Make all options snake_case (kubawerlos)
  • 32367c98e minor #4655 Improve docs - README (mvorisek)
  • 6ba5cbde8 Improve docs - README
  • d09db606f Merge branch '2.16'
  • 775b70654 Merge branch '2.15' into 2.16
  • 027375221 minor #4662 DX: generate headers in README.rst (kubawerlos)
  • db78f9c5d DX: generate headers in README.rst
  • 7e61d488a Merge branch '2.16'
  • 653f619fd Merge branch '2.15' into 2.16
  • f719c7efb TokensAnalyzer::isConstantInvocation - fix for extending multiple interfaces
  • 82b6e2b0a minor #4608 Allow Symfony 5 components (l-vo)
  • 1ff5263d8 Allow Symfony 5 components
  • d65fee33d Fix array indentation for multiline values
  • e5d787661 Merge branch '2.16'
  • b1e0b63b1 feature #4569 PhpdocOrderByValueFixer - Introduction (localheinz)
  • 8c0a85f87 PhpdocOrderByValueFixer - Introduction
  • 00c70d12a minor #4623 README - Mark up as code (localheinz)
  • 6f06ad90a bug #4632 NullableTypeDeclarationForDefaultNullValueFixer - fix for not lowercase "null" (kubawerlos)
  • 4bac4874f NullableTypeDeclarationForDefaultNullValueFixer - fix for not lowercase &quot;null&quot;
  • 38d3ebb40 Merge branch '2.16'
  • 02b4f3b93 bug #4626 FinalPublicMethodForAbstractClassFixer - Do not attempt to mark abstract public methods as final (localheinz)
  • dcae93f7a FinalPublicMethodForAbstractClassFixer - Do not attempt to mark abstract public methods as final
  • 06b418fea Merge branch '2.15' into 2.16
  • 55d576c35 minor #4622 Disallow PHP 7.4 failures on Travis CI (julienfalque)
  • d77b693d4 Update .gitattributes and move ci-integration.sh to root of the project
  • 7bed9a257 Add array typed properties VisibilityRequiredFixerTest::testFix74
  • fd4130a29 Ensure compatibility with PHP 7.4
  • 6cb32e6f6 Disable phpmd when no PHP file changed
  • 5e79ab3c4 PHP 7.4 integration test
  • 369a7b125 Make all options snake_case
  • f398f5dcc ClassKeywordRemoveFixer - fix for namespace
  • 73499543f add a failed condition for issue #4555
  • fe5d57076 FunctionsAnalyzer - add "isTheSameClassCall" for correct verifying of function calls
  • 5e93aa929 Disallow PHP 7.4 failures on Travis CI
  • fdcc87eb8 Fix: Mark up as code
  • f2928db9b bumped version
  • 3e5dd53a0 bumped version
  • ceaff36be prepared the 2.16.0 release
  • 5e700ac27 Merge branch '2.15' into 2.16
  • 83460b58d bumped version
  • a8e1c7e0c prepared the 2.15.4 release
  • c8ba40fd1 Merge branch '2.15'
  • b0aec5bf1 Add Sponsor badge
  • e6e1f2d92 minor #4588 Fix STDIN test when path is one level deep (julienfalque)
  • d44b18b5e minor #4597 Fix PHP 7.4 deprecation notices (julienfalque)
  • 1620256d6 minor #4600 Ensure compatibility with PHP 7.4 arrow functions (julienfalque)
  • fcc978406 Fix STDIN test when path is one level deep
  • c5694c149 Fix PHP 7.4 deprecation notices
  • 814df6b8d Ensure compatibility with PHP 7.4 arrow functions
  • d328d21c0 Merge branch '2.15'
  • 189994880 minor #4593 Ensure compatibility with PHP 7.4 typed properties (julienfalque)
  • 4d11c73fa minor #4603 Ensure compatibility with PHP 7.4 null coalescing assignment operator (julienfalque)
  • 4088ff5c5 Ensure compatibility with PHP 7.4 null coalescing assignment operator
  • 47b0ef50c minor #4602 Ensure compatibility with PHP 7.4 spread operator in array expression (julienfalque)
  • 3cd398eb0 Ensure compatibility with PHP 7.4 typed properties
  • 1f34525aa Ensure compatibility with PHP 7.4 spread operator in array expression
  • 99a15f210 minor #4596 Ensure compatibility with PHP 7.4 numeric literal separator (julienfalque)
  • 3f1c1ec7e Merge branch '2.15'
  • 07de2cb92 bug #4572 TokensAnalyzer - handle nested anonymous classes (SpacePossum)
  • 32369ddf0 Merge branch '2.15'
  • f91d5c49c bug #4586 BracesFixer - handle dynamic static method call (SpacePossum)
  • 3eefd32c9 minor #4621 Add single_line_throw to Symfony ruleset (keradus)
  • 185229346 TokensAnalyzer - handle nested anonymous classes
  • 8ba82ef73 Merge branch '2.15'
  • 9dbf5850e minor #4584 Increase PHPStan level to 1 (julienfalque)
  • c5f71b7b5 Increase PHPStan level to 1
  • b53568f90 Add single_line_throw to Symfony ruleset
  • cb8579170 feature #3928 Add FinalPublicMethodForAbstractClassFixer (Slamdunk)
  • eef2c6b14 feature #4452 Add SingleLineThrowFixer (kubawerlos)
  • 239938dea BracesFixer - handle dynamic static method call
  • 605b83faa Merge branch '2.15'
  • 8587bcb39 bug #4609 PhpdocTypesOrderFixer - Prevent unexpected default value change (laurent35240)
  • 6d8415807 Merge branch '2.15'
  • ff49cecdd minor #4595 Import cannot be used after :: so can be removed (SpacePossum)
  • 7a3f81db9 bug #4594 Braces - fix both single line comment styles (SpacePossum)
  • c775cbbab minor #4589 PhpdocToReturnType - Add support for Foo[][] (SpacePossum)
  • d731065be minor #4587 Output details - Explain why a file was skipped (SpacePossum)
  • 4a94eb7b5 Add SingleLineThrowFixer
  • 19f823c6c Add FinalPublicMethodForAbstractClassFixer
  • 7d7ff6c45 Output details - Explain why a file was skipped
  • 8b8eca0a5 PhpdocTypesOrderFixer - Prevent unexpected default value change
  • 35e96edc5 PhpdocToReturnType - Add support for Foo[][].
  • 28cc160de Braces - fix both single line comment styles
  • a2771a828 Import cannot be used after :: so can be removed.
  • 9f6864257 Merge branch '2.15'
  • f031f2343 minor #4585 Fix deprecation notices (julienfalque)
  • 50f269e68 minor #4607 Configure no_superfluous_phpdoc_tags for Symfony (keradus)
  • f4b84e5d9 Configure no_superfluous_phpdoc_tags for Symfony
  • 2dae418c6 Merge branch '2.15'
  • 681e7f979 minor #4606 Configure no_superfluous_phpdoc_tags for Symfony (keradus)
  • d25010b1b Configure no_superfluous_phpdoc_tags for Symfony
  • c81295ca3 Fix deprecation notices
  • 4fe64f1cf minor #4619 Fix PHP 7.3 strict mode warnings (keradus)
  • 920eb1860 Fix PHP 7.3 strict mode warnings
  • 087a1da8a Merge branch '2.15'
  • 5f9df9a1c minor #4618 DX: fix usage of deprecated options (0x450x6c)
  • d8b453925 minor #4615 Remove workaround for dev-tools install reg. Phive (ktomk)
  • df4c9b5a9 DX: fix usage of deprecated options
  • dceadc4be Remove workaround for dev-tools install reg. Phive
  • a774200a2 Merge branch '2.15'
  • 67efb68e6 minor #4610 Travis CI - Update known files list (julienfalque)
  • d481be5ac Update known files list
  • 031c5731b Merge branch '2.15'
  • bfea45c75 minor #4550 DX: travis_retry for dev-tools install (ktomk, keradus)
  • 2dadad5eb DX: travis_retry for dev-tools install
  • ddb01689c Ensure compatibility with PHP 7.4 numeric literal separator
  • 18e95e487 feature #4355 GlobalNamespaceImportFixer - Introduction (gharlan)
  • 41fe1f493 GlobalNamespaceImportFixer - Introduction
  • c0d9d5aec feature #4583 Phpdoc to param type fixer rebase (jg-development)
  • 2f959abc6 PhpdocToParamTypeFixer - introduction
  • f88a5e7e9 Merge branch '2.15'
  • 5274ce3d3200a2b374baa42143cb9dfcdcc2fa52 ...more commits found, but message is too long for PR

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@codecov
Copy link

codecov bot commented Dec 8, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@493e127). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #13   +/-   ##
========================================
  Coverage          ?   0.00%           
  Complexity        ?     531           
========================================
  Files             ?     112           
  Lines             ?    1758           
  Branches          ?       0           
========================================
  Hits              ?       0           
  Misses            ?    1758           
  Partials          ?       0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 493e127...e7fde9d. Read the comment docs.

@truls1502
Copy link
Member

This will now be closed, since it has been superseded by #27.

@truls1502 truls1502 closed this Jul 13, 2022
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.

2 participants