chore: coding style changes

This commit is contained in:
nuno maduro
2026-08-07 14:52:56 +01:00
parent eb88513baf
commit 42d9b777bf
221 changed files with 139 additions and 3086 deletions
-1
View File
@@ -34,7 +34,6 @@ describe('keysWithPrefix()', function (): void {
$state = new FileState($this->root);
$state->write('worker-edges-a.json', '{}');
// Simulate another process mid-write: its temp file exists but has not been renamed yet.
file_put_contents($this->root.'/worker-edges-b.json.'.bin2hex(random_bytes(4)).'.tmp', '{');
expect($state->keysWithPrefix('worker-edges-'))->toBe(['worker-edges-a.json']);