update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -59,7 +59,7 @@ public function getValue()
|
||||
* @param int $var
|
||||
* @return $this
|
||||
*/
|
||||
public function setValue($var)
|
||||
public function setValue(int $var)
|
||||
{
|
||||
GPBUtil::checkInt32($var);
|
||||
$this->value = $var;
|
||||
|
||||
Reference in New Issue
Block a user