From fadd2afe711166305cfa3ebf135cabea8ad94cd6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 24 Sep 2023 03:50:15 +0000 Subject: [PATCH] test fixes --- Controller/ApiController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index b5eb1d8..2fe0d3d 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -188,7 +188,9 @@ final class ApiController extends Controller ->where('billElement', $new->id) ->execute(); + /** @phpstan-ignore-next-line */ if ($new->item === $old->item) { + /** @phpstan-ignore-next-line */ // quantity change // lot changes // stock changes