Skip to content

Commit

Permalink
Update packages/zend-service-windowsazure/library/Zend/Service/Window…
Browse files Browse the repository at this point in the history
…sAzure/Storage/Queue.php

Co-authored-by: Maciej Holyszko <14310995+falkenhawk@users.noreply.github.com>
  • Loading branch information
glensc and falkenhawk authored Mar 15, 2021
1 parent 56c4bb0 commit 1e639d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ public function clearMessages($queueName = '')
*/
public function deleteMessage($queueName, Zend_Service_WindowsAzure_Storage_QueueMessage $message)
{
if (empty($queueName)) {
if ($queueName === '') {
// require_once 'Zend/Service/WindowsAzure/Exception.php';
throw new Zend_Service_WindowsAzure_Exception('Queue name is not specified.');
}
Expand Down

0 comments on commit 1e639d7

Please sign in to comment.