@@ -97,8 +97,8 @@ public function setRequired(array $optionNames);
97
97
* @return OptionsResolverInterface The resolver instance.
98
98
*
99
99
* @throws Exception\InvalidOptionsException If an option has not been defined
100
- * (see {@link isKnown()}) for which
101
- * an allowed value is set.
100
+ * (see {@link isKnown()}) for which
101
+ * an allowed value is set.
102
102
*/
103
103
public function setAllowedValues (array $ allowedValues );
104
104
@@ -114,8 +114,8 @@ public function setAllowedValues(array $allowedValues);
114
114
* @return OptionsResolverInterface The resolver instance.
115
115
*
116
116
* @throws Exception\InvalidOptionsException If an option has not been defined
117
- * (see {@link isKnown()}) for which
118
- * an allowed value is set.
117
+ * (see {@link isKnown()}) for which
118
+ * an allowed value is set.
119
119
*/
120
120
public function addAllowedValues (array $ allowedValues );
121
121
@@ -175,7 +175,7 @@ public function setNormalizers(array $normalizers);
175
175
*
176
176
* @param string $option The name of the option.
177
177
*
178
- * @return bool Whether the option is known.
178
+ * @return bool Whether the option is known.
179
179
*/
180
180
public function isKnown ($ option );
181
181
@@ -188,7 +188,7 @@ public function isKnown($option);
188
188
*
189
189
* @param string $option The name of the option.
190
190
*
191
- * @return bool Whether the option is required.
191
+ * @return bool Whether the option is required.
192
192
*/
193
193
public function isRequired ($ option );
194
194
0 commit comments