Skip to content

Commit 2fdab4f

Browse files
committed
code fix
1 parent 0ec5638 commit 2fdab4f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Core/Application/ConsoleApplication.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,7 @@ private function outputIndividual(array $citations, array $errors): void
216216
}
217217
}
218218

219-
/**
220-
* @param string[] $citations
221-
* @param string[] $errors
222-
*/
219+
223220
private function outputCombined(array $citations, array $errors): void
224221
{
225222
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";

0 commit comments

Comments
 (0)