Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1369e55

Browse filesBrowse files
committed
make linter happy
1 parent 0b40931 commit 1369e55
Copy full SHA for 1369e55

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/OptionsResolver/OptionsResolver.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/OptionsResolver/OptionsResolver.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ public function define(string $option): OptionConfigurator
711711
if (isset($this->defined[$option])) {
712712
throw new OptionDefinitionException(sprintf('The options "%s" is already defined.', $option));
713713
}
714+
714715
return new OptionConfigurator($option, $this);
715716
}
716717

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.