Skip to content

Commit 1907013

Browse files
Fix CS/WS issue
1 parent 5688c14 commit 1907013

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/Logging/TestDox/NamePrettifierTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ public static function methodNameProvider(): array
132132
*/
133133
public static function objectProvider(): array
134134
{
135-
$object = new class {
135+
$object = new class
136+
{
136137
public function __toString(): string
137138
{
138139
return 'object as string';

0 commit comments

Comments
 (0)