Skip to content

Commit 48309c2

Browse files
Fixed code style in style.php
1 parent e7b00d3 commit 48309c2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/style.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ class ConstructorClass
99
public const First = 0;
1010
public const Second = 1;
1111

12-
public int $firstValue = 1;
12+
public int $firstValue = 1;
1313

14-
public int $secondValue = 1;
14+
public int $secondValue = 1;
1515

1616
public function __construct(
17-
18-
protected int | string $value
17+
protected int|string $value
1918
) {}
2019
}
2120

0 commit comments

Comments
 (0)