Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 74db050

Browse files
committedMar 3, 2016
Merge pull request #68 from bc-luke/patch-1
Fix typo in HttpService PHPDoc
2 parents 8e277c6 + 09ae6db commit 74db050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ZendDiagnostics/Check/HttpService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class HttpService extends AbstractCheck
4343
* @param int $port Port to connect to (defaults to 80)
4444
* @param string $path The path to retrieve (defaults to /)
4545
* @param int $statusCode (optional) Expected status code
46-
* @param null $content (optional) Expected substring to match agains the page content.
46+
* @param null $content (optional) Expected substring to match against the page content.
4747
*/
4848
public function __construct($host, $port = 80, $path = '/', $statusCode = null, $content = null)
4949
{

0 commit comments

Comments
 (0)
This repository has been archived.