Skip to content

Commit 43cf192

Browse files
committed
Fix styling
1 parent 44e0874 commit 43cf192

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Contracts/Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
interface Client
66
{
77
public function get(string $resource);
8+
89
public function post(string $resource, array $data = []);
10+
911
public function delete(string $resource, array $data = []);
1012
}

0 commit comments

Comments
 (0)