Skip to content

Commit a30176e

Browse files
committed
rerun ; [documentation]
1 parent 42679aa commit a30176e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

databox/api/Command/DocumentationDumperCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
2222
$source = Path::join(__DIR__, '../_preGeneratedDoc');
2323
$destination = Path::join(__DIR__, '../doc');
2424

25-
2625
$filesystem->copy("$source/Databox-api_dynamic.md", "$destination/Databox-api_dynamic.md", true);
2726
$filesystem->mirror("$source/Databox/Api/", "$destination/Databox/Api/");
2827
$filesystem->mirror("$source/Databox/Attributes/", "$destination/Databox/Attributes/");

0 commit comments

Comments
 (0)