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

Commit 09ae6db

Browse files
committed
Fix typo in HttpService PHPDoc
Add the missing 't' to the `$content` parameter description text.
1 parent 2eeb413 commit 09ae6db

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)