Skip to content

Commit 7456b50

Browse files
committed
Apply fixes from StyleCI
1 parent ccd1b1c commit 7456b50

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
@@ -333,7 +333,7 @@ private function getArrayWithNestedObjects($useAttributesAppend = true)
333333
$multipleNestedEntities[$attributeName]['type'] === self::NESTING_TYPE_NESTED_OBJECTS
334334
&& empty($result[$attributeNameToUse])
335335
) {
336-
$result[$attributeNameToUse] = new \StdClass();
336+
$result[$attributeNameToUse] = new \stdClass();
337337
}
338338
}
339339
}

0 commit comments

Comments
 (0)