7242 Commits

Author SHA1 Message Date
Tomas Votruba
b29ea88fb6
Improve Rector success message. (#2610)
Improve Rector success message.
2020-01-08 23:53:01 +01:00
Tomas Votruba
8760d0a2c1
Add support for PHPStan 0.12+ @template annotation. (#2613)
Add support for PHPStan 0.12+ @template annotation.
2020-01-08 23:36:34 +01:00
Tomas Votruba
43d4f1cec4
Merge pull request #2609 from gnutix/remove-stubs-from-rector-phar
Remove stubs/ from rector.phar
2020-01-08 23:29:35 +01:00
Tomas Votruba
05d59e3b05
Merge pull request #2617 from gnutix/fix-phpstan-class-string-generic-return-type
Fix PHPStan @return class-string<T>
2020-01-08 23:17:22 +01:00
Dorian Villet
44278b4957 Fix PHPStan @return class-string<T>. 2020-01-08 22:40:52 +01:00
Dorian Villet
88519c0cd9 Add support for PHPStan 0.12+ @template annotation. 2020-01-08 21:28:25 +01:00
Dorian Villet
65d0d4fca4 Remove stubs from compiler/build/scoper.inc.php too. 2020-01-08 21:09:51 +01:00
Dorian Villet
46af9b1634 Simplify code by using DI for the Configuration class. 2020-01-08 21:05:12 +01:00
Dorian Villet
3e746d8a8a Fix CS/PhpStan inspections. 2020-01-08 16:32:02 +01:00
Dorian Villet
10823678a6 Improve Rector success message. 2020-01-08 15:55:19 +01:00
Dorian Villet
47ea134be8 Remove stubs/ from rector.phar 2020-01-08 15:33:23 +01:00
Tomas Votruba
9ae98079ff
Fix non-direct parent foreach in ForeachItemsAssignToEmptyArray… (#2608)
Fix non-direct parent foreach in ForeachItemsAssignToEmptyArrayToAssignRector
v0.6.9
2020-01-08 15:07:11 +01:00
TomasVotruba
cdf2fb35a4 Fix non-direct parent foreach in ForeachItemsAssignToEmptyArrayToAssignRector 2020-01-08 15:03:09 +01:00
TomasVotruba
4cbaf5f3ef update CHANGELOG for v0.6.8 2020-01-08 14:45:06 +01:00
Tomas Votruba
8a6beb3fe2
[CodeQuality] Fix nested foreach case in ForeachItemsAssignToEm… (#2607)
[CodeQuality] Fix nested foreach case in ForeachItemsAssignToEmptyArrayToAssignRector
v0.6.8
2020-01-08 14:43:43 +01:00
TomasVotruba
62c3dcf743 [CodeQuality] Fix nested foreach case in ForeachItemsAssignToEmptyArrayToAssignRector 2020-01-08 14:36:53 +01:00
Tomas Votruba
f5e3537eac
more reliable way getting last stmt (#2605)
more reliable way getting last stmt
2020-01-08 13:54:50 +01:00
TomasVotruba
6477a757ce exact name 2020-01-08 13:37:52 +01:00
TomasVotruba
d4d3efa5d1 README: add Github Actions badge, rename push to code_checks, indent 2020-01-08 13:36:58 +01:00
Jaapze
25281adc5a
More readable solution for getting last stmt item 2020-01-08 13:34:36 +01:00
Jaapze
210a685761
more reliable way getting last stmt
This is a more reliable way of getting the last array element, especially when certain keys are reset of the stmt array.
2020-01-08 12:48:11 +01:00
TomasVotruba
6071b994e7 update docs 2020-01-08 01:05:45 +01:00
Tomas Votruba
6f1aafdf18
Transition more jobs to GithubAction (#2603)
Transition more jobs to GithubAction
2020-01-08 00:59:51 +01:00
Markus Staab
c3edf458b9
Remove references to old travis jobs 2020-01-07 21:21:39 +01:00
Markus Staab
cc3ccfd24a
Remove travis jobs 2020-01-07 21:18:54 +01:00
Markus Staab
016a113580
Transition more jobs to GithubAction 2020-01-07 21:17:52 +01:00
Tomas Votruba
21a37fd7b3
[DoctrineGemoToKnplabs] Add LoggableBehaviorRector (#2601)
[DoctrineGemoToKnplabs] Add LoggableBehaviorRector
2020-01-07 14:41:37 +01:00
TomasVotruba
28b8649939 [DoctrineGemoToKnplabs] Add LoggableBehaviorRector 2020-01-07 14:29:54 +01:00
Tomas Votruba
5ce4357b89
[Symfony] fix process error of controller with Internationalize… (#2600)
[Symfony] fix process error of controller with Internationalized routing
2020-01-07 13:50:05 +01:00
Tomas Votruba
2482081b22
[DoctrineGemoToKnplabs] Add BlameableBehaviorRector (#2599)
[DoctrineGemoToKnplabs] Add BlameableBehaviorRector
2020-01-07 13:47:37 +01:00
Andras Ratz
8d62962d61 fix process error of controller with Internationalized routing 2020-01-07 13:37:10 +01:00
TomasVotruba
fdf686cf04 [DoctrineGemoToKnplabs] Add BlameableBehaviorRector 2020-01-07 13:36:55 +01:00
TomasVotruba
f28ddd0773 fix tag message 2020-01-07 13:21:03 +01:00
TomasVotruba
68ee48606a dump changelog v0.6.7 2020-01-07 13:06:00 +01:00
Tomas Votruba
44b84bdad3
Skip ReturnTypeDeclarationRector when the type is already defin… (#2598)
Skip ReturnTypeDeclarationRector when the type is already defined as \Traversable
2020-01-07 12:53:36 +01:00
Dorian Villet
0a149c08bb Skip ReturnTypeDeclarationRector when the type is already defined as \Traversable. 2020-01-07 12:29:55 +01:00
Tomas Votruba
4059a2bd17
Merge pull request #2592 from staabm/patch-3
Transition fatal-error scan to GithubAction
2020-01-07 11:52:47 +01:00
Tomas Votruba
5b844d652d
Merge pull request #2595 from gnutix/AddArrayReturnDocTypeRector/fix-existing-mixed-array-type
Fix running AddArrayReturnDocTypeRector on empty arrays
2020-01-07 11:51:46 +01:00
Dorian Villet
7762ba3a17 Fix running AddArrayReturnDocTypeRector on already existing return type annotation for empty arrays. 2020-01-07 09:41:27 +01:00
Markus Staab
5ac62ea609
Use multi-line commands 2020-01-07 07:54:21 +01:00
Markus Staab
f89db0861f
Merge branch 'master' into patch-3 2020-01-07 07:52:47 +01:00
Tomas Votruba
82fb0a3821
Merge pull request #2593 from rectorphp/gedmo-knp
[DoctrineGedmoToKnpLabs] Add SoftDeletableBehaviorRector
2020-01-07 02:17:10 +01:00
TomasVotruba
2dc315c81c [DoctrineGedmoToKnpLabs] Add SoftDeletableBehaviorRector 2020-01-07 01:54:50 +01:00
Tomas Votruba
495e4f8d42
Remove travis-CI jobs which were moved to GithubAction (#2591)
Remove travis-CI jobs which were moved to GithubAction
2020-01-07 01:54:26 +01:00
TomasVotruba
5e86892c5a fix cs 2020-01-07 00:18:51 +01:00
Markus Staab
c605403620
don't run the CI to twice on PR that comes from another branch in the repo. 2020-01-06 23:20:56 +01:00
Markus Staab
956cd34cad
Removed fatal-error travis-CI job 2020-01-06 22:14:11 +01:00
Markus Staab
3a15fbc0cd
Remove „hello-world- action 2020-01-06 22:13:22 +01:00
Markus Staab
6bd8bc2702
Transition fatal-error scan to GithubAction 2020-01-06 22:12:51 +01:00
Markus Staab
ae6ec8619f
Also build PR with GithubAction 2020-01-06 22:04:48 +01:00