Skip to content

Commit

Permalink
fat fingers
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed May 16, 2024
1 parent 82f4b7a commit 3d7cd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReflectionParameterTyped.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function __construct(
}
if ($this->reflection->isDefaultValueAvailable()
&& method_exists($parameter, 'withDefault')
&& $this->reflection->getDefaultValue() !== null
) {
/** @var ParameterInterface $parameter */
$parameter = $parameter
Expand Down

0 comments on commit 3d7cd84

Please sign in to comment.