File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ class Config
204
204
* - Keys: lowercase version of the generator name.
205
205
* - Values: name of the generator PHP class.
206
206
*
207
- * Note: once support for PHP < 5.6 is dropped, this property should be refactored into a class
208
- * constant.
207
+ * {@internal Once support for PHP < 5.6 is dropped, this property should be refactored into a class
208
+ * constant.}
209
209
*
210
210
* @var array<string, string>
211
211
*/
@@ -1256,7 +1256,7 @@ public function processLongArgument($arg, $pos)
1256
1256
if (isset (self ::$ validGenerators [$ lowerCaseGeneratorName ]) === false ) {
1257
1257
$ validOptions = implode (', ' , array_values (self ::$ validGenerators ));
1258
1258
$ error = sprintf (
1259
- 'ERROR: "%s" is not a valid generator. Valid options are: %s. ' .PHP_EOL .PHP_EOL ,
1259
+ 'ERROR: "%s" is not a valid generator. The following generators are supported : %s. ' .PHP_EOL .PHP_EOL ,
1260
1260
$ generatorName ,
1261
1261
$ validOptions
1262
1262
);
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ final class GeneratorArgTest extends TestCase
23
23
/**
24
24
* Ensure that the generator property is set when the parameter is passed a valid value.
25
25
*
26
- * @param string $argumentValue Generator name passed in the command line.
26
+ * @param string $argumentValue Generator name passed on the command line.
27
27
* @param string $expectedPropertyValue Expected value of the generator property.
28
28
*
29
29
* @dataProvider dataValidGeneratorNames
You can’t perform that action at this time.
0 commit comments