Skip to content

Commit 88bd734

Browse files
constructor
1 parent 84ff62b commit 88bd734

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Reflection/Dummy/DummyConstructorReflection.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,9 @@ public function getAttributes(): array
157157
return [];
158158
}
159159

160+
public function hasNoDiscardAttribute(): TrinaryLogic
161+
{
162+
// Align with the getAttributes() returning empty
163+
return TrinaryLogic::createNo();
164+
}
160165
}

0 commit comments

Comments
 (0)