Completed
Push — master ( d65a71...a079fe )
by Gonzalo
02:10
created
Tests/OpenExchangeRatesServiceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Mrzard\OpenExchangeRatesBundle\Tests;
4 4
 
5 5
 use GuzzleHttp\Psr7\Response;
6
-use GuzzleHttp\Psr7\Stream;
7 6
 use Mrzard\OpenExchangeRates\Service\OpenExchangeRatesService;
8 7
 
9 8
 class OpenExchangeRatesServiceTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
Service/OpenExchangeRatesService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -242,8 +242,8 @@
 block discarded – undo
242 242
     /**
243 243
      * Format response
244 244
      *
245
-     * @param $method  String
246
-     * @param $uri     String
245
+     * @param string $method  String
246
+     * @param string $uri     String
247 247
      * @param $options array
248 248
      *
249 249
      * @return array
Please login to merge, or discard this patch.