Skip to content

Update friendsofphp/php-cs-fixer from v2.8.0 to v2.19.3#27

Closed
violinist-bot wants to merge 1 commit intoSignWo:masterfrom
violinist-dev:friendsofphpphpcsfixerv280v2193
Closed

Update friendsofphp/php-cs-fixer from v2.8.0 to v2.19.3#27
violinist-bot wants to merge 1 commit intoSignWo:masterfrom
violinist-dev:friendsofphpphpcsfixerv280v2193

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)
  • gecko-packages/gecko-php-unit v2.2 (package was removed)
  • composer/semver: 3.2.6 (updated from 1.4.2)
  • composer/xdebug-handler: 2.0.2 (new package, previously not installed)
  • friendsofphp/php-cs-fixer: v2.19.3 (updated from v2.8.0)
  • paragonie/random_compat: v2.0.20 (updated from v2.0.11)
  • php-cs-fixer/diff: v1.3.1 (updated from v1.2.0)
  • psr/log: 1.1.4 (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:

  • 75ac86f33 prepared the 2.19.3 release
  • 29691a162 minor #6060 DX: Add upgrade guide link when next Major is available (keradus)
  • b607104e8 DX: Add upgrade guide link when next Major is available
  • d5c737c2e prepared the 2.19.2 release
  • c4bdd91c2 bug #5881 SelfUpdateCommand - fix link to UPGRADE docs (keradus)
  • c1c011e10 SelfUpdateCommand - fix link to UPGRADE docs
  • 4d0993024 bumped version
  • 1fa4af928 prepared the 2.19.1 release
  • 4eb5227ee minor #5827 ClassAttributesSeparationFixer - Add trait_import support (SpacePossum)
  • 51f81160c ClassAttributesSeparationFixer - Add trait_import support
  • 0552e59d9 bug #5799 TypeAlternationTransformer - fix for multiple function parameters (kubawerlos)
  • 7b18f04ea bug #5791 NoBlankLinesAfterPhpdoc - Add T_NAMESPACE in array of forbidden successors (paulbalandan)
  • e4dd5a61e Add T_NAMESPACE in array of forbidden successors
  • d7c45649d bug #5693 YodaStyleFixer - fix for assignment operators (kubawerlos)
  • d684396c6 TypeAlternationTransformer - fix for multiple function parameters
  • ac14f61d6 YodaStyleFixer - fix for assignment operators
  • 5ad085314 minor #5826 SCA: check both composer files (keradus)
  • 2547fa4cf SCA: check both composer files
  • 94324439a minor #5747 RandomApiMigrationFixer - better docs and better "random_int" support (SpacePossum)
  • 1759995bc bug #5690 PhpUnitNoExpectationAnnotationFixer - fix "expectedException" annotation with message below (kubawerlos)
  • 35cabc535 PhpUnitNoExpectationAnnotationFixer - fix "expectedException" annotation with message below
  • 99375f35c minor #5808 Update PHPStan to 0.12.92 (kubawerlos)
  • 4faf12e77 bug #5817 NativeFunctionTypeDeclarationCasingFixer - fix for union types (kubawerlos)
  • b0fd42cdf NativeFunctionTypeDeclarationCasingFixer - fix for union types
  • d6a2dc692 bug #5804 NoBreakCommentFixer - fix for "default" in "match" (kubawerlos)
  • af317e442 bug #5805 SingleLineCommentStyleFixer - run after HeaderCommentFixer (kubawerlos)
  • 27dc57d2e bug #5823 YodaStyleFixer - yield support (SpacePossum)
  • d3dc0fba8 YodaStyleFixer - yield support
  • 7c196db23 minor #5824 Deprecate v2 (keradus)
  • cfa2df615 Deprecate v2
  • 0d01a5198 minor #5825 DX: update checkbashisms to v2.21.3 (keradus)
  • cf0787466 DX: update checkbashisms to v2.21.3
  • 1dd11d308 RandomApiMigrationFixer - better docs and checks for "random_int"
  • 748102785 SingleLineCommentStyleFixer - run after HeaderCommentFixer
  • 88f365576 NoBreakCommentFixer - fix for "default" in "match"
  • 44707a438 Update PHPStan to 0.12.92
  • b15ab5ff3 bug #5783 StaticLambdaFixer - consider parent:: as a possible reference to $this (fancyweb)
  • 1afc42430 StaticLambdaFixer - consider parent:: as a possible reference to $this
  • a17bb6026 minor #5789 DX: update PHPStan (kubawerlos)
  • 8c7af2aaa DX: update PHPStan
  • bddb80c8a bug #5781 ClassDefinition - fix for anonymous class with trailing comma (kubawerlos)
  • 97ebf566a ClassDefinition - fix for anonymous class with trailing comma
  • 666f18fa1 minor #5748 Updated the link to netbeans plugins page (cyberguroo)
  • a6156b9b7 Updated the link to netbeans plugins page
  • d76088f89 minor #5752 NoNullPropertyInitializationFixer - fix static properties as well (HypeMC)
  • 43ce7a094 bug #5769 Fix priority between phpdoc_to_property_type and no_superfluous_phpdoc_tags (julienfalque)
  • 94f9b04d0 bug #5774 FunctionsAnalyzer::isTheSameClassCall - fix for $this with double colon following (kubawerlos)
  • 13cd44920 minor #5777 DX: update PHPStan (kubawerlos)
  • cabc85d58 bug #5779 SingleLineThrowFixer - fix for throw in match (kubawerlos)
  • 4848de946 bug #5738 TokensAnalyzer - fix for union types (kubawerlos)
  • f3ac3970f TokensAnalyzer - fix for union types
  • 726ec9c34 SingleLineThrowFixer - fix for throw in match
  • c613bcf0d DX: update PHPStan
  • 2a6e45ba7 FunctionsAnalyzer::isTheSameClassCall - fix for $this with double colon following
  • 237fbd2ac Fix priority between phpdoc_to_property_type and no_superfluous_phpdoc_tags
  • a41998cc2 minor #5761 Fix links in custom rules documentation (julienfalque)
  • 318045075 minor #5717 Run migration rules on PHP 8 (kubawerlos, keradus)
  • 25e67e3b6 Run migration rules on PHP 8
  • 8d9a5e60f minor #5750 Test all const are in uppercase (SpacePossum)
  • 62c3af85c Test all const are in uppercase
  • 001d134ca bug #5688 ArrayIndentationFixer - fix for really long arrays (kubawerlos)
  • 98a58618c minor #5756 Fix rule sets descriptions (kubawerlos)
  • 3941a0113 Fix rule sets descriptions
  • 7c4728c4f bug #5741 Fix constant invocation detection cases (kubawerlos)
  • 642d0f8a5 Fix links in custom rules documentation
  • f33e72fb3 NoNullPropertyInitializationFixer - fix static properties as well
  • 15ddc2044 minor #5746 Config - Improve deprecation message with details (SpacePossum)
  • 41ca74a5f Config - Improve deprecation message with details
  • 218d611bf bug #5718 VoidReturnFixer - do not break syntax with magic methods (kubawerlos)
  • 9c2dd48fc VoidReturnFixer - do not break syntax with magic methods
  • fc67248da bug #5727 SingleSpaceAfterConstructFixer - Add support for namespace (julienfalque)
  • 98a9bb6ad SingleSpaceAfterConstructFixer - Add support for namespace
  • d52875dc8 Fix constant invocation detection cases
  • 996581169 minor #5740 DX: more type-related docblocks (keradus)
  • e70c6d206 DX: more type-related docblocks
  • 4348684ed bug #5730 Fix transforming deprecations into exceptions (julienfalque)
  • b8ce75822 minor #5731 CI - Fix checkbashisms installation (julienfalque)
  • 1e87e61ac minor #5725 Update LICENSE (exussum12)
  • efdd8145e minor #5721 Fix reStructuredText markup (julienfalque)
  • e63f5315a Fix checkbashisms installation
  • 6f74ce369 Fix transforming deprecations into exceptions
  • 68ba302a5 Update LICENSE
  • f3e46204b Fix reStructuredText markup
  • e17cdb2ad ArrayIndentationFixer - fix for really long arrays
  • f196ab00f minor #4914 Improve PHPDoc types support (julienfalque, keradus)
  • fd4a77078 Improve PHPDoc types support
  • 25f9db19e bug #5395 PhpdocTagTypeFixer: Do not modify array shapes (localheinz, julienfalque)
  • 750cb1fdb bug #5678 UseArrowFunctionsFixer - fix for return without value (kubawerlos)
  • ddd82cbd7 UseArrowFunctionsFixer - fix for return without value
  • 281fc00bf bug #5681 RegularCallableCallFixer - fix for function name with escaped slash (kubawerlos)
  • 6957db2c7 RegularCallableCallFixer - fix for function name with escaped slash
  • 2de2e4850 bug #5687 FinalInternalClassFixer - fix for annotation with space after "@" (kubawerlos)
  • 1f4d978e4 FinalInternalClassFixer - fix for annotation with space after "@"
  • 9cdc661a2 bug #5703 DateTimeImmutableFixer - fix for method definition (kubawerlos)
  • e43e58207 DateTimeImmutableFixer - fix for method definition
  • 47b7c3f19 bug #5702 CommentToPhpdocFixer - fix for single line comments starting with more than 2 slashes (kubawerlos)
  • be9ab5381 CommentToPhpdocFixer - fix for single line comments starting with more than 2 slashes
  • f30a9c448 minor #5694 DX: fail on risky tests (kubawerlos)
  • a7795b566 bug #5679 PhpUnitNamespacedFixer - do not try to fix constant usage (kubawerlos)
  • dd83563b8 PhpUnitNamespacedFixer - do not try to fix constant usage
  • 4c8978f8f minor #5680 DX: benchmark.sh - ensure deps are updated to enable script working across less-similar branches (keradus)
  • f836906d8 DX: benchmark.sh - ensure deps are updated to enable script working across less-similar branches
  • 98ad48283 minor #5689 Calculate code coverage on PHP 8 (kubawerlos)
  • acc1806c2 Calculate code coverage on PHP 8
  • f2f6e3b66 minor #5695 Utils - save only unique deprecations to avoid memory issues (PetrHeinz)
  • b9a839e59 Utils - save only unique deprecations to avoid memory issues
  • 1f0af68cf bug #5697 StrictParamFixer - fix for method definition (kubawerlos)
  • 0ec47e612 StrictParamFixer - fix for method definition
  • fff6df169 minor #5710 [typo] add correct backquotes (PhilETaylor)
  • cf2fbf6db [typo] add correct backquotes
  • cfc28fd32 Fix failing test
  • 7016f0b24 Enhancement: Assert that PhpdocTagTypeFixer does not touch array shapes
  • 43fd57e4a DX: fail on risky tests
  • 714e1922c bumped version
  • d5b8a9d85 prepared the 2.19.0 release
  • dee127745 Merge branch '2.18'
  • b3281bbe0 prepared the 2.18.7 release
  • 45987c9fc feature #5674 UX: Display deprecations to end-user (keradus)
  • c5d661473 Merge branch '2.18'
  • d6428ab71 bug #5673 GroupImportFixer - Fix failing case (julienfalque)
  • 9f6f63c31 Merge branch '2.18'
  • 3fadaeeb8 bug #5671 PhpdocToParamTypeFixer - do not change function call (kubawerlos)
  • a746cb766 PhpdocToParamTypeFixer - do not change function call
  • 7474d0046 Merge branch '2.18'
  • c8472bbf6 bug #5670 PhpUnitNamespacedFixer - do not try to fix constant (kubawerlos)
  • de44afe55 UX: Display deprecations to end-user
  • c4998e539 minor #5672 DX: do not test deprecated fixer (kubawerlos)
  • b0360f1db DX: do not test deprecated fixer
  • 2b1e42ee3 Fix group_import failing case
  • 6da4910a2 PhpUnitNamespacedFixer - do not try to fix constant
  • 569847448 feature #4592 PhpdocToPropertyTypeFixer - introduction (julienfalque)
  • 0382be55e PhpdocToPropertyTypeFixer - introduction
  • 24e93912d Merge branch '2.18'
  • db7e1f171 minor #4591 Refactor conversion of PHPDoc to type declarations (julienfalque, keradus)
  • 462260d4b Refactor conversion of PHPDoc to type declarations
  • e9c4f77b3 feature #4238 TrailingCommaInMultilineFixer - introduction (kubawerlos)
  • 5b36241fa TrailingCommaInMultilineFixer - introduction
  • 3d7e47c64 Merge branch '2.18'
  • 4961df42d minor #5663 DX: do not abuse "inheritdoc" tag (kubawerlos)
  • 7da60a00f DX: do not abuse "inheritdoc" tag
  • 351fc9c97 Merge branch '2.18'
  • f2e555a91 bug #5665 NullableTypeDeclarationForDefaultNullValueFixer - fix for nullable with attribute (kubawerlos)
  • 068aedb84 NullableTypeDeclarationForDefaultNullValueFixer - fix for nullable with attribute
  • 2afccccaa Merge branch '2.18'
  • 086989089 minor #5611 DX: use method expectDeprecation from Symfony Bridge instead of annotation (kubawerlos)
  • 59511c76d Merge branch '2.18'
  • 7e0f3fb09 minor #5664 DX: code grooming (keradus)
  • 7329d6a8d DX: code grooming
  • 0e5b74046 minor #5662 Change wording from "merge" to "intersect" (jschaedl)
  • 2aa3f0ac7 Merge branch '2.18'
  • 8054f4cc1 minor #5661 DX: remove PHPStan exceptions for "tests" from phpstan.neon (kubawerlos)
  • 93f1df5be bug #5660 TypeAlternationTransformer - fix for "array" type in type alternation (kubawerlos)
  • e3624355a TypeAlternationTransformer - fix for "array" type in type alternation
  • 5cc310d36 Change wording from "merge" to "intersect"
  • 7d32ab204 DX: remove PHPStan exceptions for "tests" from phpstan.neon
  • e3e04756f Merge branch '2.18'
  • c2f6aa3d9 minor #5658 DX: use constants in tests for Fixer configuration (keradus)
  • 4faf827e7 DX: use constants in tests for Fixer configuration
  • 4ff0e95dd Merge branch '2.18'
  • fe2e08f41 bug #5654 SingleLineThrowFixer - fix for match expression (kubawerlos)
  • 2cdaf4705 feature #5635 Add list-sets command (keradus)
  • ddf9c0e18 Add list-sets command
  • 2c613377a Merge branch '2.18'
  • b11b6b17f SingleLineThrowFixer - fix for match expression
  • 4353039cf bug #5593 SingleLineThrowFixer - fix handling anonymous classes (kubawerlos)
  • c73f60a64 SingleLineThrowFixer - fix handling anonymous classes
  • ab5358e4f Merge branch '2.18'
  • 57c52b6c9 bumped version
  • 5fed21499 prepared the 2.18.6 release
  • 5eaa06b4e Merge branch '2.18'
  • e7a92aae5 minor #5639 Move fix reports (classes and schemas) (keradus)
  • 552bf4261 Move fix reports (classes and schemas)
  • 43ed7e468 Merge branch '2.18'
  • 2638d59d1 minor #5646 Cleanup YodaStyleFixerTest (kubawerlos)
  • 9aad69e9a Cleanup YodaStyleFixerTest
  • 3a6c1b431 Merge branch '2.18'
  • dd17ef91f minor #5564 DX: make integration tests matching entries in FixerFactoryTest (kubawerlos)
  • 83006dbf7 minor #5633 fix typos (staabm)
  • 283e73126 Merge branch '2.18'
  • e89da2d52 minor #5637 DX: do not calculate bitmap via helper anymore (keradus)
  • 2e54b0635 DX: do not calculate bitmap via helper anymore
  • d29da4a18 minor #5642 Deprecate parameter of Token::toJson() (keradus)
  • 0acd4d5f3 minor #5636 DX: remove 'create' method in internal classes (keradus)
  • 3cc28f8ee DX: remove 'create' method in internal classes
  • cf977aa87 minor #5640 DX: use constants for PHPUnit version (keradus)
  • bea067065 DX: use constants for PHPUnit version
  • 4566a26d9 Deprecate parameter of Token::toJson()
  • c9ec8a678 Use method expectDeprecation from Symfony Bridge instead of annotation
  • 1ba9de8f4 fix typos
  • 3799baf7e feature #5390 feature #4024 added a list-files command (clxmstaab, keradus)
  • ed65a9efe Update doc/usage.rst
  • c95d4301e Update doc/usage.rst
  • 372591b40 Merge branch '2.18'
  • c990a1336 bug #5630 PhpdocTypesOrderFixer - handle complex keys (Leprechaunz)
  • f0337f45f PhpdocTypesOrderFixer - handle complex keys
  • 456fe40ba minor #5631 DX: config deduplication (keradus)
  • 29b3a89d1 bug #5622 Exclude Doctrine documents from final fixer (ossinkine)
  • dcfa6fd1d DX: config deduplication
  • 81753b456 try getRealPath()
  • a3ea03a24 fix test on windows
  • a32a8ff9b fix typo
  • add9542df to provide multiple files to fix command, you need to specify config file
  • d3f420da2 fis CS
  • d107a1f79 fix typo
  • 47acf3a1c Update doc/usage.rst
  • 172d577f2 fix deprecation
  • 3f6a25571 fix CS
  • d9dbec345 try to fix windows compat
  • 06beee541 fix test
  • ac8773de9 .php_cs -> .php-cs-fixer.php
  • 925f47c50 added in/out test
  • 4e93714d0 moved ListFilesTest project into test/Fixtures/
  • 725cc86de added separate path for SplFileInfo and sfSplFileInfo
  • 444500c61 docs
  • 7e92ca766 fix test-expectation
  • 2f9cd6837 fix test
  • 5d2104d66 added ListFilesCommandTest
  • 1f6f32b72 rm un-used imports
  • 44bbe9284 use relative paths instead of real-path to shorten output
  • 22315d93c remove getHelp(), seems to be only used for the FixCommand
  • 8c87ac918 Update src/Console/Command/ListFilesCommand.php
  • 2a25c8c0e alphabetical order
  • 149d757fc removed un-used imports
  • 302733d68 added a list-files command
  • 72dd15d4d Merge branch '2.18'
  • 035830e06 minor #5629 DX: fix CiIntegrationTest (keradus)
  • a2ede3ca4 DX: fix CiIntegrationTest
  • 04ed03cf9 Merge branch '2.18'
  • 47afc5a04 minor #5626 DX: update PHPStan and way of ignoring flickering PHPStan exception (keradus)
  • 1beaa54d1 Exclude Doctrine documents from final fixer
  • 25b5e03f5 DX: update PHPStan and way of ignoring flickering PHPStan exception
  • 44380306f Merge branch '2.18'
  • a503acef4 bug #5604 Custom annotations @type changed into @var (Leprechaunz)
  • 456ba4fa2 bug #5586 Add support for nullsafe object operator ("?->") (kubawerlos)
  • a9c75402c bug #5617 ClassAttributesSeparationFixer - fix for using visibility for class elements (kubawerlos)
  • bdb85f5da ClassAttributesSeparationFixer - fix for using visibility for class elements
  • 7a21d69c1 bug #5618 GroupImportFixer - fix removal of import type when mixing multiple types (Leprechaunz)
  • bc1d2c215 Merge branch '2.18'
  • 087048de4 minor #5623 DX: when displaying app version, don't put extra space if there is no CODENAME available (keradus)
  • ef30e3190 DX: when displaying app version, don't put extra space if there is no CODENAME available
  • d627acb39 minor #5607 DX: new config filename (keradus)
  • c704d13f5 DX: new config filename
  • 3dff24b07 Merge branch '2.18'
  • e1a260499 bug #5597 Tokens - fix for checking block edges (kubawerlos)
  • eb4a86b17 Tokens - fix for checking block edges
  • d74483b4d group_import removes import type when mixing multiple types
  • 81a5c170f Merge branch '2.18'
  • 524b57de7 bug #5610 BracesFixer - fix braces of match expression (Leprechaunz)
  • 8a92984ce BracesFixer - fix braces of match expression
  • 35aa5f4bc bug #5615 GroupImportFixer severely broken (Leprechaunz)
  • 4bceafb16 GroupImportFixer severely broken
  • a6f4227ab minor #5612 DX: use ::class whenever possible (kubawerlos)
  • c75d8e8d7 DX: use ::class whenever possible
  • 327dceb7c minor #5619 DX: allow XDebugHandler v2 (keradus)
  • f4e7211d8 minor #5613 DX: UtilsTest - add missing teardown (keradus)
  • cbd400e21 DX: UtilsTest - add missing teardown
  • 1e73620ec Merge branch '2.18'
  • 6e7e115c2 bug #5606 DoctrineAnnotationBracesFixer false positive (Leprechaunz)
  • 4196dee9c DoctrineAnnotationBracesFixer false positive
  • a807ba249 DX: allow XDebugHandler v2
  • 063a14275 minor #5601 Always stop when "PHP_CS_FIXER_FUTURE_MODE" is used (kubawerlos)
  • 86ccb0674 Always stop when "PHP_CS_FIXER_FUTURE_MODE" is used
  • 082a84b61 Merge branch '2.18'
  • cbde9be1d minor #5554 DX: use tmp file in sys_temp_dir for integration tests (keradus)
  • 860747f13 DX: use tmp file in sys_temp_dir for integration tests
  • 6db4618e8 minor #5603 DX: DocumentationGenerator - no need to re-configure Differ (keradus)
  • bb4b79030 DX: DocumentationGenerator - no need to re-configure Differ
  • be95ba04d Custom annotations @type changed into @var
  • 7c9b8322f Merge branch '2.18'
  • 919e0c6cd bumped version
  • e0f6d05c8 prepared the 2.18.5 release
  • ca4dde05c Merge branch '2.18'
  • 8e8778b75 minor #5602 DX: regenerate docs (keradus)
  • 82cf20938 DX: regenerate docs
  • 0d87d97f7 bug #5598 GroupImportFixer - fix breaking code when fixing root classes (Leprechaunz)
  • 486b5988a GroupImportFixer - fix breaking code when fixing root classes
  • 02675fc51 minor #5585 DX: make doc examples prettier (kubawerlos)
  • 23e551518 DX: make doc examples prettier
  • f01521b6f bug #5596 NullableTypeTransformer - fix for attributes (kubawerlos, jrmajor)
  • 86f5b391e Update tests/Fixer/Operator/TernaryToElvisOperatorFixerTest.php
  • e3f0d3725 add test reproducing #5533
  • 62cceb9f0 Fix
  • 58e6a4dd6 Add failing test case
  • adea9b8ef Merge branch '2.18'
  • 9bf2760ce minor #5590 Docs: HeaderCommentFixer - document example how to remove header comment (keradus)
  • def06dbeb Docs: HeaderCommentFixer - document example how to remove header comment
  • 7318cef31 Merge branch '2.18'
  • f669ea6ec bug #5561 NoMixedEchoPrintFixer: fix for conditions without curly brackets (kubawerlos)
  • 8d8d053e2 NoMixedEchoPrintFixer: fix for conditions without curly brackets
  • 6511119b2 minor #5571 DX: add test to make sure SingleSpaceAfterConstructFixer runs before FunctionDeclarationFixer (kubawerlos)
  • 34841540b minor #5577 Extend priority test for "class_definition" vs "braces" (kubawerlos)
  • 91b5d1055 Add support for nullsafe object operator
  • 66e8a0fec Extend priority test for class_definition vs braces
  • eb3f1c1f3 DX: add test to make sure SingleSpaceAfterConstructFixer runs before FunctionDeclarationFixer
  • 61b909085 bug #5567 Fix order of BracesFixer and ClassDefinitionFixer (Daeroni)
  • 01d34da20 Fix order of BracesFixer and ClassDefinitionFixer
  • d617223de bug #5563 Priority fix: SingleSpaceAfterConstructFixer must run before BracesFixer (kubawerlos)
  • a2ecc1ed5 DX: make integration tests matching entries in FixerFactoryTest
  • 4e7704234 Priority fix: SingleSpaceAfterConstructFixer must run before BracesFixer
  • f81fc52c9 Merge branch '2.18'
  • c40975866 bumped version
  • e03261875 bumped version
  • e62026871 Merge branch '2.18'
  • 06f764e3c bug #5421 PsrAutoloadingFixer - Fix PSR autoloading outside configured directory (kelunik, keradus)
  • 5d2d99da4 PsrAutoloadingFixer - call realpath only once
  • 55a999187 PsrAutoloadingFixer - Fix PSR autoloading outside configured directory
  • d3aaf70b1 bug #5464 NativeFunctionInvocationFixer - PHP 8 attributes (HypeMC, keradus)
  • 54dbfc36e NativeFunctionInvocationFixer - PHP 8 attributes
  • c64d3f275 bug #5548 NullableTypeDeclarationForDefaultNullValueFixer - fix handling promoted properties (jrmajor, keradus)
  • 077eb6abc NullableTypeDeclarationForDefaultNullValueFixer - fix handling promoted properties
  • fc4791c1f bug #4085 Priority: AlignMultilineComment should run before every PhpdocFixer (dmvdbrugge)
  • 701708e74 Priority: AlignMultilineComment should run before every PhpdocFixer
  • cbe98ff80 bug #5551 ClassAttributesSeparationFixer - fix for properties with type alternation (kubawerlos, keradus)
  • dcf5699e0 ClassAttributesSeparationFixer - fix for properties with type alternation
  • a1467ecff bug #5552 DX: test relation between function_declaration and method_argument_space (keradus)
  • d46a3ef38 bug #5550 TypeAlternationTransformer - fix for typed static properties (kubawerlos)
  • 5ff88f6dc TypeAlternationTransformer - fix for typed static properties
  • ca36da50c DX: test relation between function_declaration and method_argument_space
  • 9fcde235d Merge branch '2.18'
  • c4b84e08d minor #5540 DX: RuleSet - convert null handling to soft-warning (keradus)
  • 2261d765b DX: RuleSet - convert null handling to soft-warning
  • 88e1fd149 minor #5545 DX: update checkbashisms (keradus)
  • 9f536ed04 DX: update checkbashisms
  • 1147f6080 Merge branch '2.18'
  • 76af6ebe7 bumped version
  • ab99202fc prepared the 2.18.3 release
  • 7f8dd8a93 Merge branch '2.18'
  • 1db832cbc minor #5528 DX: code cleanup (keradus)
  • c323eb63c DX: code cleanup
  • 930e6f4c8 Merge branch '2.18'
  • 6d1e66f9d minor #5523 DX: EregToPregFixer - fix sorting (keradus)
  • a2aee2f23 minor #5522 Token - add handling json_encode crash (keradus)
  • d0cf53522 Token - add handling json_encode crash
  • 99f336011 DX: EregToPregFixer - fix sorting
  • e70b0aab4 Merge branch '2.18'
  • c73f1b820 minor #5518 DX: minor typing and validation fixes (keradus)
  • c39900d55 DX: minor typing and validation fixes
  • 1fdec72e6 Merge branch '2.18'
  • c244b0730 minor #5516 DX: AbstractDoctrineAnnotationFixer - no need for import aliases (keradus)
  • 401dab195 DX: AbstractDoctrineAnnotationFixer - no need for import aliases
  • 44635508b minor #5515 DX: do not override getConfigurationDefinition (keradus)
  • f3a01feb7 DX: do not override getConfigurationDefinition
  • 831e98e40 minor #5514 DX: PHP 7.0 integration test - solve TODO for random_api_migration usage (keradus)
  • b99869fbf DX: PHP 7.0 integration test - solve TODO for random_api_migration usage
  • 8ac9ac847 Merge branch '2.18'
  • a8feb63dd minor #5500 DX: Test that Transformers are adding only CustomTokens that they define and nothing else (keradus)
  • 9f54f1bfc DX: Test that Transformers are adding only CustomTokens that they define and nothing else
  • 711605a34 minor #5494 BinaryOperatorSpacesFixer - extend examples (keradus)
  • da0ec1348 BinaryOperatorSpacesFixer - extend examples
  • 44f7ac87d minor #5507 Fix quoting in exception message (gquemener)
  • 18608533f Fix quoting in exception message
  • 6a18fd759 Merge branch '2.18'
  • dd2e3d61c minor #5499 DX: add TODOs for PHP requirements cleanup (keradus)
  • 7d588f4f8 DX: add TODOs for PHP requirements cleanup
  • a797b9e4c Merge branch '2.18'
  • e2c6a1a1d bug #5484 NullableTypeDeclarationForDefaultNullValueFixer - handle mixed pseudotype (keradus)
  • f30cdfd7d Merge branch '2.18'
  • f1c895c28 minor #5491 Support php8 static return type for NoSuperfluousPhpdocTagsFixer (tigitz)
  • ad12e3cc9 Support php8 static return type for NoSuperfluousPhpdocTagsFixer
  • 54570cd24 minor #5470 Disable CI fail-fast (mvorisek)
  • f12caa27f NullableTypeDeclarationForDefaultNullValueFixer - handle mixed pseudotype
  • 4429dc7fa Disable CI fail-fast
  • 44c12df11 Merge branch '2.18'
  • ea98c014c bumped version
  • 18f8c9d18 prepared the 2.18.2 release
  • a7fc91221 bug #5466 Fix runtime check of PHP version (keradus)
  • 37a961195 Fix runtime check of PHP version
  • 71139ecde Merge branch '2.18'
  • 4a142eddf minor #4250 POC Tokens::insertSlices (keradus)
  • 07cf8b089 POC Tokens::insertSlices
  • 2884c93c5 Merge branch '2.18'
  • be542fb5d bumped version
  • c68ff6231 prepared the 2.18.1 release
  • 122c4189d Merge branch '2.17' into 2.18
  • 27b5b5670 bumped version
  • 582f0073f prepared the 2.17.5 release
  • 3310915e2 Merge branch '2.17' into 2.18
  • 3dbe23f9b bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • 0f2098721 NullableTypeDeclarationForDefaultNullValueFixer - support union types
  • 00102bef0 Merge branch '2.18'
  • 327586aae Merge branch '2.17' into 2.18
  • f7b524572 minor #5459 DX: cleanup PHP Migration rulesets (keradus)
  • 9e53d08d4 DX: cleanup PHP Migration rulesets
  • e8820ec3a minor #5458 CI: fix migration workflow (keradus)
  • 41b246c19 Merge branch '2.17' into 2.18
  • 206241bad minor #5457 CI: fix params order (keradus)
  • 7f19f03f9 CI: fix migration workflow
  • fec76f358 CI: fix params order
  • 525f10c10 minor #5456 DX: Fix CiIntegrationTest (keradus)
  • b6c68cccb bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • 44857f64b PhpdocToCommentFixer - add support for attributes
  • cc384c041 DX: Fix CiIntegrationTest
  • dffd8fb7b Merge branch '2.18'
  • 484c6be01 Merge branch '2.17' into 2.18
  • 95f0b7c29 bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • dc281d917 bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • b76f42952 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace
  • 3b59890a4 minor #5445 DX: update usage of old TraversableContains in tests (keradus)
  • 5c8d855a2 DX: update usage of old TraversableContains in tests
  • 33a07e247 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor
  • 898719e48 bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • 5b7d431b3 minor #5444 Fix PHP version number in PHP54MigrationSet description (jdreesen, keradus)
  • 33d53b77f Fix PHP version number in PHP54MigrationSet description
  • c4c886958 switch_case_semicolon_to_colon should skip match/default statements
  • 9f8bf98cd Merge branch '2.18'
  • 0961a5cfd bumped version
  • cbc5b50bf prepared the 2.18.0 release
  • 93e0cd16b minor #5441 Allow execution under PHP 8 (keradus)
  • 1006d53fd Allow execution under PHP 8
  • 51f38fe80 bumped version
  • 0a9cd6c69 Merge branch '2.17'
  • 8714455fb prepared the 2.17.4 release
  • ad2c5c716 Merge branch '2.17'
  • 1f0594694 minor #5442 DX: FunctionsAnalyzerTest - add missing 7.0 requirement (keradus)
  • 4b95a7828 DX: FunctionsAnalyzerTest - add missing 7.0 requirement
  • c36cd7d1d feature #5426 Update Symfony ruleset (keradus)
  • 3161ebfdb Update Symfony ruleset
  • ef7dca1c7 Merge branch '2.17'
  • 7c550c67f bug #5379 PhpUnitMethodCasingFixer - Do not modify class name (localheinz)
  • 6fd0101c2 PhpUnitMethodCasingFixer - Do not modify class name
  • 809ec1330 feature #5428 Add/Change PHP.MigrationSet to update array/list syntax to short one (keradus)
  • 1f0c53bd3 Add/Change PHP.MigrationSet to update array/list syntax to short one
  • adf246fa6 Merge branch '2.17'
  • f209e6d76 minor #5399 Add PHP8 integration test (keradus)
  • 324929f23 Add PHP8 integration test
  • 6871346fa minor #5414 TypeAlternationTransformer - T_FN support (SpacePossum)
  • 36bce115a bug #5433 PhpUnitTestCaseStaticMethodCallsFixer - fix for abstract static method (kubawerlos)
  • f5f4639dc feature #4943 Add PSR12 ruleset (julienfalque, keradus)
  • 550466882 Add PSR12 ruleset
  • 817e7dddc Merge branch '2.17'
  • 35997b4be minor #5439 VisibilityRequiredFixer - support type alternation for properties (keradus)
  • 6081f933f VisibilityRequiredFixer - support type alternation for properties
  • 6f54ce805 minor #5234 DX: Add Docker dev setup (julienfalque, keradus)
  • 3adc81b7b DX: Add Docker dev setup
  • 4aee7b608 Merge branch '2.17'
  • eef9742b6 minor #5432 Don't allow unserializing classes with a destructor (jderusse)
  • 486254000 Don't allow unserializing classes with a destructor
  • 97241bac9 minor #5415 Forbid execution under PHP 8.0.0 (keradus)
  • 29ab72aa3 Forbid execution under PHP 8.0.0
  • 26657cb86 PhpUnitTestCaseStaticMethodCallsFixer - fix for abstract static method
  • f637aeac0 Merge branch '2.17'
  • e029b62cb minor #5429 DX: Drop speedtrap PHPUnit listener (keradus)
  • a11ca48ee minor #5435 DX: PHPUnit - groom configuration of time limits (keradus)
  • c99c5f3a2 DX: PHPUnit - groom configuration of time limits
  • cb642af5e DX: Drop speedtrap PHPUnit listener
  • 21934b585 minor #5425 Cleanup 3.0 todos (keradus)
  • 2f7a61250 Cleanup 3.0 todos
  • 7d5753022 minor #5427 Plan changing defaults for array_syntax and list_syntax in 3.0 release (keradus)
  • 7d0a96d23 minor #5423 DX: PHPUnit - disable verbose by default (keradus)
  • a4df3fd98 Plan changing defaults for array_syntax and list_syntax in 3.0 release
  • da942a28e DX: PHPUnit - disable verbose by default
  • 4d52f8297 Merge branch '2.17'
  • 3f1ca8189 minor #5420 DX: unblock PHPUnit 9.5 (keradus)
  • dafe9eae6 Merge branch '2.17'
  • 52b4f2851 minor #5419 CI: separate SCA checks to dedicated jobs (keradus)
  • 59415c2c7 CI: separate SCA checks to dedicated jobs
  • 0080b6c1b DX: unblock PHPUnit 9.5
  • 048779e83 Merge branch '2.17'
  • 0bc51e302 minor #5416 Drop Travis CI (keradus)
  • d665dd62f Drop Travis CI
  • 7c476192c TypeAlternationTransformer - T_FN support
  • 6ff9ab578 minor #5411 bump year in LICENSE file (SpacePossum)
  • 9991b0b68 Update LICENSE
  • bd186ce07 Merge branch '2.17'
  • 8b035dbb3 minor #5410 minors (SpacePossum)
  • 1a4510e54 minor #5405 TypeAlternationTransformer - add support for PHP8 (SpacePossum)
  • fcacc6235 TypeAlternationTransformer - add support for PHP8
  • 13d07ce2d minor #5406 SingleSpaceAfterConstructFixer - Attributes, comments and PHPDoc support (SpacePossum)
  • 15a42b60e minor #5407 TokensAnalyzer::getClassyElements - return trait imports (SpacePossum)
  • fb0b660cb minor #5397 NoExtraBlankLinesFixer - PHP8 throw support (SpacePossum)
  • b4c988417 minor #5392 PhpdocScalarFixer - Fix description (localheinz)
  • f6c598ffa minor #5391 PhpdocOrderByValueFixer - Add additional annotations to sort (localheinz)
  • f98de85f8 Enhancement: Allow sorting of property, property-read, and property-write annotations by value Enhancement: Allow sorting of method annotations by value
  • f6c6bff48 NoExtraBlankLinesFixer - PHP8 throw support
  • 114ac8563 minors
  • bb6ee853f bug #5404 NullableTypeTransformer - constructor property promotion support (Wirone)
  • 209f8986f NullableTypeTransformer - constructor property promotion support
  • ab2e7cdb8 TokensAnalyzer::getClassyElements - return trait imports
  • d1016d98f SingleSpaceAfterConstructFixer - Attributes, comments and PHPDoc support
  • a0da44447 Fix: Description
  • 180dad766 Merge branch '2.17'
  • 98dd81994 bumped version
  • bd32f5dd7 prepared the 2.17.3 release
  • 61a756bf8 Merge branch '2.17'
  • 5d4d1ecdc bug #5384 PsrAutoloadingFixer - do not remove directory structure from the Class name (kubawerlos, keradus)
  • 5d1856ffa PsrAutoloadingFixer - do not remove directory structure from the Class name
  • 9d1482918 minor #5386 DX: remove incorrect priority relations (kubawerlos)
  • 29ec23dc6 bug #5387 SingleSpaceAfterConstructFixer - do not touch multi line implements (SpacePossum)
  • f29b18cca minor #5380 PhpdocOrderByValueFixer - Allow sorting of throws annotations by value (localheinz, keradus)
  • 4ec00e95a PhpdocOrderByValueFixer - Allow sorting of throws annotations by value
  • 1b81c2718 bug #5385 SingleLineCommentStyleFixer- run before NoUselessReturnFixer (kubawerlos)
  • da8c26ff4 minor #5383 DX: fail PHPUnit tests on warning (kubawerlos)
  • bf9b02c6a DX: fail PHPUnit tests on warning
  • 23c696479 DX: remove incorrect priority relations
  • 1250a10bd minor #5329 DX: collect coverage with Github Actions (kubawerlos)
  • ed8a22841 SingleSpaceAfterConstructFixer - do not touch multi line implements
  • c262d5c79 Make single_line_comment_style runs after no_useless_return
  • 51691276d Merge branch '2.17'
  • 490faa6a2 bumped version
  • aaee4f3d1 prepared the 2.17.2 release
  • dd365d2fc Merge branch '2.16' into 2.17
  • 7dd27dde4 prepared the 2.16.10 release
  • 35db9e96f Merge branch '2.17'
  • 302ba4a68 minor #5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander, keradus)
  • acf24b507 Update documentation about PHP_CS_FIXER_IGNORE_ENV
  • 85c2695bc Merge branch '2.16' into 2.17
  • 5e9a61542 minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)
  • 304475668 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config
  • 12313e863 DX: collect coverage with Github Actions
  • 39888ba60 Merge branch '2.17'
  • 842d6241d Merge branch '2.16' into 2.17
  • 16d53a17a minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
  • fab1e5560 DX: update PHPUnit usage to use external Prophecy trait and solve warning
  • 1f8860ad6 Merge branch '2.17'
  • cbde603cd Merge branch '2.16' into 2.17
  • 84bd2cd81 minor #5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
  • d364cddee DX: MagicMethodCasingFixerTest - fix test case description
  • fccf389b6 Merge branch '2.17'
  • 8b2bc94c3 minor #5366 PhpUnitDedicateAssertInternalTypeFixer - recover target option (keradus)
  • cb29f7285 PhpUnitDedicateAssertInternalTypeFixer - recover target option
  • d896caabc Merge branch '2.17'
  • 7bc3a25d8 minor #5368 DX: PHPUnit 9 compatibility for 2.17 (keradus)
  • 899e3c39c DX: PHPUnit 9 compatibility for 2.17
  • d655f5355 Merge branch '2.17'
  • 6f0e10cdb Merge branch '2.16' into 2.17
  • 8bd4cbc23 minor #5314 Enable testing with PHPUnit 9.x (sanmai)
  • 5cbd5e719 Merge branch '2.17'
  • b9511d906 minor #5363 Added missing self return type to ConfigInterface::registerCustomFixers() (vudaltsov)
  • a4c7be999 bug #5362 SingleSpaceAfterConstructFixer: Do not adjust whitespace before multiple multi-line extends (localheinz, SpacePossum)
  • e1f2193d7 minor #5359 Add application version to "fix" out put when verbosity flag is set (SpacePossum)
  • afe2a2974 Merge branch '2.16' into 2.17
  • e72266068 minor #5360 DX: clean up detectIndent methods (kubawerlos)
  • 4b1411909 DX: clean up detectIndent methods
  • dae30a313 Add application version to "fix" out put when verbosity flag is set
  • 3b6ca4edb tweaks
  • 1c55a74ab Fix: Do not adjust whitespace before multiple multi-line extends
  • 001cdd21d Added missing self return type to ConfigInterface::registerCustomFixers()
  • edc4a3958 Merge branch '2.17'
  • 4daf09f0a Fix tests
  • 3ed123550 Merge branch '2.17'
  • 3bfabd068 minor #5355 OrderedTraitsFixer - mark as risky (SpacePossum)
  • 0569ba1ff minor #5353 Fix typo in issue template (stof)
  • 97c6e1ef3 bug #5348 PsrAutoloadingFixer - fix for class without namespace (kubawerlos)
  • 20962dcff bug #5345 CleanNamespaceFixer - preserve traling comments (SpacePossum)
  • 224a5f382 Merge branch '2.16' into 2.17
  • 4eca6be75 minor #5356 RuleSet description fixes (SpacePossum)
  • a0f8f09ca RuleSet description fixes
  • bccc9aff5 minor #5344 Update docs: do not use deprecated create method (SpacePossum)
  • c8ea464fa OrderedTraitsFixer - mark as risky
  • 2891805d8 Fix typo in issue template
  • 4dee7ec33 Enable testing with PHPUnit 9.x
  • 785f33c6c PsrAutoloadingFixer - fix for class without namespace
  • 93f32d97c CleanNamespaceFixer - preserve traling comments
  • b57bd251e Update docs: do not use deprecated create method
  • 89cc01832 Merge branch '2.17'
  • ae6fceca3 minor #5319 Clean ups (SpacePossum)
  • 9001badca clean ups
  • e9fb779b0 Merge branch '2.17'
  • 9857ee14e Merge branch '2.16' into 2.17
  • 1e621d23b minor #5340 NamedArgumentTransformer - Introduction (SpacePossum)
  • b7b6f4100 minor #5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
  • 3d4041a27 minor #5338 clean ups (SpacePossum)
  • cde023637 NamedArgumentTransformer - Introduction
  • edddabb4f NoEmptyStatementFixer - fix more cases
  • c94b12bb8 clean ups
  • b9f8f8ecf Merge branch '2.17'
  • 563945b97 bumped version
  • 5198b7308 prepared the 2.17.1 release
  • 5f9967d6d Merge branch '2.16' into 2.17
  • 1ff545764 bumped version
  • 3d0f843b8 prepared the 2.16.9 release
  • 69b97fcda bug #5333 Fix file missing for php8 (jderusse)
  • 0b47ba2de bug #5327 StaticLambdaFixer - fix for arrow function used in class with $this (kubawerlos, SpacePossum)
  • 4a1be9afe StaticLambdaFixer - fix for arrow function used in class with $this
  • cf87858e6 minor #5330 DX: cleanup Github Actions configs (kubawerlos)
  • 8c61e0381 bug #5332 Fix file missing for php8 (jderusse)
  • 2ec91b25f minor #5328 Fixed deprecation message version (GrahamCampbell)
  • fb4d4e0f8 Fix file missing for php8
  • fc50e3f3e DX: cleanup Github Actions configs
  • 9b0ccd161 Merge branch '2.17'
  • 4874565ef Merge branch '2.16' into 2.17
  • c0c154057 Fixed deprecation message version
  • cc0969905 Merge branch '2.17'
  • f8243f0cb bumped version
  • 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
  • eae6b9b27 bug #5325 NoBreakCommentFixer - better throw handling (SpacePossum)
  • 6e8c7b22b NoBreakCommentFixer - better throw handling
  • 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)
  • 75ac86f33fab4714ea5a39a396784d83ae3b5ed8 ...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.

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