Skip to content

Commit 42930cd

Browse files
committed
Minors
1 parent 7c94f59 commit 42930cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-invalid-use.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
exit 0
7070
fi
7171
72-
echo -e "I've found some pages that have invalid class references. This is a list of use statements that I couldn't find the correct class to: \n\n\`\`\`\n" > issue.txt
72+
echo -e "I've found some pages that have invalid class references. This is a list of use statements that I couldn't find the correct class to: \n\n\`\`\`" > issue.txt
7373
cat .github/workflows/docs-invalid-use/output.txt >> issue.txt
74-
echo -e "\n\`\`\`\nCould someone please verify these?" >> issue.txt
74+
echo -e "\n\`\`\`\n\nCould someone please verify these?" >> issue.txt
7575
bin/console app:issue:open symfony/symfony-docs "Invalid use statements" `pwd`/issue.txt

src/Command/OpenIssueCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5050
$output->writeln($body);
5151
$output->writeln('------');
5252

53-
// TODO actually open the issue
53+
// TODO actually open or update an issue
5454

5555
return 0;
5656
}

0 commit comments

Comments
 (0)