mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
composer fix-style
This commit is contained in:
committed by
github-actions[bot]
parent
e60926d6e6
commit
bd24b63abf
+1
-1
@@ -83,7 +83,7 @@ class Macro extends Method
|
|||||||
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));
|
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));
|
||||||
}
|
}
|
||||||
|
|
||||||
$class = ltrim($this->declaringClassName, "\\");
|
$class = ltrim($this->declaringClassName, '\\');
|
||||||
if (!$this->phpdoc->hasTag('return') && isset($this->macroDefaults[$class])) {
|
if (!$this->phpdoc->hasTag('return') && isset($this->macroDefaults[$class])) {
|
||||||
$type = $this->macroDefaults[$class];
|
$type = $this->macroDefaults[$class];
|
||||||
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));
|
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));
|
||||||
|
|||||||
Reference in New Issue
Block a user