Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Sep 15, 2024
1 parent 7fd6955 commit 27860c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions generated/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function imageconvolution($image, array $matrix, float $divisor, float $offset):
/**
* Copy a part of src_image onto
* dst_image starting at the x,y coordinates
* src_x, src_y with
* src_x, src_y with
* a width of src_width and a height of
* src_height. The portion defined will be copied
* onto the x,y coordinates, dst_x and
Expand Down Expand Up @@ -528,7 +528,7 @@ function imagecopy($dst_image, $src_image, int $dst_x, int $dst_y, int $src_x, i
/**
* Copy a part of src_image onto
* dst_image starting at the x,y coordinates
* src_x, src_y with
* src_x, src_y with
* a width of src_width and a height of
* src_height. The portion defined will be copied
* onto the x,y coordinates, dst_x and
Expand Down Expand Up @@ -564,7 +564,7 @@ function imagecopymerge($dst_image, $src_image, int $dst_x, int $dst_y, int $src
/**
* imagecopymergegray copy a part of src_image onto
* dst_image starting at the x,y coordinates
* src_x, src_y with
* src_x, src_y with
* a width of src_width and a height of
* src_height. The portion defined will be copied
* onto the x,y coordinates, dst_x and
Expand Down
3 changes: 2 additions & 1 deletion generated/openssl.php
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,8 @@ function openssl_pkey_get_public($public_key): \OpenSSLAsymmetricKey
* bits) using options. See
* openssl_csr_new for more information about
* options.
* @return resource Returns an OpenSSLAsymmetricKey instance for the pkey on success.
* @return resource Returns an OpenSSLAsymmetricKey instance for
* the pkey on success.
* @throws OpensslException
*
*/
Expand Down

0 comments on commit 27860c7

Please sign in to comment.