Commit Graph

  • 27c9d22d5a DeprecationFactory: improve deprecation resolving TomasVotruba 2017-09-07 15:57:36 +0200
  • 60e92328ca improve RectorFactory test and DeprecationDetector TomasVotruba 2017-09-07 15:57:20 +0200
  • 6d2d12b9b7 [TriggerExtractor] add arguments to ClassMethodDeprecation TomasVotruba 2017-09-07 15:56:49 +0200
  • acb27015fa [NodeTypeResolver] improve README TomasVotruba 2017-09-07 15:56:20 +0200
  • 68109ace87 services.yml: add useful comments TomasVotruba 2017-09-07 15:55:38 +0200
  • 5255b79091 move SetNames under Rector/Set TomasVotruba 2017-09-07 15:38:57 +0200
  • f482f2760c DI: drop unused EventDisptacher collecting TomasVotruba 2017-09-07 15:36:54 +0200
  • f3adbc4990 [ConstructorMethodBuilder] make use of NodeFactory TomasVotruba 2017-09-07 15:25:33 +0200
  • ea51ca3c71 cs fixes TomasVotruba 2017-09-07 06:10:54 +0200
  • a532b5306f [TriggerExtractor] add ClassMethodDeprecation and ConfigurableChangeMethodNameRector TomasVotruba 2017-09-07 05:55:28 +0200
  • 1d68188503 use Attribute class over local constants TomasVotruba 2017-09-07 04:44:47 +0200
  • dc21104bf5 cleanup TomasVotruba 2017-09-07 04:43:25 +0200
  • cce616b641 Merge pull request #35 from TomasVotruba/nette-trigger-error Tomáš Votruba 2017-09-07 00:33:17 +0200
  • 3b2976f849 fix cs TomasVotruba 2017-09-07 00:32:57 +0200
  • c5ae138efd Merge pull request #33 from TomasVotruba/nette-configurator Tomáš Votruba 2017-09-07 00:31:24 +0200
  • 08600382c2 [TriggerExtractor] add simple check for the other message TomasVotruba 2017-09-07 00:31:19 +0200
  • 2d63816d43 Attribute: use proper names now TomasVotruba 2017-09-07 00:24:16 +0200
  • 426af1e812 Attribute: add system warning note TomasVotruba 2017-09-07 00:23:54 +0200
  • b1f63bfbc4 use Attribute::CONSTANTS TomasVotruba 2017-09-07 00:22:26 +0200
  • a9354be0e1 [Nette] unite format of FormCallbackRector TomasVotruba 2017-09-07 00:10:55 +0200
  • 36d9c5f5e0 [Nette] add NetteConfiguratorRector TomasVotruba 2017-09-06 23:29:05 +0200
  • 1ec4797bed ecs fixes TomasVotruba 2017-09-06 22:56:39 +0200
  • 0d13aa5e9d composer: bump to ECS 2.3 TomasVotruba 2017-09-06 22:56:35 +0200
  • 950151daef add NotImplementedException TomasVotruba 2017-09-06 22:56:28 +0200
  • fbf5a5f797 drop unsued ClassResolver TomasVotruba 2017-09-06 22:50:23 +0200
  • 645d92dba9 Merge pull request #28 from TomasVotruba/nette-forms-set-required Tomáš Votruba 2017-09-06 22:46:11 +0200
  • 42fb331c2a Merge pull request #32 from TomasVotruba/trigger-error-extractor Tomáš Votruba 2017-09-06 20:10:14 +0200
  • 7a217267b9 add READMEs for subpackages, so people know TomasVotruba 2017-09-06 19:48:46 +0200
  • 4bb5f41b67 README: details TomasVotruba 2017-09-06 19:37:07 +0200
  • d0eb865626 [TriggerExtractor] add simple string message resolving TomasVotruba 2017-09-06 19:35:23 +0200
  • 58e920b461 rename ClassLikeTypeResolver to TypeResolver TomasVotruba 2017-09-06 19:29:48 +0200
  • 454611e8d6 drop AbstractClassAwareRector in favor of ClassResolver TomasVotruba 2017-09-06 19:29:09 +0200
  • 3f146d3cd1 [TriggerExtractor] use ClassResolver NodeVisitor over standalone service TomasVotruba 2017-09-06 18:13:48 +0200
  • e67a11b587 extract AbstractClassAwareRector TomasVotruba 2017-09-06 17:01:12 +0200
  • f869b168b9 fix cs and phpstan TomasVotruba 2017-09-06 12:53:24 +0200
  • af69092363 [TriggerExtractor] extract logic to TriggerMessageResolver TomasVotruba 2017-09-06 12:43:59 +0200
  • 242e185a11 [TriggerExtractor] improve test to match message TomasVotruba 2017-09-06 12:37:15 +0200
  • 9cb250f9af fix tests TomasVotruba 2017-09-06 12:27:54 +0200
  • b932cd912e [TriggerExtractor] add DeprecationCollector TomasVotruba 2017-09-06 12:23:27 +0200
  • e94c2957d3 [TriggerExtractor] add DeprecationDetector TomasVotruba 2017-09-06 01:21:44 +0200
  • 33860366f0 fix cs TomasVotruba 2017-09-05 23:56:02 +0200
  • 4e95278f0a change only method name to keep its location TomasVotruba 2017-09-05 23:55:21 +0200
  • 602d8d2290 [TriggerExtractor] add Command TomasVotruba 2017-09-05 23:51:16 +0200
  • 767a5559af [Nette] decouple instantiation to NodeFactory TomasVotruba 2017-09-05 23:32:23 +0200
  • d073bbfaa4 [TriggerExtractor] init TomasVotruba 2017-09-05 23:09:23 +0200
  • 2b5ce2b815 cs fixes TomasVotruba 2017-09-05 21:30:15 +0200
  • e3e26f8ccf [Nette] fix FormSetRequiredRector TomasVotruba 2017-09-05 21:28:49 +0200
  • b230f5201f [Nette] FormSetRequiredRector init TomasVotruba 2017-09-05 21:07:02 +0200
  • eaf264ab23 [ecs] remove unignored error TomasVotruba 2017-09-04 19:25:40 +0200
  • 33679cf897 Merge pull request #26 from TomasVotruba/phpunit-parent-class-rector Tomáš Votruba 2017-09-03 15:01:59 +0200
  • 81c17ac78e add PHPUnit and PHP_CodeSniffer class rectors TomasVotruba 2017-09-03 15:01:13 +0200
  • 041b1b5503 misc TomasVotruba 2017-09-03 14:49:56 +0200
  • 6196e61adf Merge pull request #23 from TomasVotruba/symplify-geter-to-property-rector Tomáš Votruba 2017-09-03 14:42:44 +0200
  • 3b7528662a ecs: cleanup unreported error skip TomasVotruba 2017-09-03 14:38:21 +0200
  • 57d57843a7 add SymfonyContainerClassAnalyzer TomasVotruba 2017-09-03 14:37:36 +0200
  • 3611715075 misc TomasVotruba 2017-09-03 14:17:04 +0200
  • 748e8218fe misc TomasVotruba 2017-09-03 14:08:17 +0200
  • 7082c09b8b Merge pull request #22 from TomasVotruba/command-as-service Tomáš Votruba 2017-09-03 13:37:41 +0200
  • 338dcdb339 misc TomasVotruba 2017-09-02 15:50:47 +0200
  • c5b52323d9 drop unsued code [skip ci] TomasVotruba 2017-09-02 15:42:04 +0200
  • d5fc51f559 fix cs TomasVotruba 2017-09-02 15:36:27 +0200
  • f24adbb103 [SymfonyExtra] simplify GetterToPropertyRector TomasVotruba 2017-09-02 15:35:53 +0200
  • b35e0e54e5 fix cs TomasVotruba 2017-09-02 15:31:17 +0200
  • 17f227997b fix cs TomasVotruba 2017-09-02 15:30:40 +0200
  • e4ef19b2d1 [SymfonyExtra] add test to GetterToPropertyRector TomasVotruba 2017-09-02 15:29:43 +0200
  • ffa4d0c6ef [AbstractRector] add getClassName() method TomasVotruba 2017-09-02 15:24:12 +0200
  • 3514870d12 extract NodeFactory TomasVotruba 2017-09-02 15:15:35 +0200
  • 4bbe4cca7f phsptan fixes TomasVotruba 2017-09-02 15:13:16 +0200
  • 140475ff86 cs fixes TomasVotruba 2017-09-02 15:12:44 +0200
  • 3142225473 [Symfony] add CommandToConstructorInjectionRector TomasVotruba 2017-09-02 15:04:19 +0200
  • 84bcd3bbb4 [Symfony] move getter to ctor Rector to SymfonyExtra TomasVotruba 2017-09-02 15:04:05 +0200
  • d756d0ccaa Merge pull request #18 from TomasVotruba/symfony-var-dumper-test-trait-new-args Tomáš Votruba 2017-09-01 21:31:38 +0200
  • 9ad4960831 Merge pull request #17 from TomasVotruba/symfony-contraint-value-url Tomáš Votruba 2017-09-01 21:29:49 +0200
  • 387a721b1e Merge pull request #16 from TomasVotruba/symfony-class-replaces Tomáš Votruba 2017-09-01 21:29:05 +0200
  • 9899eab6c5 [Symfony] add the other method as well TomasVotruba 2017-09-01 16:57:07 +0200
  • b0d3984ae0 [Symfony] add VarDumperTestTraitMethodArgsRector TomasVotruba 2017-09-01 16:49:06 +0200
  • d30ba52112 [Symfony] add ContraintsUrlOptionRector TomasVotruba 2017-09-01 16:22:41 +0200
  • ee8145ec6f add note TomasVotruba 2017-09-01 15:59:12 +0200
  • b34a93fcdd decouple AbstractClassReplacerRector TomasVotruba 2017-09-01 15:58:57 +0200
  • 608b30ae84 [Symfony] add FrameworkBundleClassReplacements TomasVotruba 2017-09-01 15:44:40 +0200
  • 9f5e26f7e6 [Symfony] add FormIsValidRector TomasVotruba 2017-09-01 15:04:36 +0200
  • c5f5f795dc Merge pull request #15 from TomasVotruba/symfony-test-class Tomáš Votruba 2017-09-01 10:42:49 +0200
  • d0f9d77df3 decouple AbstractChangeParentClassRector TomasVotruba 2017-09-01 01:20:46 +0200
  • 413f57d620 [Symfony] add ConstraintValidatorTestClass rename Rector TomasVotruba 2017-09-01 01:10:59 +0200
  • 5bbc0443fa Merge pull request #14 from TomasVotruba/symfony-form-type-string-to-class Tomáš Votruba 2017-09-01 00:39:24 +0200
  • 39862d2e55 use NodeTraverser service TomasVotruba 2017-09-01 00:33:13 +0200
  • c7be9f6817 [ecs] exclude desired objects to be created manually TomasVotruba 2017-09-01 00:31:12 +0200
  • a758718972 turn CloningVisitor to services TomasVotruba 2017-09-01 00:30:58 +0200
  • 2efa882675 fix note TomasVotruba 2017-08-31 18:28:09 +0200
  • 0cdcf68351 [Symfony] add StringFormTypeToClassRector TomasVotruba 2017-08-31 18:24:09 +0200
  • 8168ce286e [ecs] add TypeHintSniff TomasVotruba 2017-08-26 02:10:25 +0200
  • cc07b26e8f rebuild TomasVotruba 2017-08-25 21:57:39 +0200
  • 6cb05ca705 composer: update description TomasVotruba 2017-08-24 12:19:09 +0200
  • 6a68cd490b Merge pull request #12 from TomasVotruba/nette-php-generator-rector Tomáš Votruba 2017-08-24 12:17:21 +0200
  • 5cfd7a172f fix cs TomasVotruba 2017-08-24 12:13:51 +0200
  • 9bac151b41 [Rector] make PhpGeneratorDocumentMethodRector work TomasVotruba 2017-08-24 12:11:05 +0200
  • 5cd643f279 cleanup TomasVotruba 2017-08-24 12:03:55 +0200
  • 690454e274 [Rector] improve AbstratChangeMethodNameRector to work with multiple objects and methods TomasVotruba 2017-08-24 12:00:33 +0200
  • 29c1186cc8 [Rector] PhpGeneratorDocument tests init TomasVotruba 2017-08-24 12:00:16 +0200
  • 0781228cc0 [Rector] PhpGeneratorDocument init TomasVotruba 2017-08-24 12:00:04 +0200