composer fix-style

This commit is contained in:
laravel-ide-helper
2025-01-01 09:40:57 +00:00
committed by github-actions[bot]
parent e60926d6e6
commit bd24b63abf
+1 -1
View File
@@ -83,7 +83,7 @@ class Macro extends Method
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));
}
$class = ltrim($this->declaringClassName, "\\");
$class = ltrim($this->declaringClassName, '\\');
if (!$this->phpdoc->hasTag('return') && isset($this->macroDefaults[$class])) {
$type = $this->macroDefaults[$class];
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));