Skip to content

Commit

Permalink
revert auto import test
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jul 23, 2023
1 parent e948ee1 commit c3b1e5a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Rector\Tests\TypeDeclaration\Rector\Property\VarAnnotationIncorrectNul
final class FqcnVarClosureVarAnnotationMissingNull
{
/** @var null|\Closure(string, int, \Closure(float): int): string */
private ?Closure $tooltipGenerator = null;
private ?\Closure $tooltipGenerator = null;
}

?>

This file was deleted.

This file was deleted.

0 comments on commit c3b1e5a

Please sign in to comment.