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 9f0e40a commit 863dac2Copy full SHA for 863dac2
src/Support/ReflectionClosure.php
@@ -1135,10 +1135,10 @@ protected function fetchItems()
1135
if (--$open == 0) {
1136
if (! $structIgnore) {
1137
$structures[] = [
1138
- 'type' => $structType,
1139
- 'name' => $structName,
+ 'type' => $structType,
+ 'name' => $structName,
1140
'start' => $startLine,
1141
- 'end' => $endLine,
+ 'end' => $endLine,
1142
];
1143
}
1144
$structIgnore = false;
0 commit comments