chore: moves to coding stlye

This commit is contained in:
nuno maduro
2026-07-19 03:41:57 +01:00
parent cd0e921158
commit 1c11595504
10 changed files with 17 additions and 23 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
declare(strict_types=1);
test('a test', function (): void {
$this->assertArrayHasKey('key', ['key' => 'foo']);
expect(['key' => 'foo'])->toHaveKey('key');
});
test('higher order message test')->expect(true)->toBeTrue();