We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67f689c + 9f95a38 commit 8425da6Copy full SHA for 8425da6
src/SpojeNet/PohodaSQL/Agenda.php
@@ -150,7 +150,7 @@ public function setUp($options = []): bool
150
*
151
* @return bool Success
152
*/
153
- public function setDataValue($columnName, $value)
+ public function setDataValue(string $columnName, $value): bool
154
{
155
return \array_key_exists($columnName, $this->struct) ? parent::setDataValue(
156
$columnName,
0 commit comments