Skip to content

Commit

Permalink
Fix argument default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
WedgeSama committed Nov 13, 2024
1 parent dbbc516 commit 2fb5feb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Util/DecoratorInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ private function doParseArguments(\ReflectionMethod $method): iterable
$default = 'null';
}
}

if (!empty($default)) {
$default = ' = '.$default;
}
}

yield new MethodArgument(
Expand Down

0 comments on commit 2fb5feb

Please sign in to comment.