We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2382297 commit eecb406Copy full SHA for eecb406
1 file changed
src/SchemaFactory.php
@@ -211,6 +211,9 @@ public function addParameterMiddleware(ParameterMiddlewareInterface $parameterMi
211
return $this;
212
}
213
214
+ /**
215
+ * @deprecated Use PHP8 Attributes instead
216
+ */
217
public function setDoctrineAnnotationReader(Reader $annotationReader): self
218
{
219
$this->doctrineAnnotationReader = $annotationReader;
0 commit comments