7923 Commits

Author SHA1 Message Date
TomasVotruba
da02d1a46e add docContent to resolve original doc format 2020-02-29 20:04:30 +01:00
TomasVotruba
aaec6aef4c keep original format of union type 2020-02-29 19:25:11 +01:00
TomasVotruba
7bc1703859 improve class cognitive complexity 2020-02-29 19:14:40 +01:00
TomasVotruba
67104fdca3 remove unused methods from ClassManipulator 2020-02-29 17:00:19 +01:00
TomasVotruba
06de6d708a bump Symplify to 7.2.3 2020-02-29 15:45:17 +01:00
TomasVotruba
24833bb00e decouple hasDescription() method 2020-02-29 15:43:38 +01:00
TomasVotruba
53ac8fcc41 make RemoveUnusedClassConstant skip open-source public constants 2020-02-29 15:28:08 +01:00
TomasVotruba
6420f9322e fixup! Merge pull request #2966 from rectorphp/public-abstract 2020-02-29 15:23:37 +01:00
Tomas Votruba
5f4ca314a9
Merge pull request #2966 from rectorphp/public-abstract
make open-source parameter typo-proof
2020-02-29 15:07:35 +01:00
TomasVotruba
d1b63e2e55 fix typoe open-source parameter 2020-02-29 15:06:05 +01:00
Tomas Votruba
d4db3c741f
Merge pull request #2965 from rectorphp/fix-printer
fix extra space in phpdoc
2020-02-29 13:26:05 +01:00
TomasVotruba
05edec05c6 fix extra space in phpdoc 2020-02-29 13:22:02 +01:00
TomasVotruba
9311d4f4a0 composer: replace prefixed 2020-02-29 13:16:34 +01:00
Tomas Votruba
92d35f05ca
Merge pull request #2964 from rectorphp/improv
fix complexity
2020-02-29 12:42:26 +01:00
TomasVotruba
e6489efac1 fix complexity 2020-02-29 12:37:22 +01:00
Tomas Votruba
a5fb185c04
Merge pull request #2963 from rectorphp/fix-null-trait
fix get class on trait
2020-02-29 03:21:59 +01:00
TomasVotruba
935b08e4ad fix get class on trait 2020-02-29 02:10:30 +01:00
Tomas Votruba
d3bf2c0364
Merge pull request #2950 from gnutix/GetClassOnNullRector/add_broken_test_in_trait
[GetClassOnNullRector] Add failing test in trait.
2020-02-29 02:06:11 +01:00
Tomas Votruba
f20d8e491b
Merge pull request #2962 from rectorphp/fix-printer
cleanup extra space in doc print
2020-02-29 02:05:14 +01:00
TomasVotruba
13dff989c9 cleanup extra space in doc print 2020-02-29 02:01:58 +01:00
Tomas Votruba
3125cc38c8
Merge pull request #2943 from fsok/failing_test_2939
add failing test case for #2939
2020-02-29 01:42:57 +01:00
Tomas Votruba
4dce04e04d
Merge pull request #2961 from rectorphp/naming-fixes
various fixes
2020-02-29 01:42:34 +01:00
TomasVotruba
cabe6d5e62 fix scoping of OxidEsales 2020-02-29 01:37:15 +01:00
TomasVotruba
128910963a various fixes 2020-02-29 01:29:42 +01:00
Tomas Votruba
8f3e90ba7f
Merge pull request #2956 from gnutix/AssertTrueFalseInternalTypeToSpecificMethodRector/add-broken-test-method-call
AssertTrueFalseInternalTypeToSpecificMethodRector: add broken test method call
2020-02-29 01:23:55 +01:00
Tomas Votruba
1452472fc5
Merge pull request #2951 from gnutix/AddSeeTestAnnotationRectorTest/add-broken-test-simple-comment
AddSeeTestAnnotationRectorTest: add broken test for simple comment.
2020-02-29 01:21:48 +01:00
Tomas Votruba
3a71aaf910
Merge pull request #2954 from gnutix/RemoveDefaultArgumentValueRector/add-broken-test-static-method-call
RemoveDefaultArgumentValueRector: add broken test on static method call.
2020-02-29 01:21:39 +01:00
Tomas Votruba
1f5bda0207
Merge pull request #2960 from rectorphp/fix-naming
fix naming of non-func call
2020-02-29 01:21:14 +01:00
TomasVotruba
e0baf3330b fix naming of non-func call 2020-02-29 01:20:34 +01:00
Tomas Votruba
6d2c6a0395
Merge pull request #2959 from rectorphp/fix-dim-array
fix return dim array fetch
2020-02-29 01:13:05 +01:00
Tomas Votruba
51b379b024
Merge pull request #2953 from gnutix/AssertRegExpRectorTest/add-broken-test-static-method-call
AssertRegExpRectorTest: add broken test on static method call
2020-02-29 01:12:58 +01:00
TomasVotruba
4c35675cca fix return dim array fetch 2020-02-29 01:12:08 +01:00
Tomas Votruba
c025d4c33d
Merge pull request #2952 from gnutix/ReturnTypeDeclarationRector/add-broken-test-array-index
ReturnTypeDeclarationRector: add broken test on array indexes (?)
2020-02-29 01:02:14 +01:00
Dorian Villet
cbdc4a1c2f AssertTrueFalseInternalTypeToSpecificMethodRector: add broken test on method call. 2020-02-28 17:20:54 +01:00
Dorian Villet
72be4f4450 RemoveDefaultArgumentValueRector: add broken test on static method call. 2020-02-28 17:10:11 +01:00
Dorian Villet
1a26e05ecc AssertRegExpRectorTest: add broken test when calling static method. 2020-02-28 16:54:12 +01:00
Dorian Villet
5781f8bb27 ReturnTypeDeclarationRector: add broken test. 2020-02-28 16:39:50 +01:00
Dorian Villet
05792e6a82 AddSeeTestAnnotationRectorTest: add broken test for simple comment. 2020-02-28 16:24:03 +01:00
Dorian Villet
567f8dda6d Add failing test in trait. 2020-02-28 15:49:50 +01:00
Tomas Votruba
3650ad07c9
Merge pull request #2949 from rectorphp/complex-property-fetch
Improve PropertyFetchManipulator
2020-02-28 00:30:46 +01:00
TomasVotruba
cf358bb55b decouple ClassMethodPropertyFetchManipulator 2020-02-28 00:22:34 +01:00
TomasVotruba
15d07f4537 decouple PropertyFetchAssignManipulator 2020-02-28 00:15:32 +01:00
Tomas Votruba
35e95f9db5
Merge pull request #2948 from rectorphp/dead-if-return
[DeadCode] Add RemoveDuplicatedIfReturnRector
2020-02-28 00:13:44 +01:00
TomasVotruba
542845cbe5 improve property fetch manipulator 2020-02-28 00:13:32 +01:00
TomasVotruba
e29f8fafab [DeadCode] Add RemoveDuplicatedIfReturnRector 2020-02-28 00:08:53 +01:00
Tomas Votruba
ff147216b7
Merge pull request #2946 from rectorphp/technical-dept
remove dead code
2020-02-27 23:20:26 +01:00
Tomas Votruba
375eb2f57c
Merge pull request #2947 from alexanderschnitzler/whitespaces_vs_tabs_fix
Let amount of usages decide whether whitespaces or tabs are used
2020-02-27 22:45:18 +01:00
Alexander Schnitzler
ad44a025a9
Make CI happy 2020-02-27 20:11:55 +01:00
Alexander Schnitzler
fbf98af6de
Let amount of usages decide whether whitespaces or tabs are used 2020-02-27 20:01:18 +01:00
TomasVotruba
b1e620155e remove dead code 2020-02-27 19:56:38 +01:00