Skip to content

Commit 4e3172f

Browse files
committed
[Runtime] Dont use "parent" as type hint
1 parent 73002be commit 4e3172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SymfonyRuntime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ protected function getArgument(\ReflectionParameter $parameter, ?string $type)
177177
return parent::getArgument($parameter, $type);
178178
}
179179

180-
protected static function register(parent $runtime): parent
180+
protected static function register(GenericRuntime $runtime): GenericRuntime
181181
{
182182
$self = new self($runtime->options + ['runtimes' => []]);
183183
$self->options['runtimes'] += [

0 commit comments

Comments
 (0)