Skip to content

Commit 62efd89

Browse files
committed
chore: reorder arguments
1 parent 56cc43f commit 62efd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Documentation/SymlinkDocumentationCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __construct(
1818
) {}
1919

2020
#[ConsoleCommand('docs:symlink')]
21-
public function __invoke(string $path = '../tempest-framework', ?Version $version = null): ExitCode
21+
public function __invoke(?Version $version = null, string $path = '../tempest-framework'): ExitCode
2222
{
2323
$version ??= Version::default();
2424
$from = root_path($path, '/docs');

0 commit comments

Comments
 (0)