Skip to content

Commit

Permalink
move ReturnTypeFromStrictTypedCallRector to enterprise (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 19, 2022
1 parent c474c67 commit c3e31f0
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 1,427 deletions.
2 changes: 0 additions & 2 deletions config/set/type-declaration-strict.php
Expand Up @@ -12,7 +12,6 @@
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictBoolReturnExprRector;
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictNativeCallRector;
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictNewArrayRector;
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictTypedCallRector;
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictTypedPropertyRector;
use Rector\TypeDeclaration\Rector\Closure\AddClosureReturnTypeRector;
use Rector\TypeDeclaration\Rector\Param\ParamTypeFromStrictTypedPropertyRector;
Expand All @@ -26,7 +25,6 @@
ReturnTypeFromStrictTypedPropertyRector::class,
TypedPropertyFromStrictConstructorRector::class,
ParamTypeFromStrictTypedPropertyRector::class,
ReturnTypeFromStrictTypedCallRector::class,
AddVoidReturnTypeWhereNoReturnRector::class,
ReturnTypeFromReturnNewRector::class,
TypedPropertyFromStrictGetterMethodReturnTypeRector::class,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c3e31f0

Please sign in to comment.