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 295d04d commit 85d2feaCopy full SHA for 85d2fea
src/Trace/Frame.php
@@ -53,7 +53,7 @@ public function parseCall($str)
53
if (str()->contains($matches[2], ['{closure}']) && Arr::get($this->attributes, 'name') == '[internal function]') {
54
$this->attributes['name'] .= " $matches[1]->$matches[2]";
55
}
56
- // class method call
+ // class method call
57
} else {
58
preg_match('/([^(]+)\((.*)\)/', $str, $matches);
59
$this->attributes['function'] = $matches[1];
0 commit comments