fixUint() public method

Fix broken unsigned int
public fixUint ( integer $value ) : integer
$value integer
return integer
 /**
  * {@inheritdoc}
  */
 public function fixUint($value)
 {
     return $this->proxy->fixUint($value);
 }