We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49c92f commit 5d5c72bCopy full SHA for 5d5c72b
src/PhpDocReader/PhpDocReader.php
@@ -144,6 +144,8 @@ public function getPropertyClass(ReflectionProperty $property)
144
*
145
* @throws AnnotationException
146
* @return string|null Type of the property (content of var annotation)
147
+ *
148
+ * @deprecated Use getParameterClass instead.
149
*/
150
public function getParameterType(ReflectionParameter $parameter)
151
{
0 commit comments