Skip to content

Commit

Permalink
Merge pull request #34 from votemike/fix-typehint
Browse files Browse the repository at this point in the history
Fixing typehint
  • Loading branch information
Torann authored May 24, 2018
2 parents 7863177 + 2afb1d6 commit 6eb2381
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 6eb2381

Please sign in to comment.