Skip to content

Commit eae1af0

Browse files
author
Andrey Helldar
committed
Added doc-blocks
1 parent 4446b4a commit eae1af0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Contracts/Actionable.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@
44

55
interface Actionable
66
{
7+
/**
8+
* Run the actions.
9+
*
10+
* @return void
11+
*/
712
public function up(): void;
813

14+
/**
15+
* Reverse the actions.
16+
*
17+
* @return void
18+
*/
919
public function down(): void;
1020
}

0 commit comments

Comments
 (0)