Tomas Votruba
|
d55cd61803
|
[PHP 7.4] Add MbStrrposEncodingArgumentPositionRector
|
2018-12-31 10:47:08 +01:00 |
|
Tomas Votruba
|
4b1ab008ef
|
[Php 7.4] Add GetCalledClassToStaticClassRector
|
2018-12-31 10:25:07 +01:00 |
|
Tomas Votruba
|
d080786248
|
[PHP 7.4] Add ClassConstantToSelfClassRector
|
2018-12-31 01:55:45 +01:00 |
|
Tomas Votruba
|
218f4c2a50
|
[PHP 7.4] Add ExportToReflectionFunctionRector
|
2018-12-31 01:42:02 +01:00 |
|
Tomas Votruba
|
d016738087
|
[PHP 7.4] Add FilterVarToAddSlashesRector
|
2018-12-31 01:35:24 +01:00 |
|
Tomas Votruba
|
2cf31cfd81
|
[PHP 7.4] Add ArrayKeyExistsOnPropertyRector
|
2018-12-31 01:25:18 +01:00 |
|
Tomas Votruba
|
530b2f1310
|
Add CallableCollectorPopulator
|
2018-12-23 18:03:37 +01:00 |
|
Tomas Votruba
|
d9c6fcf96d
|
add typed array support + callable
|
2018-12-23 16:00:05 +01:00 |
|
Tomas Votruba
|
80ee432f35
|
add support for union types to CompleteVarDocTypePropertyRector
|
2018-12-23 12:07:04 +01:00 |
|
Tomas Votruba
|
a0e4f65e3e
|
fix TypePropertyRector not to remove @var docs, cs should to that [closes #886]
|
2018-12-22 15:31:55 +01:00 |
|
Tomas Votruba
|
48cb147db4
|
Add CompleteVarDocTypePropertyRector
|
2018-12-22 15:20:55 +01:00 |
|
Tomas Votruba
|
421b307965
|
rename *ScalarTypehint to *TypeDeclaration
|
2018-12-22 12:32:32 +01:00 |
|
Tomas Votruba
|
96314495df
|
add static type analysis to type declaration complete
|
2018-12-22 12:05:09 +01:00 |
|
Tomas Votruba
|
67647fd16e
|
add external variadic fix + detect root function name only
|
2018-12-21 20:14:09 +01:00 |
|
Tomas Votruba
|
e3a860fc46
|
fix CountOnNullRector for array default property
|
2018-12-21 18:42:14 +01:00 |
|
Tomas Votruba
|
d7d6372551
|
do not reflect non-existing function
|
2018-12-21 15:26:11 +01:00 |
|
Tomas Votruba
|
aa9f7845ba
|
fix PHP4 constructor for expr
|
2018-12-20 20:59:34 +01:00 |
|
Tomas Votruba
|
9f97544c1d
|
check existing method
|
2018-12-20 20:51:55 +01:00 |
|
Tomas Votruba
|
8e345870cd
|
fix PHP4ConstructorRector
|
2018-12-20 20:39:13 +01:00 |
|
Tomas Votruba
|
2c6509279f
|
fix PHP4ConstructorRector
|
2018-12-20 20:33:05 +01:00 |
|
Tomas Votruba
|
c31dcb18a0
|
add few create_function cases
|
2018-12-18 01:02:24 +01:00 |
|
Tomas Votruba
|
65764c4eec
|
shorten indent on test file list
|
2018-12-17 01:28:51 +01:00 |
|
Tomas Votruba
|
17c441b833
|
cleanup
|
2018-12-17 00:00:16 +01:00 |
|
Tomas Votruba
|
15d8b9105a
|
simplify pattern to left and right handed
|
2018-12-16 21:56:54 +01:00 |
|
Tomas Votruba
|
69622aa7dd
|
add regex constant definition
|
2018-12-16 16:38:57 +01:00 |
|
Tomas Votruba
|
740d0cc820
|
add previous variable definition
|
2018-12-16 15:22:46 +01:00 |
|
Tomas Votruba
|
3f8c9431ea
|
sort methods by their call
|
2018-12-16 15:22:46 +01:00 |
|
Tomas Votruba
|
558fa593c3
|
Add RegexDashEscapeRector
|
2018-12-16 15:22:46 +01:00 |
|
Tomas Votruba
|
3ce2e41a03
|
remove unused configs
|
2018-12-16 02:39:26 +01:00 |
|
Tomas Votruba
|
605419a0d4
|
improve CreateFunctionToAnonymousFunctionRector
|
2018-12-16 02:05:31 +01:00 |
|
Tomas Votruba
|
6ed11cc2ef
|
improve SimplifyForeachToCoalescingRector
|
2018-12-15 21:31:14 +01:00 |
|
Tomas Votruba
|
62dd290641
|
apply code-quality level
|
2018-12-15 21:08:00 +01:00 |
|
Tomas Votruba
|
2f92e5e111
|
add FunctionLikeNodeCollector, improve RemoveExtraParametersRector
|
2018-12-15 21:07:05 +01:00 |
|
Tomas Votruba
|
3376254f77
|
Add CreateFunctionToAnonymousFunctionRector
|
2018-12-15 21:07:05 +01:00 |
|
Tomas Votruba
|
daa8f01688
|
Add StringsAssertNakedRector
|
2018-12-15 21:07:05 +01:00 |
|
Tomas Votruba
|
8f57b231ba
|
add getValue(), isValue() and areValues() to AbstractRector
|
2018-12-15 21:07:05 +01:00 |
|
Tomas Votruba
|
8b43393e6a
|
Add TernaryToSpaceshipRector
|
2018-12-15 21:07:05 +01:00 |
|
Tomas Votruba
|
e7e01659ef
|
Add ParseStrWithResultArgumentRector
|
2018-12-15 21:07:05 +01:00 |
|
Tomas Votruba
|
f3398e3acb
|
Add ReduceMultipleDefaultSwitchRector
|
2018-12-15 21:07:05 +01:00 |
|
Tomas Votruba
|
8d783a68bd
|
Add RemoveExtraParametersRector
|
2018-12-15 21:07:05 +01:00 |
|
Tomas Votruba
|
cac89cbb9a
|
add NullCoalescingOperatorRector
|
2018-12-14 22:45:07 +01:00 |
|
Tomas Votruba
|
f4e883f6f2
|
add IsObjectOnIncompleteClassRector
|
2018-12-14 22:31:21 +01:00 |
|
Tomas Votruba
|
321bc830f4
|
add GetClassOnNullRector
|
2018-12-14 22:17:56 +01:00 |
|
Tomas Votruba
|
e40dd5a962
|
clean
|
2018-12-14 20:52:16 +01:00 |
|
Tomas Votruba
|
d376e90319
|
add Mysql to Mysqli set
|
2018-12-13 12:16:39 +01:00 |
|
Tomas Votruba
|
45248dee04
|
Add AssertEqualsParameterToSpecificMethodsTypeRector
|
2018-12-11 13:02:28 +01:00 |
|
Tomas Votruba
|
26c190bdb4
|
add mixed and variadic cases to *ScalarTypehintRector
|
2018-12-09 15:26:26 +01:00 |
|
Tomas Votruba
|
baabc5937e
|
add trait in child class support to ScalarTypehintRector
|
2018-12-08 21:59:56 +01:00 |
|
Tomas Votruba
|
5df19a36e3
|
correct support for applied rectors
|
2018-12-08 16:04:27 +01:00 |
|
Tomas Votruba
|
d8d76d72b4
|
move FilesToReprtingCollector to new cycle in RectorApplication
|
2018-12-08 15:33:38 +01:00 |
|