Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c89f485

Browse files
committedNov 19, 2024·
wip
1 parent e1495b0 commit c89f485

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/Reflection/Annotations/AnnotationsMethodParameterReflection.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,9 @@ public function getDefaultValue(): ?Type
7070
return $this->defaultValue;
7171
}
7272

73+
public function isPureUnlessCallableIsImpureParameter(): bool
74+
{
75+
return false;
76+
}
77+
7378
}

0 commit comments

Comments
 (0)
Please sign in to comment.