Skip to content

Commit d843b7b

Browse files
wrapped
1 parent 88bd734 commit d843b7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Reflection/WrappedExtendedMethodReflection.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,9 @@ public function getAttributes(): array
173173
return [];
174174
}
175175

176+
public function hasNoDiscardAttribute(): TrinaryLogic
177+
{
178+
// Align with the getAttributes() returning empty
179+
return TrinaryLogic::createNo();
180+
}
176181
}

0 commit comments

Comments
 (0)