Skip to content

Commit 71637c8

Browse files
committed
Fix style
1 parent 3f41116 commit 71637c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/items/AttributeRelation.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public function __construct(
4040
?string $className = null,
4141
?string $method = null,
4242
array $link = []
43-
)
44-
{
43+
) {
4544
$this->name = $name;
4645
$this->tableName = $tableName;
4746
$this->className = $className;

0 commit comments

Comments
 (0)