Skip to content

Commit

Permalink
remove WithConsecutiveArgToArrayRector as various upgrade paths possible
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Apr 23, 2022
1 parent c61751f commit c679fb7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 369 deletions.
10 changes: 0 additions & 10 deletions config/sets/phpunit75.php

This file was deleted.

1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

// object types
StringClassNameToClassConstantRector::class => [
__DIR__ . '/src/Rector/MethodCall/WithConsecutiveArgToArrayRector.php',
__DIR__ . '/src/Rector/MethodCall/UseSpecificWillMethodRector.php',
__DIR__ . '/src/Rector/Class_/TestListenerToHooksRector.php',
__DIR__ . '/src/NodeFactory/ConsecutiveAssertionFactory.php',
Expand Down
232 changes: 0 additions & 232 deletions src/Rector/MethodCall/WithConsecutiveArgToArrayRector.php

This file was deleted.

5 changes: 0 additions & 5 deletions src/Set/PHPUnitSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ final class PHPUnitSetList implements SetListInterface
*/
public const PHPUNIT_70 = __DIR__ . '/../../config/sets/phpunit70.php';

/**
* @var string
*/
public const PHPUNIT_75 = __DIR__ . '/../../config/sets/phpunit75.php';

/**
* @var string
*/
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c679fb7

Please sign in to comment.