chore: style

This commit is contained in:
nuno maduro
2026-07-19 00:42:29 +01:00
parent f8c4c061f8
commit cd0e921158
14 changed files with 28 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
test('a test', function (): void {
$this->assertArrayHasKey('key', ['key' => 'foo']);
});