Lint tests

This commit is contained in:
eai04191
2019-07-02 12:44:25 +09:00
parent fa171bc3d3
commit 4747f822ab
7 changed files with 48 additions and 48 deletions

View File

@@ -49,6 +49,6 @@ trait CreateMockedResolver
protected function shouldUseMock(): bool
{
return (bool)env('TEST_USE_HTTP_MOCK', true);
return (bool) env('TEST_USE_HTTP_MOCK', true);
}
}