Skip to content

Commit 499effe

Browse files
author
Kirill Nesmeyanov
committed
Improve rector types
1 parent 8847ae4 commit 499effe

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Traverser/VisitorInterface.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,11 @@
88

99
interface VisitorInterface
1010
{
11-
/**
12-
* @return void
13-
*/
1411
public function before(): void;
1512

16-
/**
17-
* @return ?Command
18-
*/
1913
public function enter(Node $node): ?Command;
2014

21-
/**
22-
*
23-
* @return void
24-
*/
2515
public function leave(Node $node): void;
2616

27-
/**
28-
* @return void
29-
*/
3017
public function after(): void;
3118
}

0 commit comments

Comments
 (0)