Apply fixes from StyleCI (#1)

This commit is contained in:
Matthew Goslett 2017-07-27 14:16:42 +02:00 committed by GitHub
parent 6ad41471c0
commit b6f4589e48
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;