Skip to content

Commit b597482

Browse files
keradusnicolas-grekas
authored andcommitted
CS: trailing commas
1 parent feea6f8 commit b597482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Attribute/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
string $format = null,
4646
bool $utf8 = null,
4747
bool $stateless = null,
48-
private ?string $env = null
48+
private ?string $env = null,
4949
) {
5050
if (\is_array($path)) {
5151
$this->localizedPaths = $path;

0 commit comments

Comments
 (0)