Fix IDE errors

Ahead of the master, but should be in sync when taylor merges the phpdoc
fixes.
This commit is contained in:
Barry
2013-03-22 10:44:53 +01:00
parent 3d6af79bf7
commit beed27073a
2 changed files with 107 additions and 70 deletions
@@ -136,6 +136,9 @@ class GeneratorCommand extends Command {
}
protected function parseMethod($method){
if($method->name === '__clone'){
return '';
}
$output = '';
$returnAnnotations = $method->getAnnotations(array("return"));