From d5e984d221e51b08fa18818c5ccf48b3bf4dcfbd Mon Sep 17 00:00:00 2001 From: Hannes Van De Vreken Date: Fri, 26 Jan 2018 08:38:03 +0100 Subject: [PATCH] Typo --- src/RequestHandlerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RequestHandlerInterface.php b/src/RequestHandlerInterface.php index b23dbdc..74035c4 100644 --- a/src/RequestHandlerInterface.php +++ b/src/RequestHandlerInterface.php @@ -7,7 +7,7 @@ /** * An HTTP request handler process a HTTP request and produces an HTTP response. - * This interface defines the methods require to use the request handler. + * This interface defines the methods required to use the request handler. */ interface RequestHandlerInterface {