mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
Merge pull request #226 from beyondcode/analysis-e7nkya
Apply fixes from StyleCI
This commit is contained in:
@@ -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