6718 Commits

Author SHA1 Message Date
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
Tomáš Votruba
afc33b89ce
Merge pull request #2368 from radimvaculik/fix/random-function-mt-md
Fix: RandomFunctionRector typo fix + regenerated docs
2019-11-29 22:10:40 +01:00
Radim Vaculik
531af78fd7
Fix: RandomFunctionRector typo fix + regenerated docs 2019-11-29 14:19:49 +01:00
Tomáš Votruba
46ee69be58
Merge pull request #2359 from jeroensmit/dead-symlink
Prevent crashing on dead symlinks
2019-11-27 12:16:06 +01:00
Jeroen Smit
d15a80e2d7 Prevent crashing on dead symlinks 2019-11-27 08:07:50 +01:00
Tomáš Votruba
1c5bcf31ed
Merge pull request #2358 from rectorphp/modal-fix
fix var type on method call
2019-11-27 00:54:04 +01:00
TomasVotruba
02071e988a fix var type on method call 2019-11-27 00:53:39 +01:00
Tomáš Votruba
2700f58eb6
Merge pull request #2356 from markstory/modal-bug
Add test case for #2354
2019-11-26 23:48:58 +01:00
Mark Story
af6f826d8b Separate fixture files. 2019-11-26 11:03:50 -05:00
Mark Story
dcce24688d Add test case for #2354 2019-11-25 21:51:32 -05:00
TomasVotruba
3db0ec6eeb update CHANGELOG 2019-11-26 01:59:58 +01:00