Skip to content

Commit 6e46f34

Browse files
Merge branch '11.5' into 12.4
* 11.5: Fix CS/WS issue
2 parents 6740e6d + 0ec030d commit 6e46f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_files/mock-object/ExtendableClassWithPropertyWithSetHook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class ExtendableClassWithPropertyWithSetHook
1313
{
1414
public string $property {
15-
set (string $value) {
15+
set(string $value) {
1616
$this->property = $value;
1717
}
1818
}

0 commit comments

Comments
 (0)