Merge pull request #242 from bebnev/master

fix model docBlocks duplicates
This commit is contained in:
Barry vd. Heuvel
2015-08-01 16:59:45 +02:00
+1
View File
@@ -181,6 +181,7 @@ class ModelsCommand extends Command
$this->getPropertiesFromMethods($model);
$output .= $this->createPhpDocs($name);
$ignore[] = $name;
} catch (\Exception $e) {
$this->error("Exception: " . $e->getMessage() . "\nCould not analyze class $name.");
}