azure-sdk-for-php icon indicating copy to clipboard operation
azure-sdk-for-php copied to clipboard

add some missing null types in phpdoc

Open julienbornstein opened this issue 4 years ago • 1 comments

  • In ServiceBusRestProxy: fix phpdoc @return : receiveMessage() receiveQueueMessage() and receiveSubscriptionMessage() can return null.

https://github.com/Azure/azure-sdk-for-php/blob/83225de92de1a9b9325e59bd58bc143d3df505e6/src/ServiceBus/ServiceBusRestProxy.php#L226

  • In BrokerProperties, by default, when initiate an instance of the class, all properties are unset, so they are null. Fixing Phpdoc for properties, getters and setters
  • In BrokeredMessage, also some phpdoc type fixes

julienbornstein avatar Feb 26 '21 21:02 julienbornstein

CLA assistant check
All CLA requirements met.