Skip to content

Commit 6669044

Browse files
authored
Update ParameterGenerator.php
remote whitespaces Signed-off-by: sakhunzai <sakhunzai@users.noreply.github.com>
1 parent 538565f commit 6669044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Generator/ParameterGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ public function setPassedByReference($passedByReference)
257257
public function setVariadic($variadic)
258258
{
259259
$this->variadic = (bool) $variadic;
260-
260+
261261
if (true === $this->variadic && isset($this->defaultValue)) {
262262
throw new Exception\InvalidArgumentException('Variadic parameter cannot have a default value');
263263
}
264-
264+
265265
return $this;
266266
}
267267

0 commit comments

Comments
 (0)