Skip to content

Commit 169804c

Browse files
simPodgithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 38fdbab commit 169804c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Definition/Argument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function listFromConfig(iterable $config): array
7676
/** @phpstan-var ArgumentConfig $argConfigWithName */
7777
$argConfigWithName = $argConfig + ['name' => $name];
7878

79-
$list[] = new self($argConfigWithName );
79+
$list[] = new self($argConfigWithName);
8080
}
8181

8282
return $list;

0 commit comments

Comments
 (0)