Commit Graph

155 Commits

Author SHA1 Message Date
Jeroen Smit
3540c91ef2 Merged RemoveDeadZeroAndOneOperationRector and RemoveZeroAndOneBinaryRector into RemoveDeadZeroAndOneOperationRector 2019-11-14 10:00:26 +01:00
TomasVotruba
04fb893284 fix cs 2019-11-13 20:01:44 +01:00
Jeroen Smit
c4f1dbd604 Updated docs 2019-11-12 08:01:15 +01:00
TomasVotruba
ca5bd81761 add UnionType to DumpNodesCommand 2019-11-09 00:27:29 +01:00
Tomas Votruba
1d1c941967 update docs 2019-11-07 12:00:39 +01:00
Tomas Votruba
71d96e50e1 Prevent CI floods with progress bar 2019-10-16 09:46:11 +02:00
Tomas Votruba
f81bc8f8f0 update rectors docs 2019-10-15 16:46:31 +02:00
Tomas Votruba
516505ea85 allow serialize type annotation for ClassMethod 2019-10-04 19:53:15 +02:00
Tomas Votruba
4bfbc18fbd cleanup 2019-10-04 19:31:24 +02:00
Dorian Villet
3296681cb1 Create a better contrast between the two examples. 2019-10-04 17:01:46 +02:00
Dorian Villet
7c9f4a33cd Add documentation for ImportFullyQualifiedNamesRector new '$shouldImportRootNamespaceClasses' argument. 2019-10-04 16:59:50 +02:00
Tomáš Votruba
7226e7efef
Merge pull request #2070 from adrozdek/fix/var-dumper-test-trait-argument
Fixed the third argument in VarDumperTestTrait.
2019-10-04 09:44:55 +02:00
Tomas Votruba
b27f7fe797 [CodingStyle] Skip common annotation aliases in RemoveUnusedAliasRector 2019-10-02 15:01:09 +02:00
Dorian Villet
360b7715a6 Updating docs with new Rectors. 2019-10-02 10:04:14 +02:00
Agata
fa242fec31 Fixed third argument in VarDumperTestTrait. 2019-10-01 22:07:51 +02:00
Tomas Votruba
8c259c8d92 add stubs over mirror class names in tests 2019-09-30 09:12:25 +02:00
Tomas Votruba
6fbdf5461a [DoctrineCodeQuality] Initialize collectoins in constructor 2019-09-28 16:02:19 +02:00
Tomáš Votruba
8e442f9fb6
Add post run name imports (#2052)
Add post run name imports
2019-09-28 14:46:06 +02:00
Tomas Votruba
9ef3801b41 cleanup 2019-09-28 13:18:11 +02:00
Jeroen Herczeg
4b9120c952 Added StrictArraySearchRector - Issue #2009 2019-09-28 00:34:34 +02:00
Tomas Votruba
0da741a9a3 drop @return type from Iterator in tests 2019-09-27 14:40:09 +02:00
Tomas Votruba
bccf6026bc update docs 2019-09-25 10:49:53 +02:00
Tomas Votruba
980778d69b move SwapFuncCallArgumentsRector to Argument 2019-09-23 18:19:04 +02:00
Tomas Votruba
7d9c389748 move PreferThisOrSelfMethodCall to CodingStyle 2019-09-23 18:19:04 +02:00
Tomas Votruba
24ebc66747 move ReserverObjectRector to Php71 2019-09-23 18:19:04 +02:00
Tomas Votruba
52ed08bce0 move PregReplaceEModifierRector to Php55 2019-09-23 18:03:52 +02:00
Tomas Votruba
614d22664f move RenameNamespaceRector to Renaming package 2019-09-23 17:56:10 +02:00
Tomas Votruba
8229d46b89 move RenameStaticMethodRector to Renaming package 2019-09-23 17:41:47 +02:00
Tomas Votruba
17d14ba4ac move RenameClassRector to Renaming package 2019-09-23 17:41:47 +02:00
Tomas Votruba
35dd776c36 move RenameClassConstantRector to Renaming package 2019-09-23 17:17:58 +02:00
Tomas Votruba
100ea52e7d update configs 2019-09-23 17:09:26 +02:00
Tomas Votruba
85aee8d56e move RenameMethodRector to Renaming package 2019-09-23 17:03:23 +02:00
Tomas Votruba
d74d59ce39 move RenameAnnotationRector to Renaming package 2019-09-23 16:58:54 +02:00
Tomas Votruba
bb116a8c52 move RenameMethodCallRector to Renaming package 2019-09-23 16:53:46 +02:00
Tomas Votruba
362f47a69c move RenameFunctionRector to Renaming package 2019-09-23 16:40:54 +02:00
HypeMC
71edadce38 Update docs 2019-09-22 00:33:51 +02:00
Tomas Votruba
417ee5c749 decouple 2019-09-21 21:18:24 +02:00
Tomas Votruba
8ec27c0304 update docs 2019-09-19 11:45:09 +02:00
Tomas Votruba
b443f23644 update docs [skip ci] 2019-09-15 20:28:10 +02:00
Agata Drozdek
759db15ff5 Fixed small typos for Symfony docs. 2019-09-06 22:08:48 +02:00
Tomas Votruba
2cb3f04945 remove few PHP-Parser rules to prevent package-rules vs package-features confussion 2019-09-06 12:33:05 +02:00
Tomas Votruba
5183a51f6b update docs 2019-08-24 13:11:20 +02:00
Tomas Votruba
9b9ce531b2 [PSR4] Add NormalizeNamespaceByPSR4ComposerAutoloadRector 2019-08-18 12:56:56 +02:00
Tomas Votruba
e31312dc32 rebuild docs 2019-08-17 15:06:02 +02:00
Tomas Votruba
11732c84e7 fix multiple trait analysis 2019-08-06 08:32:21 +02:00
Tomas Votruba
a20558e8d3 rebuilds docs [skip ci] 2019-08-05 23:10:47 +02:00
Tomas Votruba
d3115e8b8a [CodeQuality] Fix StrlenZeroToIdenticalEmptyStringRector skipping non-matching binary 2019-07-09 17:06:58 +02:00
Jeroen Smit
6f9a587ca8 Fixed wrong naming of docs script in composer.json (#1705)
* Fixed wrong naming of docs script in composer.json
Regenerated docs
2019-07-06 21:51:36 +02:00
Tomas Votruba
0b0cf24098 update docs 2019-06-06 15:01:53 +02:00
Tomas Votruba
4049b579c4 make RectorsFinder return consistent order by shorter names 2019-06-02 10:45:57 +03:00