Skip to content

Commit 503e35f

Browse files
committed
Code formatting.
1 parent ca7a024 commit 503e35f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Traits/DBFunctions.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@ public function getTableSize(string $tableName): string
8686
*/
8787
public function getFieldDataType(string $tableName, string $fieldName): array|bool
8888
{
89-
$fieldDataType = new DatabaseTableFieldTypeClass(
90-
$tableName,
91-
$fieldName
92-
);
93-
89+
$fieldDataType = new DatabaseTableFieldTypeClass($tableName, $fieldName);
9490
return $fieldDataType();
9591
}
9692

0 commit comments

Comments
 (0)