From d59bc8078291883f1dc010a38c234600c17d0385 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 18 Dec 2019 20:38:40 +0100 Subject: [PATCH] Fix smaller issues with stubs GH-5025 --- ext/bcmath/bcmath.stub.php | 18 +++++++------- ext/gd/gd.stub.php | 4 +-- ext/hash/hash.c | 2 +- ext/hash/hash.stub.php | 4 ++- ext/hash/hash_arginfo.h | 2 ++ ext/standard/basic_functions.c | 2 +- ext/standard/basic_functions.stub.php | 14 +++++------ ext/standard/basic_functions_arginfo.h | 2 +- ext/zlib/zlib.stub.php | 34 +++++++++++++------------- 9 files changed, 43 insertions(+), 39 deletions(-) diff --git a/ext/bcmath/bcmath.stub.php b/ext/bcmath/bcmath.stub.php index 5f59487f41..0a975352bb 100644 --- a/ext/bcmath/bcmath.stub.php +++ b/ext/bcmath/bcmath.stub.php @@ -1,21 +1,21 @@