The PHPDoc return type of the \Magento\SalesSequence\Model\Sequence::calculateCurrentValue() method should be int, not string

Should be @return int because the result is produced by an arithmetic expression and is always integer.

See also: