Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2021-06-11 13:17:14 +00:00
committed by StyleCI Bot
parent 8be8aff802
commit de9b85df49
3 changed files with 10 additions and 10 deletions

View File

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