Skip to content

Commit a5e5483

Browse files
committed
Remove extra space before param default values
1 parent 4c9892d commit a5e5483

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ext/com_dotnet/com_extension.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function com_event_sink(variant $variant, object $sink_object, array|string|null
6262

6363
function com_print_typeinfo(variant|string $variant, ?string $dispatch_interface = null, bool $display_sink = false): bool {}
6464

65-
function com_message_pump(int $timeout_milliseconds = 0): bool {}
65+
function com_message_pump(int $timeout_milliseconds = 0): bool {}
6666

6767
function com_load_typelib(string $typelib, bool $case_insensitive = true): bool {}
6868

ext/com_dotnet/com_extension_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 6d32c6c4ed91fb542f6d78de50a4f099b9285614 */
2+
* Stub hash: 5aae202b026bd12924ca628718f087f581ab4c3a */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_variant_set, 0, 2, IS_VOID, 0)
55
ZEND_ARG_OBJ_INFO(0, variant, variant, 0)

ext/sodium/libsodium.stub.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ function sodium_crypto_secretstream_xchacha20poly1305_keygen(): string {}
154154

155155
function sodium_crypto_secretstream_xchacha20poly1305_init_push(string $key): array {}
156156

157-
function sodium_crypto_secretstream_xchacha20poly1305_push(string &$state, string $message, string $additional_data = "", int $tag = SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_TAG_MESSAGE): string {}
157+
function sodium_crypto_secretstream_xchacha20poly1305_push(string &$state, string $message, string $additional_data = "", int $tag = SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_TAG_MESSAGE): string {}
158158

159159
function sodium_crypto_secretstream_xchacha20poly1305_init_pull(string $header, string $key): string {}
160160

161-
function sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, string $additional_data = ""): array|false {}
161+
function sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, string $additional_data = ""): array|false {}
162162

163163
function sodium_crypto_secretstream_xchacha20poly1305_rekey(string &$state): void {}
164164
#endif
@@ -226,7 +226,7 @@ function sodium_hex2bin(string $string, string $ignore = ""): string {}
226226
#ifdef sodium_base64_VARIANT_ORIGINAL
227227
function sodium_bin2base64(string $string, int $id): string {}
228228

229-
function sodium_base642bin(string $string, int $id, string $ignore = ""): string {}
229+
function sodium_base642bin(string $string, int $id, string $ignore = ""): string {}
230230
#endif
231231

232232
/** @alias sodium_crypto_box_publickey_from_secretkey */

ext/sodium/libsodium_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 91286b83d2bbfb3fb3c99eb5da907d788f7e17ac */
2+
* Stub hash: ec5e4bdb70ff9416e66b6b8ffd30063a692be910 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_sodium_crypto_aead_aes256gcm_is_available, 0, 0, _IS_BOOL, 0)
55
ZEND_END_ARG_INFO()

0 commit comments

Comments
 (0)