5684 Commits

Author SHA1 Message Date
Tomáš Votruba
cbbce30ed8
Merge pull request #1865 from rectorphp/psr4-namespace
[PSR4] Add NormalizeNamespaceByPSR4ComposerAutoloadRector
2019-08-19 22:05:57 +02:00
Tomáš Votruba
2883040d74
[PHP 7.4] Add literal thousand superator (#1847)
[PHP 7.4] Add literal thousand superator
2019-08-19 16:56:36 +02:00
Tomas Votruba
97db6114e7 cleanup phpstan errors 2019-08-19 16:52:02 +02:00
Tomas Votruba
914f0b936c [PHP 7.4] Add literal thousand superator 2019-08-19 16:39:38 +02:00
Tomas Votruba
855eaadc92 fix image 2019-08-19 15:50:06 +02:00
Tomas Votruba
f14a35ba9d add spaceflow sponsor 2019-08-19 15:49:41 +02:00
Tomas Votruba
222912be5e add ref 2019-08-19 15:41:47 +02:00
Tomas Votruba
5f1abab0c1 update CHANGELOG v0.5.10 2019-08-19 15:21:17 +02:00
Tomas Votruba
9b9ce531b2 [PSR4] Add NormalizeNamespaceByPSR4ComposerAutoloadRector 2019-08-18 12:56:56 +02:00
Tomas Votruba
f9773142b2 cs fixes 2019-08-18 01:34:42 +02:00
Tomas Votruba
6c77e2813e autoload files first before project 2019-08-18 01:32:20 +02:00
Tomáš Votruba
ca3b601d00
fix type resolutoin in PropertyNodeParamTypeInferer (#1864)
fix type resolutoin in PropertyNodeParamTypeInferer
2019-08-17 15:50:25 +02:00
Tomas Votruba
17e71ca0bf fix type resolutoin in PropertyNodeParamTypeInferer 2019-08-17 15:44:59 +02:00
Tomáš Votruba
c383ed61e0
merge ArrayPropertyDefaultValueRector to superior AddArrayDefau… (#1863)
merge ArrayPropertyDefaultValueRector to superior AddArrayDefaultToArrayPropertyRector
2019-08-17 15:37:59 +02:00
Tomas Votruba
03a5e8ae4e fix phpstan 0.11.14 compat 2019-08-17 15:33:45 +02:00
Tomas Votruba
e31312dc32 rebuild docs 2019-08-17 15:06:02 +02:00
Tomas Votruba
c59e842eb2 merge ArrayPropertyDefaultValueRector to superior AddArrayDefaultToArrayPropertyRector 2019-08-17 15:05:42 +02:00
Tomáš Votruba
d39042ea2c
[TypeDeclaration] Various AddArrayReturnDocTypeRector improveme… (#1862)
[TypeDeclaration] Various AddArrayReturnDocTypeRector improvements
2019-08-17 15:05:23 +02:00
Tomas Votruba
70665ccad6 skip nested function returns 2019-08-17 14:59:10 +02:00
Tomas Votruba
ad987fd766 skip ctor 2019-08-17 14:30:47 +02:00
Tomas Votruba
ebd52bc236 do not re-add already existing docs 2019-08-17 14:26:11 +02:00
Tomáš Votruba
b7e5581dfc
Merge pull request #1842 from scheb/override-constant
Overriding constants require at least the parent's visibility
2019-08-17 14:00:49 +02:00
Tomas Votruba
efe9e1041d skip duplicated array type 2019-08-17 13:56:12 +02:00
Tomas Votruba
bfdd7bfcd5 fix incorrect return type 2019-08-17 13:48:16 +02:00
Christian Scheb
1836cba680 Refactored 2019-08-17 13:45:29 +02:00
Tomas Votruba
421833c50e skip void return type in annotation 2019-08-17 13:38:54 +02:00
Christian Scheb
e462f6cfd9 Consider parent constant's visibility 2019-08-17 13:36:48 +02:00
Christian Scheb
61c40190fc Add test case for overriding constants 2019-08-17 13:36:48 +02:00
Tomas Votruba
8bd327b771 add mixed[] explicit type on array 2019-08-17 13:07:15 +02:00
Tomas Votruba
251d925b31 add array type to iterable 2019-08-17 13:00:40 +02:00
Tomáš Votruba
80bfd98dbd
Merge pull request #1859 from rectorphp/return-annot-fqn
fix lowercase of union fqn types
2019-08-17 00:42:55 +02:00
Tomas Votruba
a76127ffbb fix lowercase of union fqn types 2019-08-17 00:36:51 +02:00
Tomáš Votruba
6398756642
Always keeps array in *TypeInfo (#1858)
Always keeps array in *TypeInfo
2019-08-16 23:20:01 +02:00
Tomas Votruba
806b3d1581 remove removal of array types inside *TypeInfo 2019-08-16 22:52:23 +02:00
Tomas Votruba
b9d07b8455 always keep more detailed array types in *TypeInfo 2019-08-16 22:52:23 +02:00
Tomáš Votruba
a84b348ee6
[TypeDeclaration] Add AddArrayReturnDocTypeRector (#1857)
[TypeDeclaration] Add AddArrayReturnDocTypeRector
2019-08-16 22:43:43 +02:00
Tomas Votruba
402fa85814 [TypeDeclaration] Add AddArrayReturnDocTypeRector 2019-08-16 22:35:41 +02:00
Tomáš Votruba
5ad858c8b1
Merge pull request #1856 from rectorphp/array-param-doc
[TypeDeclaration] Add AddArrayParamDocTypeRector
2019-08-16 17:02:09 +02:00
Tomas Votruba
ac479cd5c4 [TypeDeclaration] Add AddArrayParamDocTypeRector 2019-08-16 15:29:05 +02:00
Tomáš Votruba
bd12dd0d59
Merge pull request #1854 from tigitz/ignore_param_nullable_resource_type
Ignores resource also when type is nullable
2019-08-15 20:53:35 +02:00
Philippe Segatori
c33bdbbd07 Ignores resource also when type is nullable 2019-08-15 20:34:03 +02:00
Tomáš Votruba
d0a045bbb7
Merge pull request #1855 from rectorphp/coding-style-array-default
[CodingStyle] Add AddArrayDefaultToArrayPropertyRector
2019-08-15 18:05:46 +02:00
Tomas Votruba
31a46f0ad8 [CodingStyle] Add AddArrayDefaultToArrayPropertyRector 2019-08-15 14:00:48 +02:00
Tomáš Votruba
a38a340b99
fix different method call return in FluentReplaceRector (#1853)
fix different method call return in FluentReplaceRector
2019-08-15 00:51:43 +02:00
Tomas Votruba
27b0218b95 skip differnt return in FluentReplaceRector 2019-08-15 00:18:30 +02:00
Tomáš Votruba
63bd095df7
decimal is float [closes #1810] (#1852)
decimal is float [closes #1810]
2019-08-15 00:17:29 +02:00
Tomas Votruba
bd06c46716 decimal is float [closes #1810] 2019-08-15 00:01:54 +02:00
Tomáš Votruba
20792cc729
Merge pull request #1822 from scheb/private-constant-issue
Add test for #1816: Resolving constant fetches is unsafe
2019-08-14 23:54:42 +02:00
Tomáš Votruba
356096c1a6
Fix FluentReplaceRector for more than 2 calls + add * matching… (#1851)
Fix FluentReplaceRector for more than 2 calls + add * matching support
2019-08-14 23:47:17 +02:00
Tomas Votruba
5b87ecdba9 fix FluentReplaceRector for 3+ method calls 2019-08-14 22:52:26 +02:00