Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public function getPipeline()
}

/**
* Regsier a new notification callback.
* Register a new notification callback.
*
* @param callable $callback
*
Expand All @@ -264,7 +264,7 @@ public function registerCallback(callable $callback)
}

/**
* Regsier all our default callbacks.
* Register all our default callbacks.
*
* @return $this
*/
Expand Down