Dorian Villet
7a06337384
Add tests for #2056 .
2019-10-02 10:53:44 +02:00
Dorian Villet
ccc88b12dd
Add a dev dependency on psr/event-dispatcher to allow to run the complete-check on PHP 7.4. Otherwise getting this error :
...
PHP Fatal error: During class fetch: Uncaught ReflectionException: Class Psr\EventDispatcher\EventDispatcherInterface not found in rector/vendor/symfony/config/Resource/ClassExistenceResource.php:150
Stack trace:
0 [internal function]: Symfony\Component\Config\Resource\ClassExistenceResource::throwOnRequiredClass()
1 [internal function]: spl_autoload_call()
2 rector/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php(16): interface_exists()
3 rector/vendor/squizlabs/php_codesniffer/autoload.php(167): include('...')
4 rector/vendor/squizlabs/php_codesniffer/autoload.php(134): PHP_CodeSniffer\Autoload::loadFile()
5 [internal function]: PHP_CodeSniffer\Autoload::load()
6 rector/vendor/symfony/event-dispatcher/EventDispatcherInterface.php(23): spl_autoload_call()
7 rector/vendor/squizlabs/php_codesniffer/autoload.php(167): include('...')
8 rector/vendor/symfony/event-dispatcher/EventDispatcherInterface.php on line 23
2019-10-02 10:05:25 +02:00
Dorian Villet
360b7715a6
Updating docs with new Rectors.
2019-10-02 10:04:14 +02:00
Dorian Villet
7e170d5944
ECS fixes.
2019-10-02 09:54:01 +02:00
Agata
fa242fec31
Fixed third argument in VarDumperTestTrait.
2019-10-01 22:07:51 +02:00
Tomáš Votruba
f0222eaebf
Merge pull request #2065 from rectorphp/allow-private-ctor-override-for-static-factory
...
[CodingStyle] Allow private ctor override for static factory
2019-10-01 13:44:30 +02:00
Tomáš Votruba
b3c8d7f379
Merge pull request #2067 from markstory/cake4-rename-method
...
Use contextual method rename rector in cake4 rules.
2019-10-01 09:00:23 +02:00
Mark Story
8f7d50d9d7
Use contextual method rename rector in cake4 rules.
2019-09-30 21:44:39 -04:00
Tomas Votruba
4c3799adb3
[CodingStyle] Allow ctor override for PHP 7.2 in MakeInheritedMethodVisibilitySameAsParentRector
2019-09-30 16:57:00 +02:00
Tomáš Votruba
3191a615c8
Add conditional method renaming rector ( #2047 )
...
Add conditional method renaming rector
2019-09-30 09:22:06 +02:00
Tomáš Votruba
f2483db2f2
Add stubs instead of dump class replace in constructor ( #2062 )
...
Add stubs instead of dump class replace in constructor
2019-09-30 09:16:40 +02:00
Tomas Votruba
8c259c8d92
add stubs over mirror class names in tests
2019-09-30 09:12:25 +02:00
Mark Story
018edbe75b
Update RenameMethodCallBasedOnParameterRector based on feedback
2019-09-28 22:56:51 -04:00
Mark Story
31c1bfbe70
Add conditional method renaming rector
...
We have a few renames in CakePHP that are parameter dependent. This
rector lets a method be renamed based on the first parameter value. I've
only supported string values as that is the current requirements.
2019-09-28 22:56:51 -04:00
Tomáš Votruba
1d510c0182
[PHP 7.1] Skip extra argument removal for parent static call ( #2060 )
...
[PHP 7.1] Skip extra argument removal for parent static call
2019-09-28 20:16:55 +02:00
Tomas Votruba
d02284040b
[PHP 7.1] Skip extra argument removal for parent static call
2019-09-28 20:09:24 +02:00
Tomáš Votruba
a89b4df22c
[DoctrineCodeQuality] Initialize collectoins in constructor ( #2054 )
...
[DoctrineCodeQuality] Initialize collectoins in constructor
2019-09-28 20:04:12 +02:00
Tomas Votruba
2cfcd37427
make use of addStmtsToClassMethodIfNotThereYet()
2019-09-28 20:00:11 +02:00
Tomas Votruba
10bb5da273
decouple addStmtsToClassMethodIfNotThereYet() to ClassManipulator
2019-09-28 19:40:25 +02:00
Tomas Votruba
6fbdf5461a
[DoctrineCodeQuality] Initialize collectoins in constructor
2019-09-28 16:02:19 +02:00
Tomáš Votruba
8e442f9fb6
Add post run name imports ( #2052 )
...
Add post run name imports
2019-09-28 14:46:06 +02:00
Tomas Votruba
0b18a193f4
decouple NameImporter
2019-09-28 14:33:41 +02:00
Tomas Votruba
ad3dddfa2e
add auto import names
2019-09-28 14:30:12 +02:00
Tomas Votruba
ed0e2ca0eb
use setParameter()
2019-09-28 14:30:12 +02:00
Tomas Votruba
9ef3801b41
cleanup
2019-09-28 13:18:11 +02:00
Tomáš Votruba
8bc5ccf9c4
Merge pull request #2049 from jeroenherczeg/strict_array_search
...
Added StrictArraySearchRector - Issue #2009
2019-09-28 08:34:29 +02:00
Jeroen Herczeg
4b9120c952
Added StrictArraySearchRector - Issue #2009
2019-09-28 00:34:34 +02:00
Tomas Votruba
8a8b2b95fd
fix link in README
2019-09-27 22:29:36 +02:00
Tomas Votruba
539e54bcb6
CHANGELOG: prepare for release of v0.5.13
v0.5.13
2019-09-27 22:24:07 +02:00
Tomáš Votruba
641ede1ee5
Merge pull request #2048 from rectorphp/allow-variosu-doc-format
...
Add support for various annotation formats
2019-09-27 22:16:21 +02:00
Tomas Votruba
1202ca2658
allow cs
2019-09-27 22:09:00 +02:00
Tomas Votruba
a1e9a529d6
make tags in-sensitivty
2019-09-27 22:01:57 +02:00
Tomas Votruba
c626a50d94
cleanup + allow various format of imported annotations
2019-09-27 21:45:25 +02:00
Tomáš Votruba
767dc05baf
Decouple annotation to own PhpDocNodeFactory to allow extension… ( #2046 )
...
Decouple annotation to own PhpDocNodeFactory to allow extension without change
2019-09-27 14:56:31 +02:00
Tomas Votruba
0da741a9a3
drop @return type from Iterator in tests
2019-09-27 14:40:09 +02:00
Tomas Votruba
598f228c6d
decouple php doc ast node to factories
2019-09-27 14:40:09 +02:00
Tomas Votruba
ab10145d77
fix missing scope
2019-09-26 16:27:53 +02:00
Tomas Votruba
18ebc3d499
improve cs
2019-09-26 16:27:53 +02:00
Tomas Votruba
1751334845
add UniqueEntity stub, fix nullable name in IndexTagValueNode
2019-09-26 16:03:14 +02:00
Tomas Votruba
e40f610399
fix cs
2019-09-26 15:27:54 +02:00
Tomáš Votruba
a268b441ae
Merge pull request #2045 from rectorphp/symfony43-dispatch-get-class
...
[Symfony] Make MakeDispatchFirstArgumentEventRector work with get_class
2019-09-26 13:58:25 +02:00
Tomas Votruba
46412c73ce
[Symfony] Make MakeDispatchFirstArgumentEventRector work with get_class
2019-09-26 13:52:28 +02:00
Tomáš Votruba
b53ba610ce
[CodeQuality] Add RemoveSoleValueSprintfRector ( #2044 )
...
[CodeQuality] Add RemoveSoleValueSprintfRector
2019-09-26 13:51:48 +02:00
Tomas Votruba
e4eeb19c45
[CodeQuality] Add RemoveSoleValueSprintfRector
2019-09-26 13:44:04 +02:00
Tomáš Votruba
25c83cc74e
[CI] run all sets check ( #2043 )
...
[CI] run all sets check
2019-09-26 13:38:44 +02:00
Tomas Votruba
fcb865767a
make RectorServiceParametersShifter report better error in case of invalid configuration
2019-09-26 13:33:31 +02:00
Tomas Votruba
e2a8659b2c
fix easy-admin-bundle20 set
2019-09-26 13:26:06 +02:00
Tomas Votruba
2289c0d873
[CI] run all sets check
2019-09-26 12:48:28 +02:00
Tomas Votruba
d7cd59651f
decouple SetProvider
2019-09-26 12:45:54 +02:00
Tomáš Votruba
43e287d5ac
Merge pull request #2040 from rectorphp/break-zero
...
[Rector] Add RemoveZeroBreakContinueRector
2019-09-26 08:44:25 +02:00