Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 6de3394

Browse files
committed
whitespace fix
1 parent 6e5608c commit 6de3394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CodegenShapeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testImplicitSubtyping(): void {
4646
)
4747
->setAllowsSubtyping(true);
4848

49-
expect_with_context(static::class, $shape->render())->toBeUnchanged();
49+
expect_with_context(static::class, $shape->render())->toBeUnchanged();
5050

5151
}
5252

0 commit comments

Comments
 (0)