Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2021-06-07 19:02:49 +00:00
committed by StyleCI Bot
parent 4131b6abb7
commit cf74165479

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 */