Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 276 forks source link

Correct the return type of receiveQueueMessage() #1003

Closed duncan3dc closed 2 years ago

duncan3dc commented 4 years ago

It looks #494 changed the return type to be nullable (in case there are no messages in the queue to receive), so this PR corrects the declared return type so that calling code knows it needs to handle the null return type

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.