Skip to content

Commit 1425dd6

Browse files
Drakfabpot
authored andcommitted
Nsdocblocks
1 parent c3f3c6a commit 1425dd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Normalizer/GetSetMethodNormalizer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ private function supports($class)
176176
/**
177177
* Checks if a method's name is get.* and can be called without parameters.
178178
*
179-
* @param ReflectionMethod $method the method to check
179+
* @param \ReflectionMethod $method the method to check
180+
*
180181
* @return Boolean whether the method is a getter.
181182
*/
182183
private function isGetMethod(\ReflectionMethod $method)

0 commit comments

Comments
 (0)