We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cc43f commit 62efd89Copy full SHA for 62efd89
src/Web/Documentation/SymlinkDocumentationCommand.php
@@ -18,7 +18,7 @@ public function __construct(
18
) {}
19
20
#[ConsoleCommand('docs:symlink')]
21
- public function __invoke(string $path = '../tempest-framework', ?Version $version = null): ExitCode
+ public function __invoke(?Version $version = null, string $path = '../tempest-framework'): ExitCode
22
{
23
$version ??= Version::default();
24
$from = root_path($path, '/docs');
0 commit comments