Skip to content

Commit

Permalink
fix "Cannot unset $this" error (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana authored Dec 14, 2020
1 parent 2bedae9 commit 79e4452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zend/Service/WindowsAzure/Storage/Batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected function _clean()
unset($this->_operations);
$this->_storageClient->setCurrentBatch(null);
$this->_storageClient = null;
unset($this);
//unset($this); //removing $this is not possible
}

/**
Expand Down

0 comments on commit 79e4452

Please sign in to comment.