mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-11 14:28:40 +00:00
test fixes
This commit is contained in:
parent
2e6c43e605
commit
984f846287
|
|
@ -96,7 +96,7 @@ final class ApiController extends Controller
|
|||
// protection against infinite loop
|
||||
if ($i >= 10000) {
|
||||
// @codeCoverageIgnoreStart
|
||||
$this->createInvalidCreateResponse($request, $response, null);
|
||||
$this->createInvalidCreateResponse($request, $response, []);
|
||||
return;
|
||||
// @codeCoverageIgnoreEnd
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user