Skip to content

Commit 2c6a38e

Browse files
authored
Merge pull request #10 from sentosango/patch-1
Stepper: Fixed typo in argument name (in docblock).
2 parents 1f303c3 + 508e8c5 commit 2c6a38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Stepper/Stepper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Throwable;
1515

1616
/**
17-
* @method static static make(iterable $components = [], iterable $finishComponents = [], string $nextText = 'Next', string $finishText = 'Finish')
17+
* @method static static make(iterable $components = [], iterable $finishComponent = [], string $nextText = 'Next', string $finishText = 'Finish')
1818
*/
1919
final class Stepper extends AbstractWithComponents
2020
{

0 commit comments

Comments
 (0)