Skip to content

Commit 88d2d61

Browse files
author
Cas Leentfaar
committed
more cs fixes
1 parent 6c3994c commit 88d2d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/OptionsResolver/Options.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ private static function formatTypesOf(array $optionTypes)
320320
foreach ($optionTypes as $x => $type) {
321321
$optionTypes[$x] = self::formatTypeOf($type);
322322
}
323-
323+
324324
return $optionTypes;
325325
}
326326

0 commit comments

Comments
 (0)