Skip to content

Commit b0d5146

Browse files
committed
wip
1 parent 659fe79 commit b0d5146

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)