Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Mar 3, 2016
1 parent bf99a9a commit 935bce2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Collector/MessageJournal.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function addFailure(RequestInterface $request, Exception $exception)
}

/**
* Get the successful request-resonse pairs.
* Returns the successful request-resonse pairs.
*
* @return array
*/
Expand All @@ -72,7 +72,7 @@ public function getSucessfulRequests()
}

/**
* Get the failed request-resonse pairs.
* Returns the failed request-resonse pairs.
*
* @return array
*/
Expand All @@ -82,7 +82,7 @@ public function getFailedRequests()
}

/**
* Get the total number of request made.
* Returns the total number of request made.
*
* @return int
*/
Expand All @@ -96,7 +96,7 @@ public function getTotalRequests()
*/
public function collect(Request $request, Response $response, \Exception $exception = null)
{
// We do not need to collect any data form the Symfony Request and Response
// We do not need to collect any data from the Symfony Request and Response
}

/**
Expand Down

0 comments on commit 935bce2

Please sign in to comment.