7905 Commits

Author SHA1 Message Date
TomasVotruba
8040aa8613 bump to phpstan 0.12.11 2020-02-19 00:18:08 +01:00
TomasVotruba
c25db0b56d apply 2020-02-19 00:14:44 +01:00
TomasVotruba
1ad8f08ccd [SOLID] Add ChangeReadOnlyVariableWithDefaultValueToConstantRector 2020-02-18 23:59:07 +01:00
Tomas Votruba
36ffd47763
Merge pull request #2876 from Aerendir/AnnotateThrowables-improve-tests-organization
`AnnotateThrowablesRector`: Improve organization of tests.
2020-02-18 18:59:06 +01:00
Tomas Votruba
b65a200400
Merge pull request #2883 from alfredbez/oxid-replace-deprecated-classes
[OXID] replace backwards-compatability classes in oxNew
2020-02-18 18:06:15 +01:00
Tomas Votruba
cbc6ca989b
Merge pull request #2880 from fsok/fix_notice_ternary_to_spaceship
Fix PHP notice in ternary to spaceship rector
2020-02-18 14:07:38 +01:00
alfredbez
2cd3761661 added rector to replace oxid backwards-compatability classes 2020-02-18 12:10:03 +01:00
Witold Wasiczko
d907822a35
Callable type falling tests 2020-02-18 10:58:11 +01:00
Felix Sokoliuk
bd5e0adeac skip node when nested ternary is not a BinaryOp 2020-02-18 06:48:28 +01:00
Felix Sokoliuk
cd263606c9 add test case for non binary op nested ternary 2020-02-18 06:45:43 +01:00
Aerendir
082a3061bf Fix mispelled Docblock. 2020-02-17 17:00:37 +01:00
Aerendir
15f97ae2f3 AnnotateThrowablesRector: Improve organization of tests. 2020-02-17 16:52:59 +01:00
Tomas Votruba
85aa4dd4bc
Merge pull request #2874 from Ivorius/patch-1
Update set for transforming Kdyby\Translation to Contributte\Translation
2020-02-17 16:26:23 +01:00
Tomas Votruba
a9aefc0120
Merge pull request #2875 from rectorphp/revert-coverage
disable coverage on pr, secret does not work
2020-02-17 16:26:13 +01:00
TomasVotruba
9bcbbc59ef disable coverage on pr, secret does not work 2020-02-17 16:25:53 +01:00
Ivo Toman
bb059a74db
Update set for transforming Kdyby\Translation to Contributte\Translation 2020-02-17 16:20:04 +01:00
Tomas Votruba
efe1de4fe7
Merge pull request #2872 from rectorphp/array-spread
Skip unpackaged args in ArraySpreadInsteadOfArrayMergeRector
2020-02-17 15:22:58 +01:00
TomasVotruba
5a28cd22d5 Skip unpackaged args in ArraySpreadInsteadOfArrayMergeRector 2020-02-17 15:17:39 +01:00
Tomas Votruba
679a5b5262
Merge pull request #2871 from rectorphp/ci-sets-parallel
Make ParamTypeDeclaration test pass with parent interface
2020-02-17 02:03:11 +01:00
TomasVotruba
e9897408b6 make test pass 2020-02-17 01:54:02 +01:00
TomasVotruba
868a56ad5a fix test location 2020-02-17 01:52:05 +01:00
Tomas Votruba
dba5604685
Merge pull request #2697 from Aerendir/failing-test-case-for-2696
Failing test case for #2696.
2020-02-17 01:28:17 +01:00
Tomas Votruba
ab0c172b26
Merge pull request #2870 from rectorphp/fix-always-else
fix remove alwasy else for anonymous function jump
2020-02-17 01:27:35 +01:00
TomasVotruba
5ebf2414c4 fix remove alwasy else for anonymous function jump 2020-02-17 01:24:19 +01:00
Tomas Votruba
655478265c
Merge pull request #2862 from escopecz/remove-always-elase-anonymous-function
Adding failing test for RemoveAlwaysElseRector
2020-02-17 00:55:40 +01:00
Tomas Votruba
34dc69ef83
Merge pull request #2869 from rectorphp/keep-comments
Keep comments
2020-02-17 00:53:09 +01:00
TomasVotruba
dfd75bea94 improve ci 2020-02-17 00:45:00 +01:00
TomasVotruba
1498108d95 fix single line comment 2020-02-17 00:03:28 +01:00
TomasVotruba
b89d691c36 symplify config 2020-02-16 21:52:10 +01:00
Tomas Votruba
5fb25d0001
Merge pull request #2868 from rectorphp/keep-comments
update CHANGELOG
2020-02-16 21:50:46 +01:00
Tomas Votruba
f1f320c89c
Merge pull request #2867 from fsok/add_test_for_issue_2863
Add failing test for issue #2863
2020-02-16 21:50:38 +01:00
TomasVotruba
748a01e0ef update CHANGELOG 2020-02-16 21:49:10 +01:00
John Linhart
54302369f1 Moving test into a separate file 2020-02-16 19:47:26 +01:00
Felix Sokoliuk
3a52e321e7 add failing test for issue #2863 2020-02-16 19:28:13 +01:00
Tomas Votruba
1e0583ae35
Merge pull request #2866 from rectorphp/fix-count
Skip CountOnNullRector on trait + fix return type mixed override
2020-02-16 19:19:23 +01:00
TomasVotruba
4986d0ab7d respect parent definition in AddArrayReturnDocTypeRector 2020-02-16 19:13:41 +01:00
TomasVotruba
6d0e77fe1a skip traits in CountOnNullRector 2020-02-16 19:07:37 +01:00
TomasVotruba
895f09b150 fix paths 2020-02-16 18:42:57 +01:00
Tomas Votruba
b8c730dc5c
Merge pull request #2631 from gnutix/AddArrayReturnDocTypeRector/skip-parent-phpdoc
[AddArrayReturnDocTypeRector] sets a less specific type in child method (mixed[]) than is defined in parent method (SomeObject[])
2020-02-16 18:29:16 +01:00
Tomas Votruba
de2279a9b4
Merge pull request #2865 from rectorphp/callable
fix callable print [closes #2841]
2020-02-16 18:15:41 +01:00
TomasVotruba
8cd2cfee5b fix callable print [closes #2841] 2020-02-16 18:13:52 +01:00
Tomas Votruba
58df5c5f31
Merge pull request #2859 from rectorphp/const-property
Apply properties to constants rule from SOLID
2020-02-16 17:51:17 +01:00
Tomas Votruba
49eb6ef5f7
Merge pull request #2650 from gnutix/CountOnNullRector/should-understand-variables-in-trait-methods
[CountOnNullRector] Should understand array/countable variable in trait method
2020-02-16 17:50:30 +01:00
TomasVotruba
d1b4779889 apply properties to constants rule from SOLID 2020-02-16 17:47:00 +01:00
Tomas Votruba
20cf41fe7b
Merge pull request #2860 from Aerendir/make-annotate-throwables-continue-on-variable
Make `AnnotateThrowablesRector` continue on unhandled node types.
2020-02-16 17:00:43 +01:00
John Linhart
facca2a50b Adding failing test for RemoveAlwaysElseRector
With a foreach within an anonymous function
2020-02-15 15:26:41 +01:00
Aerendir
f734a93272 Make AnnotateThrowablesRector continue on unhandled node types. 2020-02-15 00:56:09 +01:00
Tomas Votruba
fcec6e301e
Merge pull request #2858 from rectorphp/trows-class
Cleanup AnnotateThrowablesRector
2020-02-14 23:58:19 +01:00
TomasVotruba
77c9d2924e remove duplicated tests 2020-02-14 23:53:37 +01:00
TomasVotruba
69c18b87ca fix fixtures 2020-02-14 23:50:42 +01:00