Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frostealth committed Apr 30, 2015
1 parent 85b2941 commit b9a61ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"authors": [
{
"name": "Ivan Kudinov",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "http://frostealth.ru"
},
{
"name": "Constantin Chuprik",
Expand Down
2 changes: 1 addition & 1 deletion src/StorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface StorageInterface
*
* @return \Guzzle\Service\Resource\Model
*/
public function get($filename, $saveAs = '');
public function get($filename, $saveAs = null);

/**
* @param string $filename
Expand Down

0 comments on commit b9a61ad

Please sign in to comment.