История коммитов

Автор SHA1 Сообщение Дата
  Dariusz Rumiński 831559fb1c minor: FixerFactory::getFixersConflicts - better type hinting (#7044) 1 год назад
  Michael Voříšek b9a9bd67aa bug: Fix `TypeExpression::allowsNull()` with nullable (#7000) 1 год назад
  Greg Korba dd2e97dac0 bug: make `php_unit_namespaced` less greedy (#6952) 1 год назад
  Andy Thorne 8c2c747ee7 feature: Support attributes in `FinalClassFixer` (#6893) 1 год назад
  Michael Voříšek dd506b0d73 minor: "Callback" must not be fixed to "callback" by default (#7011) 1 год назад
  Kuba Werłos 80d66319d6 DX: add more tests to CommentsAnalyzer (#7041) 1 год назад
  Dariusz Rumiński cb25d90c2d DX: officially deprecate internal Utils anti-pattern class (#7039) 1 год назад
  Bradie Tilley 35acd1429d bug: False positive on used imports when docblock includes it with mismatching case (#6909) 1 год назад
  SpacePossum 7441133c5d minor: PHP8.3 - Typed class constants - handle nullable by transformer (#7009) 1 год назад
  Michael Voříšek eada013a35 bug: Fix phpDoc align when there is inconsistent spacing after comment star (#7012) 1 год назад
  Greg Korba 7ddfa14058 DX: Remove Fabbot.io conditional configuration (#7038) 1 год назад
  Michael Voříšek e423004560 bug: Fix phpDoc parsing without PCRE JIT (#7031) 1 год назад
  Michael Voříšek ec50d3608d minor: Reduce phpDoc type parser complexity from O(n^2) to O(nlog(n)) (#6988) 1 год назад
  John Paul E. Balandan, CPA 3d2254d25c DX: Use `Utils::naturalLanguageJoin()` in implode calls (#7032) 1 год назад
  John Paul E. Balandan, CPA d86065f697 minor: Transfer `HelpCommand::toString()` to `Utils` (#7034) 1 год назад
  SpacePossum 137667d437 minor: `SelfStaticAccessorFixer` improvements for enums (#7026) 1 год назад
  Yurun 323ff5c381 bug: Fix `return_assignment` not formatting when variables are used in `catch` and `finally` (#6960) 1 год назад
  Larry Garfield 44398f1672 bug: Restructure PER-CS rule sets (#6707) 1 год назад
  John Paul E. Balandan, CPA a5cb379123 bug: SelfStaticAccessor - fix static access inside enums (#7024) 1 год назад
  John Paul E. Balandan, CPA 5d795a0e90 minor: Add `Util::naturalLanguageJoin()` (#7022) 1 год назад
  SpacePossum f26517a070 minor: ReturnAssignmentFixer - Better handling of anonymous classes (#7015) 1 год назад
  SpacePossum 9f1f8a2d88 minor: ClassDefinitionFixer - handle attributes and `readonly` in anonymous class definitions (#7014) 1 год назад
  Aleksey Polyvanyi 64fceaf3b6 feature: Allow case sensitive order for OrderedClassElementsFixer (#7020) 1 год назад
  Evan Shaw 449b698b0e bug: Fix multiline_whitespace_before_semicolons for echo tags (#7019) 1 год назад
  Andreas Möller 0318c8e121 DX: Use `actions/stale` to handle stale issues and pull requests (#5085) 1 год назад
  SpacePossum 29b4990f73 minor: PHP8.3 - Fix TokensAnalyzer::isAnonymousClass support for `readonly` (#7013) 1 год назад
  SpacePossum 18673c9b7d DX: Fix warning when running test on PHP<8 (#7008) 1 год назад
  John Paul E. Balandan, CPA 20f46ccffc bug: SingleSpaceAroundConstructFixer - fix more cases involving `static` (#6995) 1 год назад
  Kuba Werłos 02ded27ce1 bug: LambdaNotUsedImportFixer - fix for anonymous class with a string argument (#6972) 1 год назад
  Kuba Werłos 6b69f7a886 bug: PhpdocToCommentFixer - fix for PHPDoc before fn (#6973) 1 год назад
  Jacob Baker-Kretzmar f9a226dbb4 feature: Add support for custom method placement in `ordered_class_elements` (#6360) 1 год назад
  John Paul E. Balandan, CPA 08ec0679e5 bug: CompactNullableTypehintFixer - fix for whitespace between `?` and `static` (#6993) 1 год назад
  Dariusz Rumiński a6d8d16e3d DX: handle `@` in PR title (#6982) 1 год назад
  Dariusz Ruminski e79f6c545f bumped version 1 год назад
  Dariusz Ruminski 3f0ed862f2 prepared the 3.17.0 release 1 год назад
  Michael Voříšek 60d6c21737 bug: Fix parsing of edge cases phpdoc types (#6977) 1 год назад
  Kuba Werłos a3ed74354e DX: use PHPUnit's "requires" instead of "if" condition (#6975) 1 год назад
  Kuba Werłos 96d885688d DX: improve test method names to avoid confusion (#6974) 1 год назад
  Kuba Werłos 3ce71b0c35 DX: update Symfony rule set (#6958) 1 год назад
  Kuba Werłos 4afe389c45 DX: use only PHP modules that are required (#6954) 1 год назад
  Michael Voříšek 733dd3897b bug: Fix non-parenthesized callable return type parse (#6961) 1 год назад
  Michael Voříšek 234e98f114 bug: Fix array/object shape phpdoc type parse (#6962) 1 год назад
  John Paul E. Balandan, CPA fd80d9ea63 feature: DescribeCommand - allow describing custom fixers (#6957) 1 год назад
  Kuba Werłos 250d9570d8 DX: Remove @inheritdoc PHPDoc (#6955) 1 год назад
  Kuba Werłos c9d565c030 DX: simplify EncodingFixer (#6956) 1 год назад
  John Paul E. Balandan, CPA b0eee1e518 feature: Introduce `OrderedTypesFixer` (#6571) 1 год назад
  Kuba Werłos 55dbdafdde minor: align NoSuperfluousPhpdocTagsFixer with actual Symfony configuration (#6953) 1 год назад
  Jonathan Gruber b21674a795 feature: Order of PHPDoc @param annotations (#3909) 1 год назад
  Greg Korba bf00b37a04 bug: GroupImportFixer - support for aliased imports (#6951) 1 год назад
  Greg Korba a2e9e74107 DX: Mark Tokens::getNamespaceDeclarations as @internal (#6949) 1 год назад