Skip to content

Commit 8425da6

Browse files
authored
Merge pull request #3 from Aloushek/main
strict types update
2 parents 67f689c + 9f95a38 commit 8425da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpojeNet/PohodaSQL/Agenda.php

+1-1
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)