Skip to content

Commit b352f54

Browse files
committed
fixes before squash
1 parent ceef56b commit b352f54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Functional/CustomTestKernel.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ public function getCacheDir(): string
5151

5252
/**
5353
* Returns the kernel parameters.
54-
*
55-
* @return array
5654
*/
57-
protected function getKernelParameters()
55+
protected function getKernelParameters(): array
5856
{
5957
$bundles = [];
6058
$bundlesMetadata = [];

0 commit comments

Comments
 (0)