Apply fixes from StyleCI

This commit is contained in:
Matthew Goslett 2017-07-27 12:16:31 +00:00 committed by StyleCI Bot
parent 6ad41471c0
commit 62c8d7aac6
7 changed files with 22 additions and 7 deletions

View file

@ -31,7 +31,7 @@ class MetricsControllerTest extends TestCase
->withArgs([
"\n",
200,
['Content-Type' => RenderTextFormat::MIME_TYPE]
['Content-Type' => RenderTextFormat::MIME_TYPE],
])
->andReturn($response);

View file

@ -2,7 +2,6 @@
namespace Tests;
use Mockery;
use PHPUnit\Framework\TestCase;
use Prometheus\Storage\APC;
use Prometheus\Storage\InMemory;