Skip to content

Commit

Permalink
fix(PdfCOntroller): remove coma
Browse files Browse the repository at this point in the history
  • Loading branch information
J9rem committed Dec 15, 2022
1 parent 230df7c commit 1f1ac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/PdfController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PdfController extends YesWikiController
public function __construct(
ParameterBagInterface $params,
PdfHelper $pdfHelper,
Wiki $wiki,
Wiki $wiki
) {
$this->params = $params;
$this->pdfHelper = $pdfHelper;
Expand Down

0 comments on commit 1f1ac0b

Please sign in to comment.