Tomáš Votruba
|
392d444862
|
Merge pull request #928 from rectorphp/code-style
[CodingStyle] Add SetTypeToCastRector
|
2019-01-02 17:10:23 +01:00 |
|
Tomas Votruba
|
38faba727a
|
[CodingStyle] Add SetTypeToCastRector
|
2019-01-02 17:02:47 +01:00 |
|
Tomáš Votruba
|
4f67e82196
|
Merge pull request #927 from rectorphp/code-style
[CodingStyle] Add ConsistentImplodeRector
|
2019-01-02 16:39:44 +01:00 |
|
Tomas Votruba
|
861a86580b
|
[CodingStyle] Add ConsistentImplodeRector
|
2019-01-02 16:23:21 +01:00 |
|
Tomáš Votruba
|
45e7f5e454
|
Merge pull request #926 from rectorphp/fixes
Various fixes
v0.3.33
|
2019-01-02 14:36:52 +01:00 |
|
Tomas Votruba
|
465bd42925
|
use new PHP CS Fixer sort style for function namespaces
|
2019-01-02 14:22:25 +01:00 |
|
Tomas Votruba
|
226214261d
|
Make IdenticalFalseToBooleanNotRector skip for false|0 return types [closes #924]
|
2019-01-02 14:17:50 +01:00 |
|
Tomas Votruba
|
6d7ed86cb8
|
Fix empty class in SimplifyDeMorganBinaryRector [closes #915]
|
2019-01-02 14:04:29 +01:00 |
|
Tomas Votruba
|
3db8bc5324
|
Fix missing arguments in StaticCallOnNonStaticToInstanceCallRector [closes #923]
|
2019-01-02 14:00:55 +01:00 |
|
Tomáš Votruba
|
4ff1d903a8
|
Merge pull request #914 from rectorphp/will-phpunit
[PHPUnit] Add UseSpecificWillMethodRector
v0.3.32
|
2018-12-31 23:06:45 +01:00 |
|
Tomas Votruba
|
c5e9428490
|
[PHPUnit] Add UseSpecificWillMethodRector
|
2018-12-31 22:07:12 +01:00 |
|
Tomáš Votruba
|
ccc95e9f03
|
Merge pull request #913 from rectorphp/bug-fixes
[CodeQuality] Fix false positive on SimplifyConditionsRector
|
2018-12-31 21:21:50 +01:00 |
|
Tomas Votruba
|
c49a5f8362
|
[CodeQuality] Fix false positive on SimplifyConditionsRector [fixes #854]
|
2018-12-31 21:12:17 +01:00 |
|
Tomáš Votruba
|
8d066faac0
|
Merge pull request #912 from rectorphp/this-to-self
[PHP] Add PreferThisOrSelfMethodCallRector
v0.3.31
|
2018-12-31 20:36:26 +01:00 |
|
Tomas Votruba
|
c1d7d8bcba
|
update DOCS [skip ci]
|
2018-12-31 20:29:12 +01:00 |
|
Tomas Votruba
|
452ab18f0a
|
[README] Add Docker link on install [skip ci]
|
2018-12-31 20:28:56 +01:00 |
|
Tomas Votruba
|
e77ac7c2ea
|
[PHP] Add PreferThisOrSelfMethodCallRector
|
2018-12-31 20:28:56 +01:00 |
|
Tomáš Votruba
|
0275748f6e
|
Merge pull request #911 from rectorphp/php-static-on-non-static
[PHP] Static call on non static to instantce call
|
2018-12-31 19:41:37 +01:00 |
|
Tomas Votruba
|
78b65fe15f
|
extends StaticCallOnNonStaticToInstanceCall
|
2018-12-31 19:03:31 +01:00 |
|
Tomas Votruba
|
fa1263b7c8
|
add missing rectors to mysql_to_myslqi
|
2018-12-31 18:47:30 +01:00 |
|
Tomas Votruba
|
f0be517a16
|
[PHP] Add ThisCallOnStaticMethodToStaticCallRector
|
2018-12-31 18:47:30 +01:00 |
|
Tomas Votruba
|
dd5956bd9d
|
[PHP] Add StaticCallOnNonStaticToInstanceCallRector
|
2018-12-31 18:28:12 +01:00 |
|
Tomas Votruba
|
d6a696196b
|
[PHP 7.3] Add IfToSpaceshipRector
|
2018-12-31 18:13:43 +01:00 |
|
Tomáš Votruba
|
86eb06078a
|
Merge pull request #910 from rectorphp/battleshipt
[PHP 7.3] Add IfToSpaceshipRector
|
2018-12-31 18:13:01 +01:00 |
|
Tomas Votruba
|
d1b5b9743a
|
[PHP 7.3] Add IfToSpaceshipRector
|
2018-12-31 17:46:34 +01:00 |
|
Tomáš Votruba
|
acabfa88bd
|
Merge pull request #908 from rectorphp/phpunit-is-readable
[PHPUnit] Add test case for is_readable
|
2018-12-31 13:09:55 +01:00 |
|
Tomas Votruba
|
b709854d65
|
remove YAML references [closes #896]
|
2018-12-31 13:09:33 +01:00 |
|
Tomas Votruba
|
80404600aa
|
[PHPUnit] add test case for is_readable [closes #851]
|
2018-12-31 13:09:33 +01:00 |
|
Tomáš Votruba
|
2e05760544
|
Merge pull request #907 from rectorphp/if-else-tern
[CodeQuality] Add SimplifyIfElseToTernaryRector
|
2018-12-31 13:08:23 +01:00 |
|
Tomas Votruba
|
0b80b862aa
|
update DOCS
|
2018-12-31 12:53:21 +01:00 |
|
Tomas Votruba
|
e89a0c1b4d
|
[CodeQuality] Add SimplifyIfElseToTernaryRector
|
2018-12-31 12:52:52 +01:00 |
|
Tomas Votruba
|
26254b4709
|
update create-rector config
|
2018-12-31 12:52:52 +01:00 |
|
Tomáš Votruba
|
e3abbf5446
|
Merge pull request #906 from rectorphp/single-array
[CodeQuality] Add SingleInArrayToCompareRector
|
2018-12-31 12:31:54 +01:00 |
|
Tomas Votruba
|
823c3c076b
|
[CodeQuality] Add SingleInArrayToCompareRector [closes #858]
|
2018-12-31 12:22:21 +01:00 |
|
Tomáš Votruba
|
7e8ff5866e
|
Merge pull request #905 from rectorphp/php74
[PHP 7.4] Add deprecations
|
2018-12-31 11:18:28 +01:00 |
|
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
|
41b0a2601f
|
[PHP 7.4] Add function deprecations
|
2018-12-31 01:25:18 +01:00 |
|
Tomáš Votruba
|
6d68f0a3ee
|
Merge pull request #902 from rectorphp/foreach-to-array-filter
[CodeQuality] Add ForeachToArrayFilter
|
2018-12-29 21:33:41 +01:00 |
|
Tomas Votruba
|
00e25abb89
|
[CodeQuality] Add SimplifyForeachToArrayFilterRector
|
2018-12-28 18:03:15 +01:00 |
|
Tomas Votruba
|
482ba85056
|
fix new directory paths for phpstan generate paths
|
2018-12-28 17:42:48 +01:00 |
|
Tomas Votruba
|
ceb946cc8b
|
use phpstan paths
|
2018-12-28 17:26:00 +01:00 |
|
Tomas Votruba
|
0b6860ef16
|
update phpstan to 0.10.7
|
2018-12-28 17:26:00 +01:00 |
|
Tomáš Votruba
|
3f4fe2da4d
|
Merge pull request #901 from rectorphp/sets
move SimplifyMirrorAssignRector to DeadCode
|
2018-12-28 16:07:48 +01:00 |
|
Tomas Votruba
|
80e7546aae
|
move SimplifyMirrorAssignRector to DaedCode
|
2018-12-28 15:52:59 +01:00 |
|
Tomáš Votruba
|
be10b85899
|
Merge pull request #898 from Great-Antique/patch-1
Fix typo
|
2018-12-27 15:13:27 +01:00 |
|