Skip to content

Commit 5d5c72b

Browse files
committed
Added missing @deprecated tag (forgotten?)
1 parent c49c92f commit 5d5c72b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PhpDocReader/PhpDocReader.php

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ public function getPropertyClass(ReflectionProperty $property)
144144
*
145145
* @throws AnnotationException
146146
* @return string|null Type of the property (content of var annotation)
147+
*
148+
* @deprecated Use getParameterClass instead.
147149
*/
148150
public function getParameterType(ReflectionParameter $parameter)
149151
{

0 commit comments

Comments
 (0)