Skip to content

Commit

Permalink
Fixing typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
votemike committed Feb 9, 2018
1 parent 36fa7fa commit 2afb1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [])
{
Expand Down

0 comments on commit 2afb1d6

Please sign in to comment.