Skip to content

Commit c815fab

Browse files
committed
Fix argument default value.
1 parent dbbc516 commit c815fab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Util/DecoratorInfo.php

-4
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ private function doParseArguments(\ReflectionMethod $method): iterable
156156
$default = 'null';
157157
}
158158
}
159-
160-
if (!empty($default)) {
161-
$default = ' = '.$default;
162-
}
163159
}
164160

165161
yield new MethodArgument(

0 commit comments

Comments
 (0)