PhpDeal\Functional\Verify\Stub::sub PHP Method

sub() public method

Method with many contracts
public sub ( integer $value ) : boolean
$value integer
return boolean
    public function sub($value)
    {
        return true;
    }