Fixed missing use statement and php doc in Queues/Service#611
Fixed missing use statement and php doc in Queues/Service#611jamiehannaford merged 2 commits intorackspace:workingfrom
Conversation
I believe does not need explaining :) ps there are other issues in this class but I will make separate PRs once I get it running
There was a problem hiding this comment.
You need a slash before this.
|
@konradpodgorski Cool! Thanks for submitting this. The linter seems to be complaining about the extra line; to fix, run: ./vendor/bin/php-cs-fixer fix --level psr2 lib/OpenCloud/Queues/Service.php |
|
@jamiehannaford hi. I think it complained because of order, not extra line (which in my opinion is more readable like this) I ran php-cs-fixer but it didn't change anything we will see in about minute |
|
@jamiehannaford ok, failed again Running |
|
@konradpodgorski hmm, when I run the syntax checker it replaces one of the lines with an almost identical version - so maybe it's an encoding issue? if you commit the above diff and re-push, does the build still break? |
I believe this does not require explaining :)
ps there are other issues in this class but I will make separate PRs once I get it running