Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix un-initialized property use #836

Merged
merged 1 commit into from
May 4, 2019

Conversation

Steveb-p
Copy link
Contributor

@Steveb-p Steveb-p commented May 3, 2019

Resolves #833

Simple and straightforward fix, just initialize private property before it's used in subscribe method (or any other, for that matter).

@makasim makasim merged commit e56b22c into php-enqueue:master May 4, 2019
@Steveb-p Steveb-p deleted the fix-amqp-init branch May 5, 2019 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: array_key_exists() expects parameter 2 to be array, null given
2 participants