Skip to content

Commit 0e75af4

Browse files
committed
Fix syntax
1 parent c3372d7 commit 0e75af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SubscriptionInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
/**
1717
* @author Sergii Bondarenko <[email protected]>
1818
*/
19-
interface SubscriptionInterface {
19+
interface SubscriptionInterface
20+
{
2021
/**
2122
* @return string
2223
*/

0 commit comments

Comments
 (0)