Skip to content

Commit b836136

Browse files
committed
fix typo
1 parent b10d30b commit b836136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kitar/Dynamodb/Query/Processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function processMultipleItems(Result $res, $model_class)
4040
$item = $this->marshaler->unmarshalItem($item);
4141

4242
if ($model_class) {
43-
$item = (new $model_class)-newFromBuilder($item);
43+
$item = (new $model_class)->newFromBuilder($item);
4444
}
4545
}
4646

0 commit comments

Comments
 (0)