BRAIN-39 - Replaced webpack with vite #112
Annotations
2 warnings
phpunit
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
infection:
src/Controller/AdminController.php#L41
Escaped Mutant for Mutator "ArrayItem":
@@ @@
{
$session->set(ShopResolver::SHOP_ID, $shop->getShopId());
$cookie = Cookie::create(\session_name())->withValue(\session_id())->withSameSite(Cookie::SAMESITE_NONE)->withSecure()->withPartitioned();
- $response = $this->render('admin-sdk.html.twig', ['hmr' => $this->hmrService->isHmr()]);
+ $response = $this->render('admin-sdk.html.twig', ['hmr' > $this->hmrService->isHmr()]);
$response->headers->setCookie($cookie);
return $response;
}
}
|