Merge pull request #226 from beyondcode/analysis-e7nkya

Apply fixes from StyleCI
This commit is contained in:
Marcel Pociot
2021-06-07 21:02:56 +02:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ class ApiTest extends TestCase
'Content-Type' => 'application/json', 'Content-Type' => 'application/json',
], json_encode([ ], json_encode([
'name' => 'Marcel', 'name' => 'Marcel',
'token' => 'this-is-my-token' 'token' => 'this-is-my-token',
]))); ])));
/** @var Response $response */ /** @var Response $response */