We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60926d commit bd24b63Copy full SHA for bd24b63
src/Macro.php
@@ -83,7 +83,7 @@ protected function initPhpDoc($method)
83
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));
84
}
85
86
- $class = ltrim($this->declaringClassName, "\\");
+ $class = ltrim($this->declaringClassName, '\\');
87
if (!$this->phpdoc->hasTag('return') && isset($this->macroDefaults[$class])) {
88
$type = $this->macroDefaults[$class];
89
0 commit comments