5613 Commits

Author SHA1 Message Date
Tomas Votruba
1f9f5c7e0d add PHPUnitEnvironment 2019-08-10 13:11:22 +02:00
Tomas Votruba
4b584b9507 fix RemoveSetterOnlyPropertyAndMethodCallRector race condition 2019-08-10 11:43:34 +02:00
Tomáš Votruba
779e082213
Merge pull request #1836 from rectorphp/setter-fix
Fixing NodeRemovingVisitor
2019-08-10 10:07:21 +02:00
Tomas Votruba
dda66052b5 decopule NodeRemovingNodeVisitor 2019-08-10 10:04:47 +02:00
Tomáš Votruba
f9f285a96b
Merge pull request #1835 from rectorphp/removal-fix
fix reseting of removed nodes
2019-08-09 18:54:35 +02:00
Tomas Votruba
2d1ee98ef3 fix reseting of removed nodes 2019-08-09 18:53:31 +02:00
Tomáš Votruba
36925e4a4b
fix var/method call resolver (#1833)
fix var/method call resolver
2019-08-09 13:51:52 +02:00
Tomas Votruba
62f766aad3 fix var/method call resolver 2019-08-09 13:48:52 +02:00
Tomáš Votruba
af193ba355
fix args miss-match in RemoveDelegatingParentCallRector (#1832)
fix args miss-match in RemoveDelegatingParentCallRector
2019-08-09 11:23:02 +02:00
Tomas Votruba
c78b60d531 fix args miss-match in RemoveDelegatingParentCallRector 2019-08-09 11:20:06 +02:00
Tomáš Votruba
c10d77d993
fix unused method type for return type (#1831)
fix unused method type for return type
2019-08-09 10:40:50 +02:00
Tomáš Votruba
b25913e35d
Merge pull request #1830 from rectorphp/leave-node-bug
fix non-same parent method name for RemoveParentCallWithoutParentRector
2019-08-09 10:34:53 +02:00
Tomas Votruba
40802e5051 fix unused method type for return type 2019-08-09 10:34:50 +02:00
Tomas Votruba
2d4890706f fix non-same parent method name for RemoveParentCallWithoutParentRector 2019-08-09 10:19:34 +02:00
Tomáš Votruba
7c0eec4b6c
skip same-namespace-short name in ImportFullyQualifiedNamesRect… (#1829)
skip same-namespace-short name in ImportFullyQualifiedNamesRector
2019-08-08 16:36:13 +02:00
Tomas Votruba
14f096f8ae skip same-namespace-short name in ImportFullyQualifiedNamesRector 2019-08-08 16:31:31 +02:00
Tomas Votruba
dbacd0ed35 typo 2019-08-08 12:02:16 +02:00
Tomáš Votruba
f80d4459e2
allow multiline empty spaces strings (#1828)
allow multiline empty spaces strings
2019-08-08 11:47:56 +02:00
Tomas Votruba
abf60e04db allow multiline empty spaces strings 2019-08-08 11:47:10 +02:00
Tomáš Votruba
299b7c536b
Merge pull request #1827 from rectorphp/string-json-array
simplify ManualJsonStringToJsonEncodeArrayRector
2019-08-08 11:44:09 +02:00
Tomas Votruba
702624b959 simplify ManualJsonStringToJsonEncodeArrayRector 2019-08-08 11:33:43 +02:00
Tomáš Votruba
7ae84d1189
add concat + multiline case to ManualJsonStringToJsonEncodeArra… (#1826)
add concat + multiline case to ManualJsonStringToJsonEncodeArrayRector
2019-08-08 10:08:27 +02:00
Tomas Votruba
c3c8e7c21f add concat + multiline case to ManualJsonStringToJsonEncodeArrayRector 2019-08-08 09:48:23 +02:00
Tomáš Votruba
b7460e4b3e
add implode support to ManualJsonStringToJsonEncodeArrayRector (#1825)
add implode support to ManualJsonStringToJsonEncodeArrayRector
2019-08-08 01:09:48 +02:00
Tomas Votruba
7baf954aef add implode support to ManualJsonStringToJsonEncodeArrayRector 2019-08-08 01:04:54 +02:00
Tomáš Votruba
0fb70a97b8
Merge pull request #1823 from rectorphp/json-nette-utils
[Nette] Add JsonDecodeEncodeToNetteUtilsJsonDecodeEncodeRector
2019-08-07 18:17:36 +02:00
Tomas Votruba
2fc2a65ed8 [Nette] Add JsonDecodeEncodeToNetteUtilsJsonDecodeEncodeRector 2019-08-07 13:00:53 +02:00
Tomáš Votruba
87facf1764
skip abstract parent methods in RemoveUnusedDoctrineEntityMetho… (#1821)
skip abstract parent methods in RemoveUnusedDoctrineEntityMethodAndPr…
2019-08-06 18:14:47 +02:00
Tomas Votruba
9341f4fca5 skip abstract parent methods in RemoveUnusedDoctrineEntityMethodAndPropertyRector 2019-08-06 17:57:09 +02:00
Tomáš Votruba
38b9bebda9
[DeadCode] Add RemoveSetterOnlyPropertyAndMethodCallRector (#1819)
[DeadCode] Add RemoveSetterOnlyPropertyAndMethodCallRector
2019-08-06 14:41:50 +02:00
Tomas Votruba
2847bf2b8f skip serialized props 2019-08-06 14:23:41 +02:00
Tomas Votruba
73ac67d5ef skip __construct 2019-08-06 14:08:56 +02:00
Tomas Votruba
fb8af74d4a add spaceflow sponsor 2019-08-06 14:08:56 +02:00
Tomas Votruba
6000b30369 [DeadCode] Add RemoveSetterOnlyPropertyAndMethodCallRector 2019-08-06 12:50:53 +02:00
Tomáš Votruba
5400d6c5c1
add removed nodes collector (#1818)
add removed nodes collector
2019-08-06 10:20:41 +02:00
Tomas Votruba
fc6e80c814 fix scope resolver files for tests 2019-08-06 10:13:11 +02:00
Tomas Votruba
0f60135b08 add removed nodes collector 2019-08-06 09:37:31 +02:00
Tomáš Votruba
e5c0c5df03
Fix analysed files for PHPStan scope resolver (#1817)
Fix analysed files for PHPStan scope resolver
2019-08-06 09:20:11 +02:00
Tomas Votruba
11732c84e7 fix multiple trait analysis 2019-08-06 08:32:21 +02:00
Tomas Votruba
5c1de848e7 cleanup code 2019-08-06 08:32:21 +02:00
Tomáš Votruba
b95942aa2f
Improve PHPStan trait scope resolving (#1814)
Improve PHPStan trait scope resolving
2019-08-05 23:12:15 +02:00
Tomas Votruba
a20558e8d3 rebuilds docs [skip ci] 2019-08-05 23:10:47 +02:00
Tomas Votruba
a4302b44be Improve trait node scope resolving 2019-08-05 21:13:37 +02:00
Tomáš Votruba
3ecafd4054
Merge pull request #1813 from slepic/master
dont load phpstan-phpunit if phpunit not installed
2019-08-05 18:50:40 +02:00
slepic
8f16525c3f dont load phpstan-phpunit if phpunit not installed 2019-08-05 18:14:49 +02:00
Tomáš Votruba
59222aa086
[DeadCode] Add RemoveUnusedDoctrineEntityMethodAndPropertyRector (#1800)
[DeadCode] Add RemoveUnusedDoctrineEntityMethodAndPropertyRector
2019-08-05 16:55:42 +02:00
Tomas Votruba
9145e6685f composer: require nette/di to allow phpstan extension with Reference class 2019-08-05 16:50:34 +02:00
Tomas Votruba
d22f3d009c trait resolving can work with missing vendor parent class 2019-08-05 14:57:29 +02:00
Tomas Votruba
72b91209c7 [DeadCode] Add RemoveUnusedDoctrineEntityMethodAndPropertyRector 2019-08-04 23:39:48 +02:00
Tomáš Votruba
541ffe975c
Merge pull request #1808 from rectorphp/resolver
Correct NameResolver::getName() + cleanup static analysis
2019-08-04 20:50:19 +02:00