Skip to content

Commit 85d2fea

Browse files
bezhanSallehgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 295d04d commit 85d2fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Trace/Frame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function parseCall($str)
5353
if (str()->contains($matches[2], ['{closure}']) && Arr::get($this->attributes, 'name') == '[internal function]') {
5454
$this->attributes['name'] .= " $matches[1]->$matches[2]";
5555
}
56-
// class method call
56+
// class method call
5757
} else {
5858
preg_match('/([^(]+)\((.*)\)/', $str, $matches);
5959
$this->attributes['function'] = $matches[1];

0 commit comments

Comments
 (0)