Skip to content

Commit 0e0a293

Browse files
authored
refactor: add return type-hint to bundle class (#1108)
1 parent 67c180c commit 0e0a293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APYDataGridBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class APYDataGridBundle extends Bundle
2121
{
22-
public function build(ContainerBuilder $container)
22+
public function build(ContainerBuilder $container): void
2323
{
2424
parent::build($container);
2525

0 commit comments

Comments
 (0)