Skip to content

Commit 8c756cc

Browse files
committed
wip
1 parent f44dbee commit 8c756cc

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)