Skip to content

Commit

Permalink
Remove ending comma for php 7.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN authored Aug 16, 2021
1 parent 5ca7d01 commit 557bf3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Controller/Annotations/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function __construct(
$format,
$utf8,
$stateless,
$env,
$env
);
} else {
parent::__construct(
Expand All @@ -100,7 +100,7 @@ public function __construct(
$format,
$utf8,
$stateless,
$env,
$env
);
}
}
Expand Down

0 comments on commit 557bf3d

Please sign in to comment.