7676 Commits

Author SHA1 Message Date
TomasVotruba
1e83e78a5e fix duplicate switch without break 2020-02-21 13:37:27 +01:00
Tomas Votruba
fd54cf2eaf
Merge pull request #2898 from rectorphp/coding-camel-to-undrescore
[CodingStyle] Add CamelCaseFunctionNamingToUnderscoreRector
2020-02-21 02:58:53 +01:00
TomasVotruba
0e61d7e96f [CodingStyle] Add CamelCaseFunctionNamingToUnderscoreRector 2020-02-21 02:50:54 +01:00
Tomas Votruba
f0a8a527fe
Merge pull request #2897 from rectorphp/explicit
fix nested array dim fetch resolving type
2020-02-21 01:57:23 +01:00
TomasVotruba
99eeeabee2 fix nested array dim fetch resolving type 2020-02-21 01:52:45 +01:00
Tomas Votruba
d4d0285a94
Merge pull request #2896 from rectorphp/static-reatin
keep array function static
2020-02-21 00:41:09 +01:00
TomasVotruba
40cd751756 keep array function static 2020-02-21 00:40:35 +01:00
Tomas Votruba
ec50ab5672
Merge pull request #2890 from Aerendir/AnnotateThrowables-support-static-methods
#2861: Support throw of static methods
2020-02-20 19:49:39 +01:00
Aerendir
3e3445a255 Closes #2889. Support static methods calls. 2020-02-20 17:16:30 +01:00
Tomas Votruba
04c62b0c11
Merge pull request #2893 from rectorphp/tabs-indent
fix tab indent
2020-02-20 03:33:01 +01:00
TomasVotruba
bf97e8767f fix tab indent 2020-02-20 03:29:46 +01:00
Tomas Votruba
b4401a3c4b
Merge pull request #2886 from rectorphp/skip-test-var
skip test fixtures
2020-02-19 14:59:02 +01:00
TomasVotruba
01bd2e3d86 skip test fixtures 2020-02-19 14:53:21 +01:00
Tomas Votruba
5a3b0adff2
Merge pull request #2885 from rectorphp/fix-const
Fix already constant
2020-02-19 14:41:54 +01:00
TomasVotruba
9da97ed1f6 update alias 2020-02-19 14:36:10 +01:00
TomasVotruba
7f63457a18 Fix already constant 2020-02-19 14:35:30 +01:00
Tomas Votruba
d7fcfe1576
Merge pull request #2884 from rectorphp/callable-type
Callable type
2020-02-19 01:44:28 +01:00
TomasVotruba
3dd1e7ca69 make callable print closest as possible 2020-02-19 01:28:25 +01:00
TomasVotruba
466b69b897 improve callable type 2020-02-19 00:54:28 +01:00
Tomas Votruba
f5e5906ee8
Merge pull request #2881 from snapshotpl/callable_type
Callable type falling tests
2020-02-19 00:25:23 +01:00
Tomas Votruba
ca917d3235
Merge pull request #2873 from rectorphp/single-local-value-to-constant
[SOLID] Add ChangeReadOnlyVariableWithDefaultValueToConstantRector
2020-02-19 00:25:01 +01:00
TomasVotruba
8040aa8613 bump to phpstan 0.12.11 2020-02-19 00:18:08 +01:00
TomasVotruba
c25db0b56d apply 2020-02-19 00:14:44 +01:00
TomasVotruba
1ad8f08ccd [SOLID] Add ChangeReadOnlyVariableWithDefaultValueToConstantRector 2020-02-18 23:59:07 +01:00
Tomas Votruba
36ffd47763
Merge pull request #2876 from Aerendir/AnnotateThrowables-improve-tests-organization
`AnnotateThrowablesRector`: Improve organization of tests.
2020-02-18 18:59:06 +01:00
Tomas Votruba
b65a200400
Merge pull request #2883 from alfredbez/oxid-replace-deprecated-classes
[OXID] replace backwards-compatability classes in oxNew
2020-02-18 18:06:15 +01:00
Tomas Votruba
cbc6ca989b
Merge pull request #2880 from fsok/fix_notice_ternary_to_spaceship
Fix PHP notice in ternary to spaceship rector
2020-02-18 14:07:38 +01:00
alfredbez
2cd3761661 added rector to replace oxid backwards-compatability classes 2020-02-18 12:10:03 +01:00
Witold Wasiczko
d907822a35
Callable type falling tests 2020-02-18 10:58:11 +01:00
Felix Sokoliuk
bd5e0adeac skip node when nested ternary is not a BinaryOp 2020-02-18 06:48:28 +01:00
Felix Sokoliuk
cd263606c9 add test case for non binary op nested ternary 2020-02-18 06:45:43 +01:00
Aerendir
082a3061bf Fix mispelled Docblock. 2020-02-17 17:00:37 +01:00
Aerendir
15f97ae2f3 AnnotateThrowablesRector: Improve organization of tests. 2020-02-17 16:52:59 +01:00
Tomas Votruba
85aa4dd4bc
Merge pull request #2874 from Ivorius/patch-1
Update set for transforming Kdyby\Translation to Contributte\Translation
2020-02-17 16:26:23 +01:00
Tomas Votruba
a9aefc0120
Merge pull request #2875 from rectorphp/revert-coverage
disable coverage on pr, secret does not work
2020-02-17 16:26:13 +01:00
TomasVotruba
9bcbbc59ef disable coverage on pr, secret does not work 2020-02-17 16:25:53 +01:00
Ivo Toman
bb059a74db
Update set for transforming Kdyby\Translation to Contributte\Translation 2020-02-17 16:20:04 +01:00
Tomas Votruba
efe1de4fe7
Merge pull request #2872 from rectorphp/array-spread
Skip unpackaged args in ArraySpreadInsteadOfArrayMergeRector
2020-02-17 15:22:58 +01:00
TomasVotruba
5a28cd22d5 Skip unpackaged args in ArraySpreadInsteadOfArrayMergeRector 2020-02-17 15:17:39 +01:00
Tomas Votruba
679a5b5262
Merge pull request #2871 from rectorphp/ci-sets-parallel
Make ParamTypeDeclaration test pass with parent interface
2020-02-17 02:03:11 +01:00
TomasVotruba
e9897408b6 make test pass 2020-02-17 01:54:02 +01:00
TomasVotruba
868a56ad5a fix test location 2020-02-17 01:52:05 +01:00
Tomas Votruba
dba5604685
Merge pull request #2697 from Aerendir/failing-test-case-for-2696
Failing test case for #2696.
2020-02-17 01:28:17 +01:00
Tomas Votruba
ab0c172b26
Merge pull request #2870 from rectorphp/fix-always-else
fix remove alwasy else for anonymous function jump
2020-02-17 01:27:35 +01:00
TomasVotruba
5ebf2414c4 fix remove alwasy else for anonymous function jump 2020-02-17 01:24:19 +01:00
Tomas Votruba
655478265c
Merge pull request #2862 from escopecz/remove-always-elase-anonymous-function
Adding failing test for RemoveAlwaysElseRector
2020-02-17 00:55:40 +01:00
Tomas Votruba
34dc69ef83
Merge pull request #2869 from rectorphp/keep-comments
Keep comments
2020-02-17 00:53:09 +01:00
TomasVotruba
dfd75bea94 improve ci 2020-02-17 00:45:00 +01:00
TomasVotruba
1498108d95 fix single line comment 2020-02-17 00:03:28 +01:00
TomasVotruba
b89d691c36 symplify config 2020-02-16 21:52:10 +01:00