Skip to content

Commit 2146ae0

Browse files
committed
wip
1 parent 1db01bc commit 2146ae0

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)