Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 7a0a3c4

Browse files
fixed coding style
1 parent 1b08fd8 commit 7a0a3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceGenerator/ExtractCollectionTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private function extractIterator(
145145

146146
$resources = [];
147147
foreach ($collection as $item) {
148-
$resources[] = $resourceGenerator->fromObject($item, $request, $depth+1);
148+
$resources[] = $resourceGenerator->fromObject($item, $request, $depth + 1);
149149
$count = $isCountable ? $count : $count + 1;
150150
}
151151

0 commit comments

Comments
 (0)