mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
+1
-1
@@ -297,7 +297,7 @@ class Method
|
||||
$method = $reflectionMethod->getPrototype();
|
||||
}
|
||||
if ($method) {
|
||||
$phpdoc = new DocBlock($method);
|
||||
$phpdoc = new DocBlock($method, new Context($method->getNamespaceName()));
|
||||
if (strpos($phpdoc->getText(), '{@inheritdoc}') !== false) {
|
||||
//Not at the end yet, try another parent/interface..
|
||||
return $this->getInheritDoc($method);
|
||||
|
||||
Reference in New Issue
Block a user