From cee3b5c2d16b353724185ac1ca517479f037b362 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 2 Dec 2024 15:45:47 +0900 Subject: [PATCH] HSB Colorspace skip phpstan colorspace variable never read --- www/admin/class_test.db.php | 2 +- www/lib/CoreLibs/Convert/Color/Coordinates/HSB.php | 2 +- www/lib/CoreLibs/Convert/Color/Coordinates/HSL.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/admin/class_test.db.php b/www/admin/class_test.db.php index 158c0fff..6212c768 100644 --- a/www/admin/class_test.db.php +++ b/www/admin/class_test.db.php @@ -239,7 +239,7 @@ print "PREPARE INSERT PREVIOUS INSERTED: " print "PREPARE CURSOR RETURN:
"; foreach (['pk_name', 'count', 'query', 'returning_id'] as $key) { - print "KEY: " . $key . ': ' . $db->dbGetPrepareCursorValue('ins_test_foo', $key) . "
"; + print "KEY: " . $key . ': ' . Support::prAr($db->dbGetPrepareCursorValue('ins_test_foo', $key)) . "
"; } $query = <<