@@ -207,7 +207,7 @@ discard block |
||
207 | 207 | /** |
208 | 208 | * Get the given method body code. |
209 | 209 | * |
210 | - * @param object $reflectionMethod |
|
210 | + * @param \ReflectionMethod $reflectionMethod |
|
211 | 211 | * @return string |
212 | 212 | */ |
213 | 213 | protected function getMethodBody($reflectionMethod) |
@@ -228,6 +228,7 @@ discard block |
||
228 | 228 | * |
229 | 229 | * @param string $modelName |
230 | 230 | * @param array $docData |
231 | + * @param \ReflectionClass $reflectionClass |
|
231 | 232 | * @return string |
232 | 233 | */ |
233 | 234 | protected function getModels($modelName, &$docData, $reflectionClass) |