From 9b4bb4df3ec2d46729f06f91ba285e5dc6ff6767 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 31 Aug 2021 09:46:27 +0200 Subject: [PATCH] fixup #42 --- tests/async010.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/async010.phpt b/tests/async010.phpt index ec09357..a38b66d 100644 --- a/tests/async010.phpt +++ b/tests/async010.phpt @@ -61,7 +61,7 @@ array(1) { ["execParams"]=> array(1) { [0]=> - string(3) "123" + int(123) } } -DONE \ No newline at end of file +DONE -- 2.30.2