Skip to content

Commit 21f9d60

Browse files
committed
comment
1 parent 0a17a90 commit 21f9d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DeadCode/Rector/ClassMethod/RemoveParentDelegatingConstructorRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ private function isDifferentDefaultValue(
265265
return false;
266266
}
267267

268-
// when parent does not have default value,
268+
// when child has default value, but parent does not have default value,
269269
// mark as different
270270
if (! $nativeParentParameterReflection->isDefaultValueAvailable()) {
271271
return true;

0 commit comments

Comments
 (0)