Skip to content

Commit

Permalink
typehint for symfony 6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Sep 14, 2022
1 parent d73f1be commit 19637aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Xsd2PhpExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected static function sanitizePhp($ns)
return strtr($ns, '/', '\\');
}

public function getAlias()
public function getAlias(): string
{
return 'xsd2php';
}
Expand Down

0 comments on commit 19637aa

Please sign in to comment.