Skip to content

Commit

Permalink
Added missing @deprecated tag (forgotten?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 28, 2014
1 parent c49c92f commit 5d5c72b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PhpDocReader/PhpDocReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ public function getPropertyClass(ReflectionProperty $property)
*
* @throws AnnotationException
* @return string|null Type of the property (content of var annotation)
*
* @deprecated Use getParameterClass instead.
*/
public function getParameterType(ReflectionParameter $parameter)
{
Expand Down

0 comments on commit 5d5c72b

Please sign in to comment.