Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Fix #325 #349

Merged
merged 3 commits into from
May 15, 2012
Merged

Fix #325 #349

merged 3 commits into from
May 15, 2012

Conversation

ogail
Copy link
Contributor

@ogail ogail commented May 15, 2012

No description provided.

use WindowsAzure\Common\Internal\Utilities;

/**
* The result of calling copyBlob API/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: Replace trailing slash with trailing dot.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I did that already in the next commit. I was revising the pull request before sending it.

* @return CopyBlobResult
*/
public static function create($headers)
{
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why static method but not a constructor?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That make the code more readable when using this function as a constructor would require passing clean values instead of raw data like $headers

ogail added a commit that referenced this pull request May 15, 2012
@ogail ogail merged commit 9b5f737 into Azure:dev May 15, 2012
@gcheng gcheng mentioned this pull request Jun 1, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants