-
-
Notifications
You must be signed in to change notification settings - Fork 12
Feature/php8.2 deprecations #36
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bartvanhoutte Thanks for opening this PR, looks great so far 👍
I added some remarks below, can you also squash your commits into one, I don't think we need that many.
public $pending; | ||
|
||
public $args; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: missing newline
src/State.php
Outdated
namespace Clue\React\Mq; | ||
final class State |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
namespace Clue\React\Mq; | |
final class State | |
namespace Clue\React\Mq; | |
/** @internal */ | |
final class State |
Just added some white space and I think we should mark this class as internal
And should we give the |
…e/reactphp-mq into feature/php8.2-deprecations
PR as discussed in #35.