Skip to content

Commit 0ec030d

Browse files
Fix CS/WS issue
1 parent d9bdc39 commit 0ec030d

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)