Skip to content

Commit

Permalink
Merge 4.x into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Feb 7, 2024
2 parents e87ad73 + d873322 commit 2a1a2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Set\ValueObject\LevelSetList;

Expand All @@ -33,7 +32,7 @@

$rectorConfig->sets([
LevelSetList::UP_TO_PHP_80,
PHPUnitLevelSetList::UP_TO_PHPUNIT_90,
PHPUnitSetList::PHPUNIT_90,
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
]);

Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/Admin/BaseAdminTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ abstract public static function provideCrudUrlsCases(): iterable;
abstract public static function provideFormsUrlsCases(): iterable;

/**
* @return iterable<array<string|array|integer>>
* @return iterable<array<string|array|int>>
*
* @phpstan-return iterable<array{0: string, 1?: array<string>, 2?: integer}>
*/
Expand Down

0 comments on commit 2a1a2ec

Please sign in to comment.