Skip to content

Commit 8c49546

Browse files
author
Andrey Helldar
authored
Merge pull request #6 from andrey-helldar/analysis-BM5Qrg
Apply fixes from StyleCI
2 parents eae1af0 + fcc8a17 commit 8c49546

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Contracts/Actionable.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ interface Actionable
66
{
77
/**
88
* Run the actions.
9-
*
10-
* @return void
119
*/
1210
public function up(): void;
1311

1412
/**
1513
* Reverse the actions.
16-
*
17-
* @return void
1814
*/
1915
public function down(): void;
2016
}

0 commit comments

Comments
 (0)