Skip to content

Commit bedd5be

Browse files
committed
[BCB] Removed PhpPropertyReflection::hasPhpDoc(), replaced by hasPhpDocType()
1 parent d2c1446 commit bedd5be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Reflection/Php/PhpPropertyReflection.php

-6
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,6 @@ public function isPromoted(): bool
138138
return $this->reflection->isPromoted();
139139
}
140140

141-
/** @deprecated Use hasPhpDocType() */
142-
public function hasPhpDoc(): bool
143-
{
144-
return $this->hasPhpDocType();
145-
}
146-
147141
public function hasPhpDocType(): bool
148142
{
149143
return $this->phpDocType !== null;

0 commit comments

Comments
 (0)