Skip to content

Commit c89f485

Browse files
committed
wip
1 parent e1495b0 commit c89f485

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/Reflection/Annotations/AnnotationsMethodParameterReflection.php

+5
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)