@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | include '../vendor/autoload.php'; |
3 | 3 | |
4 | -use Guzzle\Http; |
|
5 | - |
|
6 | 4 | class MetadataTest extends PHPUnit_Framework_TestCase |
7 | 5 | { |
8 | 6 | protected $bundle = null; |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | include '../vendor/autoload.php'; |
3 | 3 | |
4 | -use Guzzle\Http; |
|
5 | - |
|
6 | 4 | class MetadataTest extends PHPUnit_Framework_TestCase |
7 | 5 | { |
8 | 6 | protected $bundle = null; |
@@ -101,10 +101,10 @@ |
||
101 | 101 | } |
102 | 102 | |
103 | 103 | /** |
104 | - * @param $method |
|
104 | + * @param string $method |
|
105 | 105 | * @param $uri |
106 | 106 | * @param array $options |
107 | - * @return mixed |
|
107 | + * @return boolean |
|
108 | 108 | */ |
109 | 109 | protected function process($method, $uri, $options = array()) |
110 | 110 | { |