Skip to content

Commit a2def12

Browse files
author
Tobias Wojtylak
committed
addd return type for getStepOptions
1 parent 37395fd commit a2def12

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/DependencyInjection/MultiStepExtension.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ private function parseFlows(array $flowsArray, ContainerBuilder $container): voi
4747

4848
/**
4949
* @param string[] $stepConfig
50+
*
51+
* @return string[]
5052
*/
51-
private function getStepOptions(array $stepConfig)
53+
private function getStepOptions(array $stepConfig): array
5254
{
5355
$options = $stepConfig;
5456
if (isset($options['stepRequiredChecker'])) {

0 commit comments

Comments
 (0)