Skip to content

Commit ddf2489

Browse files
committed
style: php cs
1 parent b4c4d81 commit ddf2489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Internal/FakeCancellation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ public function throwIfRequested(): void
3030
// However, in a real implementation, this would throw an exception
3131
// to indicate that the cancellation has been requested.
3232
}
33-
}
33+
}

tests/Internal/FakeChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ public function onClose(Closure $onClose): void
4141
// handling of the onClose callback. If used in production, this should be implemented
4242
// to handle resource cleanup or other necessary actions when the channel is closed.
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)