From 2afb1d69299f646766d9a66847c115db44113a9a Mon Sep 17 00:00:00 2001 From: Michael Gwynne Date: Fri, 9 Feb 2018 15:39:55 +0000 Subject: [PATCH] Fixing typehint --- src/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context.php b/src/Context.php index 26862c3..2afd449 100644 --- a/src/Context.php +++ b/src/Context.php @@ -33,7 +33,7 @@ public function __construct($context, array $data = []) * @param string $context * @param array $data * - * @return string + * @return static */ public static function create($context, array $data = []) {