Skip to content

Commit 21002c9

Browse files
committed
Code format
1 parent 8c22116 commit 21002c9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/Models/DataObject/ClassDefinitionServiceResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ public static function skipColumn(
9999
string $colName,
100100
string $type,
101101
string $default,
102-
string $null): bool
103-
{
102+
string $null
103+
): bool {
104104
return Service::skipColumn($tableDefinitions, $table, $colName, $type, $default, $null);
105105
}
106106

src/Models/DataObject/ClassDefinitionServiceResolverInterface.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public static function generateCustomLayoutJson(CustomLayout $customLayout): str
6565
public static function importObjectBrickFromJson(
6666
OBDefinition $objectBrick,
6767
string $json,
68-
bool $throwException = false): bool;
68+
bool $throwException = false
69+
): bool;
6970

7071
public static function updateTableDefinitions(array &$tableDefinitions, array $tableNames): void;
7172

@@ -75,7 +76,8 @@ public static function skipColumn(
7576
string $colName,
7677
string $type,
7778
string $default,
78-
string $null): bool;
79+
string $null
80+
): bool;
7981

8082
/**
8183
* @param string|null $newInterfaces A comma separated list of interfaces

0 commit comments

Comments
 (0)