Skip to content

Commit 4a98ddd

Browse files
Fixed tests stubs
1 parent 4aee42b commit 4a98ddd

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

tests/fixtures/app/anonymous/stubs/make_example.stub

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,4 @@ return new class extends Actionable {
1212
{
1313
//
1414
}
15-
16-
/**
17-
* Reverse the actions.
18-
*
19-
* @return void
20-
*/
21-
public function down(): void
22-
{
23-
//
24-
}
2515
};

tests/fixtures/app/named/stubs/make_example.stub

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,4 @@ class MakeExample extends Actionable
1313
{
1414
//
1515
}
16-
17-
/**
18-
* Reverse the actions.
19-
*
20-
* @return void
21-
*/
22-
public function down(): void
23-
{
24-
//
25-
}
2616
}

0 commit comments

Comments
 (0)