Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AzureBlobStorageAdapter.php, remove goto statement
The goto statement can make the code's flow difficult to follow. PHP code is typically expected to have a more linear and understandable structure. For example, when using goto, it can jump from one part of the code to another in a non - sequential manner. This can lead to confusion for developers who are trying to understand the program's logic, especially in larger codebases.
- Loading branch information