Skip to content

Commit 225d28d

Browse files
authored
Update ExampleNode.php comment
1 parent fbbc4e1 commit 225d28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Behat/Gherkin/Node/ExampleNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ExampleNode implements ScenarioInterface, NamedScenarioInterface
5959
* @param string[] $tokens
6060
* @param integer $line Line number within the feature file.
6161
* @param string|null $outlineTitle Original title of the scenario outline.
62-
* @param null|int $index The 0-based index of the row/example within the scenario outline.
62+
* @param null|int $index The 1-based index of the row/example within the scenario outline.
6363
*/
6464
public function __construct($text, array $tags, $outlineSteps, array $tokens, $line, $outlineTitle = null, $index = null)
6565
{

0 commit comments

Comments
 (0)