7111 Commits

Author SHA1 Message Date
Dorian Villet
0a64874194 Fix it. 2020-01-11 01:56:26 +01:00
Dorian Villet
28fb2aa3c3 Add broken tests for ForeachItemsAssignToEmptyArrayToAssignRector. 2020-01-11 01:47:14 +01:00
Tomas Votruba
a21b805655
Add a --no-progress-bar option (inspired from ECS) for nicer CI… (#2629)
Add a --no-progress-bar option (inspired from ECS) for nicer CI output.
2020-01-10 15:10:19 +01:00
Dorian Villet
8787d375bf Add a --no-progress-bar option (inspired from ECS) for nicer CI output. 2020-01-10 15:06:05 +01:00
Tomas Votruba
532ce9e642
Merge pull request #2625 from C0pyR1ght/master
REAME changed URL to relative path
2020-01-10 10:37:01 +01:00
Luca Feiser
c6eb1967fd changed url to relative path 2020-01-10 09:43:15 +01:00
Tomas Votruba
bbd01c5902
Add Gmagick to Imagick set (#2624)
Add Gmagick to Imagick set
2020-01-09 17:34:24 +01:00
TomasVotruba
846354ef67 Add Gmagick to Imagick set 2020-01-09 17:27:23 +01:00
Tomas Votruba
216895818b
Merge pull request #2623 from C0pyR1ght/patch-2
added get started to readme
2020-01-09 17:15:02 +01:00
Tomas Votruba
c65023f15f
Merge pull request #2622 from C0pyR1ght/patch-1
added link
2020-01-09 17:13:41 +01:00
C0pyR1ght
17ae9eec5d
added get started 2020-01-09 17:02:33 +01:00
C0pyR1ght
ec081a3ece
Update README.md 2020-01-09 16:58:20 +01:00
C0pyR1ght
244736cee1
added link 2020-01-09 16:39:29 +01:00
Tomas Votruba
80df1320e2
[CI] Fix GitHub actions phar build (#2619)
[CI] Fix GitHub actions phar build
2020-01-09 13:34:15 +01:00
TomasVotruba
d11399dadf run phar build only on master, rights for token needed 2020-01-09 13:24:24 +01:00
TomasVotruba
c76a07969e travis: remove broken windows build, maintainer needed 2020-01-09 13:22:06 +01:00
Tomas Votruba
8eafe7a6ab
Merge pull request #2618 from Jaapze/master
More reliable way getting first stmt item
2020-01-09 13:18:41 +01:00
Jaapze
13ed8437b9
Check if $node->stmts has a null value 2020-01-09 12:59:18 +01:00
Jaapze
a1754b38ce
More reliable way getting first stmt item
The key values are not reliable, this problem is caused by unsetting the values in the stmts array of a node without resetting them. It's not only in this rector file and might need a bigger fix, but this one was bugging me whole day.
2020-01-09 11:41:58 +01:00
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