CS fixes
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
namespace CachetHQ\Cachet\Service;
|
||||
|
||||
interface ServiceInterface {
|
||||
interface ServiceInterface
|
||||
{
|
||||
public function register();
|
||||
public function unregister();
|
||||
public function fire($data);
|
||||
|
||||
Reference in New Issue
Block a user