Skip to content

openssl_random_pseudo_bytes Warning fix - #119

Merged
kenjis merged 1 commit into
kenjis:masterfrom
ytetsuro:patch-1
May 24, 2016
Merged

openssl_random_pseudo_bytes Warning fix#119
kenjis merged 1 commit into
kenjis:masterfrom
ytetsuro:patch-1

Conversation

@ytetsuro

@ytetsuro ytetsuro commented May 24, 2016

Copy link
Copy Markdown
Contributor

The following error occurred when the second argument of openssl_random_pseudo_bytes does not exist .

Missing argument 2

Therefore , I set the default value of null in the second argument .

MonkeyPatch::patchFunction openssl_random_pseudo_bytes
Warning Error
Missing argument 2
fix
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 72.526% when pulling f732d8e on ytetsuro:patch-1 into cf6d46e on kenjis:master.

@kenjis
kenjis merged commit f732d8e into kenjis:master May 24, 2016
@kenjis kenjis added the bug label May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants