Problem/Motivation
Several class properties can actually be null but do not declare in their docbloc which creates false positives during phpstan runs.
At least one (in tests) should use an interface.
Steps to reproduce
Review Code
Proposed resolution
Update property definitions.
Remaining tasks
Patch
User interface changes
None
API changes
Changes as written, however no functional changes.
Data model changes
None
Issue fork rabbitmq-3278100
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
cmlaraComment #4
gaards commentedLooks good, RTBC
Comment #5
cmlaraThanks for the review.
Merged (with trivial rebase) into dev.
And I believe this is the last bit of code that I wanted to work on that could of resulted in a change of API. I think I am just about ready to tag a 3.0.0-beta release.