From b9a61ad2844602fd1de7cf26546aa5f7108f82d5 Mon Sep 17 00:00:00 2001 From: frostealth Date: Thu, 30 Apr 2015 16:59:21 +0600 Subject: [PATCH] small fix --- composer.json | 3 ++- src/StorageInterface.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 68c0a5f..5bbf459 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,8 @@ "authors": [ { "name": "Ivan Kudinov", - "email": "frostealth@gmail.com" + "email": "frostealth@gmail.com", + "homepage": "http://frostealth.ru" }, { "name": "Constantin Chuprik", diff --git a/src/StorageInterface.php b/src/StorageInterface.php index 2f496fb..2ca64ab 100644 --- a/src/StorageInterface.php +++ b/src/StorageInterface.php @@ -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