Tomas Votruba
|
91a82e9ca5
|
Updated Rector to commit b5c00cbf1ca13a2cdfa040d78a97b098c6b5b3cf
b5c00cbf1c [BUGFIX] Respect indent_size for tabs (#81)
|
2021-05-20 14:35:36 +00:00 |
|
Tomas Votruba
|
1fc5dba0b1
|
Updated Rector to commit 7a712ba445b2cb2ae13d07b89ff354ef52b2df1f
e2bd8de348 resolve version on release 7a712ba445 date time
|
2021-05-19 00:12:47 +00:00 |
|
Tomas Votruba
|
270eaef34d
|
Rector 0.11.5
|
2021-05-18 13:45:09 +00:00 |
|
Tomas Votruba
|
9987c84c58
|
Rector 0.11.3
|
2021-05-17 07:55:27 +00:00 |
|
Tomas Votruba
|
10b65060a2
|
Updated Rector to commit cefe13feab65ddabdce51fc21d7d1effd5896287
cefe13feab fix rector rules overview dump location (#49)
|
2021-05-16 08:19:51 +00:00 |
|
Tomas Votruba
|
80c6cbecea
|
Updated Rector to commit fa8e59708b7c6c2916f5afeefef80ba90346152f
fa8e59708b Use local version resolver (#36)
|
2021-05-15 01:39:19 +00:00 |
|
Tomas Votruba
|
146dc7d680
|
Updated Rector to commit f2c0023dad9a6a955c0af1553148adedc7bdb011
f2c0023dad [PHP 8.1] Add MyClabs enum to native ENUM (#30)
|
2021-05-14 09:53:43 +00:00 |
|
Tomas Votruba
|
693ce44ea9
|
Updated Rector to commit 9305fdf4f4708e2687a55d44d3aa663a1fd8cb5c
9305fdf4f4 typo
|
2021-05-13 00:24:58 +00:00 |
|
Tomas Votruba
|
758a350d87
|
Updated Rector to commit 6af13d7b76234edf43dbb0b4c533912cec19f971
|
2021-05-12 13:15:45 +00:00 |
|
Tomas Votruba
|
436fcb7505
|
Updated Rector to commit 0684911cdf88b424d6e2a9ba0689f0e35e94ebd6
0684911cdf [PHP 8.0] Promoted property fixes (#8)
|
2021-05-11 10:40:34 +00:00 |
|
Tomas Votruba
|
cdc3b7adef
|
Updated Rector to commit f451b0b8e1e6761ec7f50809745d44d01caba66d
f451b0b8e1 [PHP 8.0] Bump to promoted properties (#4)
|
2021-05-10 23:39:21 +00:00 |
|
Tomas Votruba
|
7d36c3b0b9
|
Updated Rector to commit a80cf5292d6df5e83b7d17c78630506e361bede9
a80cf5292d revert to working scoper 0.14
|
2021-05-10 22:23:08 +00:00 |
|
Tomas Votruba
|
363a910cf7
|
Updated Rector to commit a7db1ad94df4879885b9106773d2f8335cb40e49
a7db1ad94d use scoper 0.15
|
2021-05-10 22:10:16 +00:00 |
|
Tomas Votruba
|
345a89a7e2
|
Updated Rector to commit a657258f317da1f6fd42069bf3b09198d3cfd635
a657258f31 cleanup CHANGELOG, is part of GitHub releases now (#2)
|
2021-05-10 00:23:30 +00:00 |
|
Tomas Votruba
|
d56e7982d0
|
Updated Rector to commit dedd4b55fe3e03cae9bd5ac822cfdccd8deb3fb6
dedd4b55fe make node_helper.php safe for similar names
|
2021-05-09 20:15:43 +00:00 |
|
TomasVotruba
|
0800c7cdc3
|
fix cs
|
2021-05-06 20:51:25 +02:00 |
|
Tomas Votruba
|
38248d08f4
|
Return array of nodes directly from refactor() if possible (#6366)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
|
2021-05-06 10:23:37 +02:00 |
|
Tomas Votruba
|
2037d55d6b
|
[PHP 8.1] Add ReturnNeverTypeRector (#6283)
|
2021-05-02 10:46:55 +00:00 |
|
Tomas Votruba
|
5cda5de4ac
|
Decouple Rector PHPStan rules to own package (#6242)
|
2021-04-25 23:12:14 +00:00 |
|
Tomas Votruba
|
eda5bf1ea3
|
[DeadCode] Add RemoveUnusedPrivateMethodParameterRector (#6168)
* [DeadCode] Add RemoveUnusedPrivateMethodParameterRector
This reverts commit c815334bed781c555f08dff82ce7861d758e9e7a.
* [ci-review] Rector Rectify
* [ci-review] Rector Rectify
* [ci-review] Rector Rectify
* [ci-review] Rector Rectify
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
|
2021-04-19 15:19:14 +02:00 |
|
Tomas Votruba
|
b8071fb7bc
|
Make use of inline parser over extreme node construction (#6145)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
|
2021-04-15 17:34:49 +00:00 |
|
Tomas Votruba
|
06f85e4a68
|
Refactor file processors towards universal collector (#6085)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
|
2021-04-12 10:34:04 +00:00 |
|
Tomas Votruba
|
79621dbb99
|
Flip @see to @changelog links (#6092)
|
2021-04-10 18:47:17 +00:00 |
|
Tomas Votruba
|
b2412ad62a
|
Refactor doctrine/annotation from dynamic to own static-reflection parser (#5974)
* remove doctrine/annotations
* Refactor doctrine/annotation parser to static reflection with phpdoc-parser
* remove doctirne-annotation-parser-syncer
* remove annotation stubs
* use nodes
* almost there
* [ci-review] Rector Rectify
* skip temporary
* phpstan: remove fixed messages
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
|
2021-04-04 11:01:11 +02:00 |
|
Tomas Votruba
|
4f27f39e70
|
Remove dynamic type checks #3 (#5942)
|
2021-03-21 23:07:40 +00:00 |
|
Tomas Votruba
|
a781b3bd12
|
Remove dynamic type checks (#5939)
|
2021-03-21 19:41:17 +01:00 |
|
Tomas Votruba
|
b28b8742fc
|
use rector-nette with tags (#5924)
* use rector-nette with tags
* redirect Kdyby sets
* use local ParamAnalyzer
|
2021-03-20 22:16:54 +01:00 |
|
Tomas Votruba
|
c01d9699b5
|
Remove type-hiding name methods (#5912)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
|
2021-03-19 23:11:36 +00:00 |
|
Tomas Votruba
|
0acc05cc6e
|
remove runnable interface, to lower complexity (#5829)
|
2021-03-13 01:23:22 +00:00 |
|
Tomas Votruba
|
157c39aefc
|
[DX] move src/tests rules from micro-packages to single PSR-4 structure (#5826)
|
2021-03-12 23:20:25 +01:00 |
|