Tomas Votruba
|
7c9df2cefe
|
rename Attribute to AttributeKey to prevent duplicated names with similar classes in 3rd party project
|
2019-04-13 14:21:36 +02:00 |
|
Tomáš Votruba
|
a334d9d33d
|
Merge pull request #1304 from rectorphp/solid-privatize
[SOLID] Add PrivatizeLocalClassConstantRector
|
2019-04-13 01:52:28 +02:00 |
|
Tomáš Votruba
|
0f4ddbbccd
|
Merge pull request #1313 from rectorphp/builder-factory
Add Builder factory to AbstractRector
|
2019-04-13 01:52:04 +02:00 |
|
Tomas Votruba
|
e34a29ad15
|
Add BuilderFactory to AbstractRector
|
2019-04-13 01:32:50 +02:00 |
|
Tomas Votruba
|
3457ca8b64
|
attempt to improve doc
|
2019-04-12 13:37:06 +02:00 |
|
Tomáš Votruba
|
514560dc09
|
Merge pull request #1311 from rectorphp/cs-split
[CodingStyle] Add SplitGroupedConstantsAndPropertiesRector
|
2019-04-11 23:18:43 +02:00 |
|
Tomas Votruba
|
e20ffc375f
|
[CodingStyle] Add SplitGroupedConstantsAndPropertiesRector
|
2019-04-11 23:18:29 +02:00 |
|
Tomas Votruba
|
68b5b7edea
|
fixup! [SOLID] Add PrivatizeLocalClassConstantRector
|
2019-04-10 16:10:02 +02:00 |
|
Tomas Votruba
|
aba4a3cb02
|
[SOLID] Add PrivatizeLocalClassConstantRector
|
2019-04-10 15:15:13 +02:00 |
|
Tomáš Votruba
|
4e58913ccf
|
Merge pull request #1305 from Dodenis/fix-level-symfony30
[Symfony 3.0] Fix wrong indentation in symfony30.yaml
|
2019-04-10 11:08:34 +02:00 |
|
Dodenis
|
abfb83ac39
|
Fix wrong indentation
|
2019-04-10 10:44:38 +02:00 |
|
Tomáš Votruba
|
ffe0d43df2
|
Merge pull request #1303 from rectorphp/solid-final
[SOLID] Add FinalizeClassesWithoutChildrenRector
|
2019-04-07 14:41:16 +02:00 |
|
Tomas Votruba
|
c1d0bd1556
|
[SOLID] Add FinalizeClassesWithoutChildrenRector
|
2019-04-07 14:22:24 +02:00 |
|
Tomáš Votruba
|
1f3501a018
|
Merge pull request #1301 from rectorphp/phpunit-code-quality
[PHPUnit] Add RemoveExpectAnyFromMockRector
|
2019-04-06 20:27:05 +02:00 |
|
Tomas Votruba
|
14c3251887
|
[PHPUnit] Add RemoveExpectAnyFromMockRector
|
2019-04-06 20:12:44 +02:00 |
|
Tomas Votruba
|
a99d80518e
|
add info about callable array
|
2019-04-06 19:09:29 +02:00 |
|
Tomáš Votruba
|
c389313ac1
|
Merge pull request #1297 from rectorphp/callable-public
[CodeQuality] Add differnt class or variable to CallableThisArrayToAnonymousFunctionRector
|
2019-04-06 09:54:13 +02:00 |
|
Tomas Votruba
|
f6d5c71a57
|
[CodeQuality] Add differnt class or variable to CallableThisArrayToAnonymousFunctionRector"
|
2019-04-06 09:43:54 +02:00 |
|
Tomáš Votruba
|
4a7075fd45
|
Merge pull request #1296 from rectorphp/php-break
[PHP] Add BreakNotInLoopOrSwitchToReturnRector
|
2019-04-06 08:39:06 +02:00 |
|
Tomas Votruba
|
282c23e0db
|
[PHP] Add BreakNotInLoopOrSwitchToReturnRector
|
2019-04-06 02:45:25 +02:00 |
|
Tomas Votruba
|
897f77f2c6
|
twig-unique
v0.4.10
|
2019-04-05 13:20:27 +02:00 |
|
Tomáš Votruba
|
a1bd751f14
|
Merge pull request #1293 from rectorphp/callable-arary
[CodeQuality] Add CallableThisArrayToAnonymousFunctionRector
|
2019-04-04 16:51:05 +02:00 |
|
Tomas Votruba
|
729d2d1d51
|
[CodeQuality] Add CallableThisArrayToAnonymousFunctionRector
|
2019-04-04 16:41:50 +02:00 |
|
Tomáš Votruba
|
b19b6ea434
|
Merge pull request #1291 from rectorphp/double-neg
[CodeQuality] prevent double negative in SimplifyBoolIdenticalTrueRector
|
2019-04-03 21:56:00 +02:00 |
|
Tomas Votruba
|
9768ffc033
|
[CodeQuality] Add BooleanNotIdenticalToNotIdenticalRector
|
2019-04-03 21:34:11 +02:00 |
|
Tomas Votruba
|
a0d1329124
|
composer: add --ansi
|
2019-04-03 21:34:11 +02:00 |
|
Tomas Votruba
|
4f9036e208
|
[CodeQuality] prevent double negative in SimplifyBoolIdenticalTrueRector
|
2019-04-03 20:29:46 +02:00 |
|
Tomas Votruba
|
854cacefd9
|
fix typo in ExplicitBoolCompareRector description [closes #1290]
|
2019-04-03 19:14:46 +02:00 |
|
Tomáš Votruba
|
06847d09f2
|
Merge pull request #1288 from rectorphp/get-and-set-fix
[MagicDisclosure] Fix property assign magic call [closes #1190]
|
2019-04-03 00:00:40 +02:00 |
|
Tomas Votruba
|
220038d215
|
improve GetAndSetToMethodCallRector
|
2019-04-02 23:21:18 +02:00 |
|
Tomas Votruba
|
c5f51e5cb1
|
[MagicDisclosure] Fix property assign magic call [closes #1190]
|
2019-04-02 16:31:58 +02:00 |
|
Tomáš Votruba
|
0543a5a2ab
|
Merge pull request #1283 from rectorphp/nette-utils-code-quality-match
[Nette] Add PregFunctionToNetteUtilsStringsRector
|
2019-04-02 15:52:27 +02:00 |
|
Tomas Votruba
|
0f28de49d3
|
README: add community packages [close #1234] [skip ci]
|
2019-04-02 15:40:58 +02:00 |
|
Tomas Votruba
|
b840709a90
|
update README [skip ci]
|
2019-04-02 15:35:46 +02:00 |
|
Tomas Votruba
|
1fad013d4e
|
Add PregFunctionToNetteUtilsStringsRector
|
2019-04-02 15:32:33 +02:00 |
|
Tomáš Votruba
|
d49b97abf7
|
Merge pull request #1285 from mxr576/issue/1188
Allows to process files with not php extension
|
2019-04-02 13:07:07 +02:00 |
|
Dezső BICZÓ
|
6bc980181f
|
Allows to process files with not php extension
#1188
|
2019-04-02 09:24:38 +02:00 |
|
Tomas Votruba
|
40277d7a8d
|
make NodeFactory protected in NodeFactoryTrait
|
2019-04-01 19:01:02 +02:00 |
|
Tomas Votruba
|
1b11920141
|
fix hidden bool
|
2019-04-01 13:41:30 +02:00 |
|
Tomáš Votruba
|
a66f1cfb66
|
Merge pull request #1281 from rectorphp/nette-utils-code-qality
[Nette] Add nette-utils-code-quality level
|
2019-04-01 13:40:48 +02:00 |
|
Tomas Votruba
|
0c3715e221
|
Add StartsWithFunctionToNetteUtilsStringsRector and EndsWithFunctionToNetteUtilsStringsRector
|
2019-04-01 13:40:09 +02:00 |
|
Tomas Votruba
|
2edfb75319
|
make use of createMethodCall()
|
2019-04-01 13:40:09 +02:00 |
|
Tomas Votruba
|
7a07fe6a70
|
make use of createStaticCall
|
2019-04-01 13:40:09 +02:00 |
|
Tomas Votruba
|
518e891d99
|
Add SubstrStrlenFunctionToNetteUtilsStringsRector
|
2019-04-01 13:40:09 +02:00 |
|
Tomas Votruba
|
0367f5c693
|
README: remove console-related tip
|
2019-04-01 13:40:09 +02:00 |
|
Tomas Votruba
|
fc86298e60
|
[Nette] Add nette-utils-code-quality level
|
2019-04-01 13:40:09 +02:00 |
|
Tomas Votruba
|
5a1ba0ba24
|
apply dead-code level
|
2019-04-01 13:40:09 +02:00 |
|
Tomáš Votruba
|
6952e40ebf
|
Merge pull request #1282 from rectorphp/simplify-if-else-long
[CodeQuality] Add code-quality set to Travis CI, improve SimplifyIfElseToTernaryRector
|
2019-04-01 13:32:49 +02:00 |
|
Tomas Votruba
|
b6f601d634
|
add nested ternary in condition
|
2019-04-01 13:17:18 +02:00 |
|
Tomas Votruba
|
3e71d23534
|
apply code-quality on Rector code
|
2019-04-01 13:12:26 +02:00 |
|