6642 Commits

Author SHA1 Message Date
TomasVotruba
a3693df310 use exclude as list 2019-11-22 20:10:39 +01:00
TomasVotruba
cea84035e2 move EntityAndRepository mapper interface to Doctrine package, require min Symfony 4.4 2019-11-22 19:47:06 +01:00
Tomáš Votruba
9f38278249
Merge pull request #2343 from rectorphp/symfony-5
allow Symfony 5, bump min to Symfony 4.4
2019-11-22 19:09:24 +01:00
TomasVotruba
da994f9be9 allow Symfony 5, bump min to Symfony 4.4 2019-11-22 19:07:19 +01:00
TomasVotruba
deab9dab1b README: add sets parameter 2019-11-22 16:10:19 +01:00
Tomáš Votruba
225f873d2c
Merge pull request #2341 from rectorphp/fix-static-magic
fix magic static
v0.5.23
2019-11-20 11:11:19 +01:00
TomasVotruba
cc8279bedc fix magic static 2019-11-20 11:09:38 +01:00
Tomáš Votruba
eea2800522
[ID to UUID] Add middle step to initalize default uuid value (#2338)
[ID to UUID] Add middle step to initalize default uuid value
2019-11-19 12:50:38 +01:00
TomasVotruba
8a341affbc [ID to UUID] Add middle step to initalize default uuid value 2019-11-19 12:42:33 +01:00
TomasVotruba
6636a65175 fix cs 2019-11-19 12:03:35 +01:00
TomasVotruba
3db74cbbc8 Doctrine ID to UUID migration nullable=true for JoinColumn 2019-11-19 12:03:24 +01:00
Tomáš Votruba
1779b1cea5
Merge pull request #2337 from markstory/more-cake4-updates
Add more refactorings for CakePHP 4
2019-11-19 09:00:15 +01:00
Mark Story
efffda1526 Rename entity fields too. 2019-11-18 23:00:35 -05:00
Mark Story
1b6bf3fecf Add more refactorings for CakePHP 4
These help add more return type and fix parameter errors during the
upgrade from cake3 to cake4.
2019-11-18 22:36:53 -05:00
Tomáš Votruba
daee370e9a
Merge pull request #2332 from rectorphp/symfony-phpunit-zalas
[PHPUnit][Symfony] Add jakzal-injetor Rector
2019-11-18 16:43:19 +01:00
TomasVotruba
5f523b5727 [PHPUnit][Symfony] Add jakzal-injetor Rector 2019-11-18 16:21:11 +01:00
Tomáš Votruba
47025a95ee
Merge pull request #2331 from rectorphp/union-types
[PHP 8.0] Add union types
2019-11-17 22:20:31 +01:00
TomasVotruba
b930046917 add UnionTypesRector 2019-11-17 14:39:46 +01:00
TomasVotruba
a9cd107fb9 [PHP 8.0] Add Union Types 2019-11-17 02:05:07 +01:00
Tomáš Votruba
3b22c2ac9a
[PHP Deglobalize] Add ChangeGlobalVariablesToPropertiesRector (#2329)
[PHP Deglobalize] Add ChangeGlobalVariablesToPropertiesRector
2019-11-16 20:54:41 +01:00
TomasVotruba
0f55a90431 [PHP Deglobalize] Add ChangeGlobalVariablesToPropertiesRector 2019-11-16 20:40:21 +01:00
TomasVotruba
62e1b90c47 fix space fixer 2019-11-16 09:45:14 +01:00
TomasVotruba
fccc458611 update CHANGELOG 2019-11-16 09:41:42 +01:00
Tomáš Votruba
55ff5e8d2d
simplify ImportSkiport skip for ClassLike name (#2328)
simplify ImportSkiport skip for ClassLike name
v0.5.22
2019-11-14 19:38:50 +01:00
TomasVotruba
a7b5e2f1e0 simplify ImportSkiport skip for ClassLike name 2019-11-14 19:27:04 +01:00
Tomáš Votruba
b4cad2c679
Merge pull request #2327 from rectorphp/auto-import-self
Fix parent interface, extends, implements same name as short name
2019-11-14 18:29:43 +01:00
TomasVotruba
8d4ec5152b Fix parent interface, extends, implements same name as short name 2019-11-14 17:59:37 +01:00
TomasVotruba
9b99212da9 add failing test case for #2307 2019-11-14 17:23:46 +01:00
TomasVotruba
6610b0bd2a fix rule name 2019-11-14 17:18:10 +01:00
Tomáš Votruba
fc5ea3f7df
[PHPUnit 8.0] Add ReplaceAssertArraySubsetWithDmsPolyfillRector (#2326)
[PHPUnit 8.0] Add ReplaceAssertArraySubsetWithDmsPolyfillRector
2019-11-14 17:17:21 +01:00
TomasVotruba
14acb884cd [PHPUnit 8.0] Add ReplaceAssertArraySubsetWithDmsPolyfillRector 2019-11-14 17:08:10 +01:00
Tomáš Votruba
dbf15d5f02
[DX] report missing rules in exclude_rectors parameter (#2325)
[DX] report missing rules in exclude_rectors parameter
2019-11-14 16:59:58 +01:00
TomasVotruba
fcb5f372c2 [DX] report missing rules in exclude_rectors parameter 2019-11-14 16:48:25 +01:00
Tomáš Votruba
37bd6dd93b
[PHPUnit] Fix array subset for non-scalar values (#2324)
[PHPUnit] Fix array subset for non-scalar values
2019-11-14 16:21:36 +01:00
TomasVotruba
6384f729e6 [PHPUnit] Fix #2279 2019-11-14 16:12:48 +01:00
TomasVotruba
7261441788 revert provider name to restore test#1 filtering 2019-11-14 16:07:50 +01:00
Tomáš Votruba
8f0ebb50ae
Merge pull request #2323 from jeroensmit/gnu-bsd-save-sed
Fixed sed command
2019-11-14 15:28:43 +01:00
Jeroen Smit
ea35ed9568 Fixed sed command 2019-11-14 15:17:53 +01:00
Tomáš Votruba
2e945a8ca5
Merge pull request #2321 from rectorphp/nette30
[Nette 3.0]  Add Nette 2.x to Nette 3 upgrade set
2019-11-14 13:11:36 +01:00
TomasVotruba
bb7125361e [Nette] Add SetClassWithArgumentToSetFactoryRector 2019-11-14 13:01:23 +01:00
TomasVotruba
66fec32718 [Nette] Add AddDatePickerToDateControlRector 2019-11-14 12:59:28 +01:00
TomasVotruba
da42118c30 travis: allow docs check to fail 2019-11-14 12:59:28 +01:00
TomasVotruba
4e337bd4e2 [Nette 3.0] init 2019-11-14 12:59:28 +01:00
Tomáš Votruba
89c222c1ff
Merge pull request #2309 from jeroensmit/deduplicate-dead-zero-and-one
Merged RemoveDeadZeroAndOneOperationRector and RemoveZeroAndOneBinarRector
2019-11-14 12:49:49 +01:00
Tomáš Votruba
288946da41
Merge pull request #2311 from jeroensmit/class-constant-with-trait
[DeadCode] Class constant with trait
2019-11-14 12:49:10 +01:00
Jeroen Smit
bab1cb4e5f fix-cs 2019-11-14 10:01:43 +01:00
Jeroen Smit
cdc5350dcc Fixed docblock so phpstan ignore can be removed 2019-11-14 10:01:43 +01:00
Jeroen Smit
1ca332524c Ignore phpstan false positives 2019-11-14 10:01:43 +01:00
Jeroen Smit
4c6d7790ff Fix-cs 2019-11-14 10:01:43 +01:00
Jeroen Smit
638d96e269 Fixed unintended removal of constant in combination with trait 2019-11-14 10:01:43 +01:00