Skip to content

Commit

Permalink
Merge 1d3f847 into 46bc497
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwebdesign committed Feb 12, 2020
2 parents 46bc497 + 1d3f847 commit 4009f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwigRuntimeLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct(RouteParserInterface $routeParser, UriInterface $uri
/**
* {@inheritdoc}
*/
public function load($class)
public function load(string $class)
{
if (TwigRuntimeExtension::class === $class) {
return new $class($this->routeParser, $this->uri, $this->basePath);
Expand Down

0 comments on commit 4009f6d

Please sign in to comment.