6828 Commits

Author SHA1 Message Date
TomasVotruba
a17c90227c simplify autolaod in bin/rector 2019-12-08 18:01:41 +01:00
TomasVotruba
a1eb10be06 autoload tweaks 2019-12-08 18:01:41 +01:00
TomasVotruba
3ae6fd8625 travis: add deploy 2019-12-08 18:01:41 +01:00
TomasVotruba
8fd38f33ca add typo 2019-12-08 18:01:41 +01:00
TomasVotruba
290d0b4ee5 fixup! Merge pull request #2409 from rectorphp/phalcon-round-2 2019-12-08 18:01:29 +01:00
Tomáš Votruba
25a5cb0620
Merge pull request #2409 from rectorphp/phalcon-round-2
[Phalcon 4] Add SwapClassMethodArgumentsRector rule
2019-12-08 17:54:27 +01:00
TomasVotruba
ae073206d4 Add SwapClassMethodArgumentsRector 2019-12-08 11:10:26 +01:00
TomasVotruba
ea41267161 fixup 2019-12-08 10:46:28 +01:00
TomasVotruba
f0b28140f6 add arg swap 2019-12-08 10:46:18 +01:00
Tomáš Votruba
b907a0945d
Merge pull request #2407 from ruudboon/phalcon-improvements
Added missing methods
2019-12-07 20:44:21 +01:00
Ruud Boon
f6edb71eb3
Added missing methods 2019-12-07 20:02:28 +01:00
Tomáš Votruba
936918c393
Merge pull request #2406 from jeroensmit/AddPregQuoteDelimiterRectorDelimiterCheck
Added check for correct delimiter to use in preg_quote
2019-12-07 15:58:23 +01:00
Jeroen Smit
15974ee857 Added check for correct delimiter to use in preg_quote 2019-12-07 08:27:57 +01:00
Tomáš Votruba
bf342a6c25
Merge pull request #2404 from sojki/fix/php-version-iterable
Fix - iterable type introduced in PHP 7.1
2019-12-06 11:13:56 +01:00
Martin Sojka
305efe986b Fix - iterable type introduced in PHP 7.1 2019-12-06 10:41:33 +01:00
Tomáš Votruba
40b50a6947
Merge pull request #2400 from rectorphp/class-method-name
return false on MethodCall name to prevent expr errors
2019-12-05 17:35:45 +01:00
TomasVotruba
4df171d8e6 fixup! return false on MethodCall name to prevent expr errors 2019-12-05 17:34:55 +01:00
TomasVotruba
62616a8621 return false on MethodCall name to prevent expr errors 2019-12-05 17:34:45 +01:00
Tomáš Votruba
9ef5930487
Merge pull request #2397 from markstory/entity-isnew
Add rector rule for EntityInterface::isNew()
2019-12-05 07:32:05 +01:00
Tomáš Votruba
ab4d702c70
prevent union sub-type nullable override (#2395)
prevent union sub-type nullable override
2019-12-05 00:47:44 +01:00
TomasVotruba
5d9372ed66 prevent union sub-type nullable override 2019-12-05 00:40:45 +01:00
Tomáš Votruba
4c2f25f34d
Merge pull request #2394 from rectorphp/object-without-class
[TypeDeclaration] Object without class
2019-12-04 23:52:48 +01:00
TomasVotruba
e2e942102d Add ObjectWithoutClass support to type to doc 2019-12-04 23:52:33 +01:00
Tomáš Votruba
4476423017
[TypeDeclaration] Fix returned yield nodes in nested function [… (#2393)
[TypeDeclaration] Fix returned yield nodes in nested function [closes #2381]
2019-12-04 23:52:13 +01:00
TomasVotruba
1cc9efa3e3 [TypeDeclaration] Fix returned yield nodes in nested function [closes #2381] 2019-12-04 23:46:53 +01:00
Tomáš Votruba
4fa3e84590
Fix CompleteDynamicPropertiesRector to add parent property (#2392)
Fix CompleteDynamicPropertiesRector to add parent property
2019-12-04 23:30:53 +01:00
TomasVotruba
cad84c0acb Fix CompleteDynamicPropertiesRector to add parent property 2019-12-04 23:23:50 +01:00
Tomáš Votruba
c4f5a54e5d
Exludes stubs on package install to prevent PHPStorm confussion (#2391)
Exludes stubs on package install to prevent PHPStorm confussion
2019-12-04 22:55:52 +01:00
TomasVotruba
dbac28077c ignore stubs on composer install to prevent PHPStorm autocomplete break-down 2019-12-04 22:49:01 +01:00
TomasVotruba
2c22f48321 use private over protected 2019-12-04 22:32:43 +01:00
Tomáš Votruba
c8d082e906
Make sure name is passed to getName(), instead of expr (#2390)
Make sure name is passed to getName(), instead of expr
2019-12-04 22:25:48 +01:00
TomasVotruba
9e589ba105 Make sure name is passed to getName(), instead of expr 2019-12-04 22:08:34 +01:00
Tomáš Votruba
a1e3e9dcb0
composer: lock phpstan to 0.11.19 due to breaking changes [clos… (#2389)
composer: lock phpstan to 0.11.19 due to breaking changes [closes #2385]
2019-12-04 21:37:29 +01:00
TomasVotruba
ad3d0cbe60 composer: lock phpstan to 0.11.19 due to breaking changes [closes #2385] 2019-12-04 21:35:11 +01:00
Tomáš Votruba
53fb630e8f
Merge pull request #2386 from danielroe/php7.4-docker
chore: use php 7.4 cli
2019-12-04 18:41:04 +01:00
Daniel Roe
45b74914e5
chore: use php 7.4 cli 2019-12-04 11:21:48 +00:00
Mark Story
1ceda04e3c Add rector rule for EntityInterface::isNew() 2019-12-02 23:18:34 -05:00
Tomáš Votruba
a0b3504c92
[Phalcon 4.0] init (#2378)
[Phalcon 4.0] init
2019-12-02 18:18:16 +01:00
TomasVotruba
42582fe631 [Phalcon 4.0] init 2019-12-02 18:02:54 +01:00
Tomáš Votruba
70aa0570a8
[Symfony] Fix ConsoleExecuteReturnInt for nested functions (#2372)
[Symfony] Fix ConsoleExecuteReturnInt for nested functions
2019-12-01 16:19:30 +01:00
TomasVotruba
3c9eac98f8 update gitignore [skip ci] 2019-12-01 16:19:09 +01:00
TomasVotruba
1a6c71194e add function test case 2019-12-01 16:19:09 +01:00
TomasVotruba
2bfb9e1536 [Symfony] Fix ConsoleExecuteReturnInt for nested functions 2019-12-01 16:19:09 +01:00
Tomáš Votruba
c273bf777d
Merge pull request #2374 from markstory/cake-validator
Add another deprecation to the cakephp40 set.
2019-12-01 09:56:59 +01:00
Mark Story
458aeb0d5d Add another deprecation to the cakephp40 set. 2019-11-30 21:11:47 -05:00
Tomáš Votruba
9609e3576a
Merge pull request #2371 from mallardduck/patch-2
Update FilesFinder.php to fix builds...
2019-11-30 13:47:04 +01:00
Dan
9f8ddcfcfd
Update FilesFinder.php to fix builds...
...the IdenticalFalseToBooleanNotRector file in testing is causing this line to fail builds.
2019-11-30 06:56:57 -05:00
Tomáš Votruba
eb359d1d60
Add typo auto import + Swiftmailer 60 set (#2369)
Add typo auto import + Swiftmailer 60 set
2019-11-30 10:51:43 +01:00
TomasVotruba
8527aed791 add swiftmailer60 set 2019-11-30 10:51:12 +01:00
TomasVotruba
1425e52a12 add typo protection for auto_import_names 2019-11-30 10:51:12 +01:00