Skip to content

Commit 97c4dd8

Browse files
committed
Reduce lines
1 parent 4eb424f commit 97c4dd8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/Console.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,7 @@ public function addParameter(
7070
mixed $default = null,
7171
bool $negatable = false,
7272
): Parameter {
73-
return $this->parser->addParameter(
74-
$name,
75-
$type,
76-
$description,
77-
$required,
78-
$default,
79-
$negatable,
80-
);
73+
return $this->parser->addParameter($name, $type, $description, $required, $default, $negatable);
8174
}
8275

8376
public function addHelpParameter(): Parameter

0 commit comments

Comments
 (0)