mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Fix IDE errors
Ahead of the master, but should be in sync when taylor merges the phpdoc fixes.
This commit is contained in:
@@ -136,6 +136,9 @@ class GeneratorCommand extends Command {
|
||||
}
|
||||
|
||||
protected function parseMethod($method){
|
||||
if($method->name === '__clone'){
|
||||
return '';
|
||||
}
|
||||
$output = '';
|
||||
|
||||
$returnAnnotations = $method->getAnnotations(array("return"));
|
||||
|
||||
Reference in New Issue
Block a user