From 13dfd1a13f05be1d0486226a69e5a242f4798554 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 6 Mar 2020 01:36:36 +0100 Subject: [PATCH] Update generated files --- generated/mysql.php | 2 +- generated/openssl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generated/mysql.php b/generated/mysql.php index 9c9799e4..475c609c 100644 --- a/generated/mysql.php +++ b/generated/mysql.php @@ -132,7 +132,7 @@ function mysql_create_db(string $database_name, $link_identifier = null): void * row_number should be a value in the range from 0 to * mysql_num_rows - 1. However if the result set * is empty (mysql_num_rows == 0), a seek to 0 will - * fail with a E_WARNING and + * fail with an E_WARNING and * mysql_data_seek will return FALSE. * * @param resource $result The result resource that diff --git a/generated/openssl.php b/generated/openssl.php index c9c26467..117b53d6 100644 --- a/generated/openssl.php +++ b/generated/openssl.php @@ -84,7 +84,7 @@ function openssl_csr_export($csr, ?string &$out, bool $notext = true): void * array - if shortnames is TRUE (the default) then * fields will be indexed with the short name form, otherwise, the long name * form will be used - e.g.: CN is the shortname form of commonName. - * @return array Returns TRUE on success. + * @return array Returns an associative array with subject description. * @throws OpensslException * */