Skip to content

Commit 187f1a2

Browse files
committed
fixed styleci issue
1 parent 94a9476 commit 187f1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Picqer/Financials/Moneybird/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private function getArrayWithNestedObjects($useAttributesAppend = true)
227227
}
228228

229229
if ($multipleNestedEntities[$attributeName]['type'] === self::NESTING_TYPE_NESTED_OBJECTS) {
230-
$result[$attributeNameToUse] = (object)$result[$attributeNameToUse];
230+
$result[$attributeNameToUse] = (object) $result[$attributeNameToUse];
231231
}
232232

233233
if (

0 commit comments

Comments
 (0)