Skip to content

Commit 935bce2

Browse files
committed
Fix typos
1 parent bf99a9a commit 935bce2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Collector/MessageJournal.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function addFailure(RequestInterface $request, Exception $exception)
6262
}
6363

6464
/**
65-
* Get the successful request-resonse pairs.
65+
* Returns the successful request-resonse pairs.
6666
*
6767
* @return array
6868
*/
@@ -72,7 +72,7 @@ public function getSucessfulRequests()
7272
}
7373

7474
/**
75-
* Get the failed request-resonse pairs.
75+
* Returns the failed request-resonse pairs.
7676
*
7777
* @return array
7878
*/
@@ -82,7 +82,7 @@ public function getFailedRequests()
8282
}
8383

8484
/**
85-
* Get the total number of request made.
85+
* Returns the total number of request made.
8686
*
8787
* @return int
8888
*/
@@ -96,7 +96,7 @@ public function getTotalRequests()
9696
*/
9797
public function collect(Request $request, Response $response, \Exception $exception = null)
9898
{
99-
// We do not need to collect any data form the Symfony Request and Response
99+
// We do not need to collect any data from the Symfony Request and Response
100100
}
101101

102102
/**

0 commit comments

Comments
 (0)