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

testNumeric() public method

Method with numeric parameter requirement
public testNumeric ( float $variable ) : float
$variable float
return float
    public function testNumeric($variable)
    {
        return $variable;
    }