We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fdbab commit 169804cCopy full SHA for 169804c
src/Type/Definition/Argument.php
@@ -76,7 +76,7 @@ public static function listFromConfig(iterable $config): array
76
/** @phpstan-var ArgumentConfig $argConfigWithName */
77
$argConfigWithName = $argConfig + ['name' => $name];
78
79
- $list[] = new self($argConfigWithName );
+ $list[] = new self($argConfigWithName);
80
}
81
82
return $list;
0 commit comments