Tomas Votruba
|
ba205b46bb
|
Updated Rector to commit 68d410ef00d15ca5e373a33fd66d593e0d3de346
68d410ef00 Trigger notification (#741)
|
2021-08-23 00:20:32 +00:00 |
|
Tomas Votruba
|
674f76ced2
|
Updated Rector to commit 877cbb2de8150b672a966d7a8907ed63769e1cdd
877cbb2de8 fix(scoper): prefix vendor classes from PHPDoc, close #6614 (#739)
|
2021-08-22 23:17:31 +00:00 |
|
Tomas Votruba
|
c231e32779
|
Updated Rector to commit eb91c61b9537167d6e07a08eae8874ad2c294f5d
eb91c61b95 [Config] Clean up rector.php config (#514)
|
2021-07-26 09:06:10 +00:00 |
|
Tomas Votruba
|
cf13295052
|
Updated Rector to commit 41bf955f1778642ae6d756b383c611ba8c6c47d0
41bf955f17 [PHP 8.0] Include single quote contenxt (#415)
|
2021-07-10 12:53:06 +00:00 |
|
Tomas Votruba
|
97d4b7c4e1
|
Updated Rector to commit 748a43661ee45dade029bc9d91fa6c8614dcf8c6
748a43661e [PHP 8.0] Add arguments names for attributes (#336)
|
2021-06-29 23:25:02 +00:00 |
|
Tomas Votruba
|
0ef9715e0d
|
Updated Rector to commit 3575ba0e47f81c072ec530674d020278457f6e32
3575ba0e47 [DowngradePhp80] Enable New_ on DowngradeNamedArgumentRector (#276)
|
2021-06-23 14:44:39 +00:00 |
|
Tomas Votruba
|
5c17ab737b
|
Updated Rector to commit a41384bc0064fa78211ac59a79a0debd89868eb1
a41384bc00 Fix doc importing on Doctrine annotation class rename (#264)
|
2021-06-22 10:43:16 +00:00 |
|
Tomas Votruba
|
4e4ad99d9a
|
Updated Rector to commit 1a3afef04d83ebac3cef3b00b18de7773ec4332c
1a3afef04d PHPStan updated and static fixes (#192)
|
2021-06-10 10:46:24 +00:00 |
|
Tomas Votruba
|
b1e9b02ed6
|
Updated Rector to commit 7bd6b3a0b94e402b05214f20279f7316c76b23aa
7bd6b3a0b9 Add new method createFromClassWithItems in PhpAttributeGroupFactory (#151)
|
2021-06-09 16:10:01 +00:00 |
|
Tomas Votruba
|
0b7ed89c33
|
Updated Rector to commit c469fac78b0d76cd96954da9fb4955c276d0ceee
c469fac78b Normalize array values in PhpAttributeGroupFactory (#190)
|
2021-06-09 14:44:09 +00:00 |
|
Tomas Votruba
|
6fa9c12855
|
Updated Rector to commit 4f26e3643d638a69edaf1064cf59c13f373d557d
4f26e3643d [Scoped] Early downgrade src/functions (#185)
|
2021-06-09 02:43:00 +00:00 |
|
Tomas Votruba
|
09dbb728dd
|
Updated Rector to commit d519a197b47f6b9fb037238213f1ad80914c276c
d519a197b4 [BUGFIX] Fix if key is not a string (#142)
|
2021-06-02 16:07:43 +00:00 |
|
Tomas Votruba
|
eb050eb1bb
|
Updated Rector to commit 763bce6c57f4ad1b3a6c421ce0a56d9219f1c9e2
763bce6c57 [PHP 8.0] Add class const reference to PhpAttributeGroupFactory (#122)
|
2021-05-29 20:14:45 +00:00 |
|
Tomas Votruba
|
36facd801f
|
Updated Rector to commit cfc7c5b2ec917f6cb7f610b147faaef83a6a3483
cfc7c5b2ec [Downgrade PHP 8.0] Add DowngradeAttributeToAnnotationRector (#93)
|
2021-05-23 12:45:00 +00:00 |
|
Tomas Votruba
|
8cfe98d5b7
|
Updated Rector to commit e5390727136d914b273b04ec8f5b6b0414f28b6a
e539072713 [PHP 8.0] Add DoctrineAnnotationClassToAttributeRector (#78)
|
2021-05-20 23:00:54 +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
|
d56e7982d0
|
Updated Rector to commit dedd4b55fe3e03cae9bd5ac822cfdccd8deb3fb6
dedd4b55fe make node_helper.php safe for similar names
|
2021-05-09 20:15:43 +00:00 |
|
Maxim Tugaev
|
cfa8295e95
|
AnnotationToAttributeRector: array handling (#6259)
|
2021-04-28 15:04:23 +02:00 |
|
Maxim Tugaev
|
a5a99317b7
|
AnnotationToAttributeRector: ensure bool param in attribute (#6254)
|
2021-04-27 11:41:29 +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
|
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
|
68026636bf
|
[PHP 8.0] Refactor attributes from magic interface to explicit list (#5926)
|
2021-03-20 23:16:21 +00:00 |
|
Tomas Votruba
|
67670e70ad
|
[DX] move packages from src/tests to single PSR-4 directory (#5824)
|
2021-03-12 01:21:29 +00:00 |
|