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

Автор SHA1 Сообщение Дата
  Kuba Werłos 573b71fa5d feat: add support for asymmetric visibility to Doctrine's fixers (#8415) 3 дней назад
  Kuba Werłos bedfbb0b78 DX: for duplicated test methods check methods without parameters (#8508) 4 дней назад
  Kuba Werłos a1f9c9b0de DX: remove more duplicated test methods (#8506) 4 дней назад
  Kuba Werłos a0e3e5827f DX: cleanup `NoExtraBlankLinesFixerTest` (#8505) 4 дней назад
  Kuba Werłos 7e52397865 refactor: `TokensAnalyzerTest` - better test `isArray` and `isArrayMultiLine` (#8504) 4 дней назад
  Kuba Werłos f86d7e50d3 test: run code coverage on PHP 8.4 (#8448) 1 неделя назад
  Kuba Werłos 500f75de0a fix: `GeneralPhpdocTagRenameFixer` - do not rename keys in array shape definition (#8477) 1 неделя назад
  Kuba Werłos e28458b329 fix: `MethodArgumentSpaceFixer` - handle when nested in HTML (#8503) 1 неделя назад
  Denny Septian Panggabean 2b85ed7435 refactor: `Tokenizer` hash metode using `xxHash` (#8491) 1 неделя назад
  Dariusz Ruminski e05bd26596 bumped version 1 неделя назад
  Dariusz Ruminski 900389362c prepared the 3.72.0 release 1 неделя назад
  Dariusz Rumiński aa8688cff2 refactor: use Hasher instead of md5 directly (#8501) 1 неделя назад
  Kuba Werłos 16b7eb726e DX: add trailing comma to multiline auto-generated types (#8499) 1 неделя назад
  Dariusz Rumiński 52e4dbd7ed refactor: generalize CodeHasher into Hasher (#8500) 1 неделя назад
  Dariusz Rumiński 45f2571ad3 refactor: Runner - unify paths used when using parallel runner (#8488) 1 неделя назад
  Kuba Werłos 06b4f5da74 fix: `VisibilityRequiredFixer` - handle property hooks (#8495) 1 неделя назад
  Kuba Werłos 3a8911d215 feat: `StatementIndentationFixer` - handle property hooks (#8492) 1 неделя назад
  Dariusz Rumiński 4fcd3d03ee deps: upgrade few dev-deps (#8490) 1 неделя назад
  Kuba Werłos f289820c16 fix: `TrailingCommaInMultilineFixer` - handle empty match body (#8480) 1 неделя назад
  Dariusz Rumiński 0f7ba2d111 deps: Upgrade PHPStan to 2.1.8 (#8489) 1 неделя назад
  Kuba Werłos 572281f811 fix: `MbStrFunctionsFixer` - fix imports (#8474) 1 неделя назад
  Dariusz Ruminski 2917dea658 bumped version 1 неделя назад
  Dariusz Ruminski 3825ffdc69 prepared the 3.71.0 release 1 неделя назад
  Kuba Werłos 8cd125a268 fix: `BinaryOperatorSpacesFixer` - do not break alignment of UTF-8 array keys (#8484) 1 неделя назад
  Kuba Werłos 6ab01ef128 fix: `PhpdocAlignFixer` - align correctly type with UTF8 characters (#8486) 1 неделя назад
  dependabot[bot] 2f7ae4de18 deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan group (#8485) 1 неделя назад
  Tim Smid 695c1998de fix: `SingleSpaceAroundConstructFixer` - handle alternative syntax (#8317) 2 недель назад
  Kuba Werłos 4fbbd57031 chore: update type in `SingleSpaceAroundConstructFixerTest::provideFixWithIfCases` (#8482) 2 недель назад
  Kuba Werłos dcb00da594 chore: update type in `SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases` (#8481) 2 недель назад
  BergenSoft bb0a630461 fix: `StatementIndentationFixer` - return in braceless if (#8479) 2 недель назад
  Kuba Werłos ea3b49d4af DX: cleanup `PhpdocNoAliasTagFixerTest` (#8476) 2 недель назад
  Dariusz Rumiński 3390bf7c0c refactor: `SwitchAnalyzer` - improve performance (#8407) 2 недель назад
  Dariusz Rumiński 44a2c6562c refactor: codeHash - update when it's (re-)generated (#8470) 2 недель назад
  Kuba Werłos 2adfc03e9a refactor: add `FullyQualifiedNameAnalyzer` (#8048) 2 недель назад
  Dariusz Rumiński 5db535a430 test: NameQualifiedTransformerTest - correct test case (#8471) 2 недель назад
  Dariusz Rumiński 96963c9dbd feat: OrderedImportsFixer - deprecate length sorting algorithm (#8473) 2 недель назад
  Dariusz Ruminski 416a89bc0a bumped version 2 недель назад
  Dariusz Ruminski 1ca468270e prepared the 3.70.2 release 2 недель назад
  Gunther Konig 395a33e910 fix: `MethodArgumentSpaceFixer` - fix nested calls for `ensure_fully_multiline` option (#8469) 2 недель назад
  Kuba Werłos 6acce137e6 fix: `MbStrFunctionsFixer` must run before `NativeFunctionInvocationFixer` (#8466) 2 недель назад
  Dariusz Rumiński a4c87e9fc8 deps: upgrade deep dev-tools deps (#8472) 2 недель назад
  Dariusz Ruminski 521915b089 bumped version 2 недель назад
  Dariusz Ruminski add1b3a052 prepared the 3.70.1 release 2 недель назад
  Kuba Werłos 7562a8bdf5 DX: cleanup `OrderedImportsFixerTest` (#8458) 3 недель назад
  Kuba Werłos 16d4d50045 fix: `PhpUnitSizeClassFixer` must run before `PhpUnitAttributesFixer` (#8457) 3 недель назад
  Dariusz Ruminski dd92ca222e bumped version 3 недель назад
  Dariusz Ruminski 2ecd5aae0e prepared the 3.70.0 release 3 недель назад
  Kuba Werłos 2dbd4a86b3 test: fix `CheckCommandTest::testDryRunModeIsUnavailable` to correctly check that option `--dry-run` is unavailable (#8438) 3 недель назад
  Kuba Werłos 4684cbec26 fix: `PhpUnitTestClassRequiresCoversFixer` must run before `PhpUnitAttributesFixer` (#8444) 3 недель назад
  Dariusz Rumiński 374142daaa feat: `HeaderCommentFixer` - allow validators (#8452) 3 недель назад