Skip to content

Commit bd24b63

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent e60926d commit bd24b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Macro.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected function initPhpDoc($method)
8383
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));
8484
}
8585

86-
$class = ltrim($this->declaringClassName, "\\");
86+
$class = ltrim($this->declaringClassName, '\\');
8787
if (!$this->phpdoc->hasTag('return') && isset($this->macroDefaults[$class])) {
8888
$type = $this->macroDefaults[$class];
8989
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));

0 commit comments

Comments
 (0)