PHP Class PhpDeal\Functional\Ensure\Stub

Exibir arquivo Open project: lisachenko/php-deal

Public Methods

Method Description
badIncrement ( float $amount ) BAD Method that changes internal state and ensures a contract for this
increment ( float $amount ) Method that changes internal state and ensures a contract for this
returnPrivateValue ( ) Let's check that this getter is not cheating
unknown ( ) Let's check that aspect doesn't pay an attention to unknown annotations

Method Details

badIncrement() public method

BAD Method that changes internal state and ensures a contract for this
public badIncrement ( float $amount )
$amount float

increment() public method

Method that changes internal state and ensures a contract for this
public increment ( float $amount )
$amount float

returnPrivateValue() public method

Let's check that this getter is not cheating
public returnPrivateValue ( )

unknown() public method

Let's check that aspect doesn't pay an attention to unknown annotations
public unknown ( )