HSB Colorspace skip phpstan colorspace variable never read

This commit is contained in:
Clemens Schwaighofer
2024-12-02 15:45:47 +09:00
parent 47e44c15cc
commit cee3b5c2d1
3 changed files with 3 additions and 3 deletions

View File

@@ -239,7 +239,7 @@ print "PREPARE INSERT PREVIOUS INSERTED: "
print "PREPARE CURSOR RETURN:<br>";
foreach (['pk_name', 'count', 'query', 'returning_id'] as $key) {
print "KEY: " . $key . ': ' . $db->dbGetPrepareCursorValue('ins_test_foo', $key) . "<br>";
print "KEY: " . $key . ': ' . Support::prAr($db->dbGetPrepareCursorValue('ins_test_foo', $key)) . "<br>";
}
$query = <<<SQL