Skip to content

Commit 8c22116

Browse files
mcop1github-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 4490626 commit 8c22116

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Models/DataObject/ClassDefinitionServiceResolver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ public static function importObjectBrickFromJson(
8484
OBDefinition $objectBrick,
8585
string $json,
8686
bool $throwException = false
87-
): bool
88-
{
87+
): bool {
8988
return Service::importObjectBrickFromJson($objectBrick, $json, $throwException);
9089
}
9190

0 commit comments

Comments
 (0)