mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
4131b6abb7
commit
cf74165479
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user