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.
2 parents 8965d5e + 8330fae commit 131b284Copy full SHA for 131b284
src/Utils/ClassParser.php
@@ -24,6 +24,7 @@ public function parse(string $className): self
24
{
25
$this->ref = new ReflectionClass($className);
26
$this->methods = null;
27
+ $this->traits = null;
28
29
return $this;
30
}
0 commit comments