Skip to content

Commit

Permalink
added versions support
Browse files Browse the repository at this point in the history
  • Loading branch information
pyatachok committed Nov 7, 2018
1 parent 1d9b5cc commit a75cf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/EventsServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ public function unsubscribe(string $event, string $endpoint);
* @param string $method
* @param string $version
*/
public function unsubscribeVersionized(string $event, string $endpoint, $method, string $version);
public function unsubscribeVersionized(string $event, string $endpoint, string $method, string $version);
}

0 comments on commit a75cf99

Please sign in to comment.