Skip to content

Commit

Permalink
Fix stupid mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 29, 2015
1 parent 3963c8e commit c076291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Http/FormData/Part.php
Expand Up @@ -112,7 +112,7 @@ public function disposition($disposition = null)
public function contentId($id = null)
{
if ($id === null) {
return $this->_contentId = $id;
return $this->_contentId;
}
$this->_contentId = $id;
}
Expand Down

1 comment on commit c076291

@karmicdice
Copy link
Contributor

Choose a reason for hiding this comment

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

Rare case of non-functional caffeine... Thanks for the laugh though :D The seriousness changed to laughter... You da real MVP!!!!

Please sign in to comment.