Skip to content

Commit 9f95a38

Browse files
committed
strict types update
1 parent 67f689c commit 9f95a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpojeNet/PohodaSQL/Agenda.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function setUp($options = []): bool
150150
*
151151
* @return bool Success
152152
*/
153-
public function setDataValue($columnName, $value)
153+
public function setDataValue(string $columnName, $value): bool
154154
{
155155
return \array_key_exists($columnName, $this->struct) ? parent::setDataValue(
156156
$columnName,

0 commit comments

Comments
 (0)