Skip to content

Commit 863dac2

Browse files
committed
Apply fixes from StyleCI
1 parent 9f0e40a commit 863dac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Support/ReflectionClosure.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,10 +1135,10 @@ protected function fetchItems()
11351135
if (--$open == 0) {
11361136
if (! $structIgnore) {
11371137
$structures[] = [
1138-
'type' => $structType,
1139-
'name' => $structName,
1138+
'type' => $structType,
1139+
'name' => $structName,
11401140
'start' => $startLine,
1141-
'end' => $endLine,
1141+
'end' => $endLine,
11421142
];
11431143
}
11441144
$structIgnore = false;

0 commit comments

Comments
 (0)