mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-14 06:08:41 +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
|
// protection against infinite loop
|
||||||
if ($i >= 10000) {
|
if ($i >= 10000) {
|
||||||
// @codeCoverageIgnoreStart
|
// @codeCoverageIgnoreStart
|
||||||
$this->createInvalidCreateResponse($request, $response, null);
|
$this->createInvalidCreateResponse($request, $response, []);
|
||||||
return;
|
return;
|
||||||
// @codeCoverageIgnoreEnd
|
// @codeCoverageIgnoreEnd
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user