From 9f95a38aa7813c016c036b81a22fcb735c280646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Til=C5=A1ar?= Date: Fri, 22 Nov 2024 01:04:53 +0100 Subject: [PATCH] strict types update --- src/SpojeNet/PohodaSQL/Agenda.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SpojeNet/PohodaSQL/Agenda.php b/src/SpojeNet/PohodaSQL/Agenda.php index 03013e5..f0aeadf 100644 --- a/src/SpojeNet/PohodaSQL/Agenda.php +++ b/src/SpojeNet/PohodaSQL/Agenda.php @@ -150,7 +150,7 @@ public function setUp($options = []): bool * * @return bool Success */ - public function setDataValue($columnName, $value) + public function setDataValue(string $columnName, $value): bool { return \array_key_exists($columnName, $this->struct) ? parent::setDataValue( $columnName,