Skip to content

Commit 4c164ca

Browse files
committed
Revert "minor symfony#9269 [Console] make InputArgument::setDefault() chainable (pscheit)"
This reverts commit ab7bf64, reversing changes made to 5b6ef23.
1 parent 514fabd commit 4c164ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Console/Input/InputArgument.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public function setDefault($default = null)
108108
}
109109

110110
$this->default = $default;
111-
return $this;
112111
}
113112

114113
/**

0 commit comments

Comments
 (0)