PHP Class Mutagenesis\Mutation\BooleanAnd

Inheritance: extends MutationAbstract
Datei anzeigen Open project: padraic/mutagenesis Class Usage Examples

Public Methods

Method Description
getMutation ( array $tokens, integer $index ) : array Replace T_BOOLEAN_AND (&&) with T_BOOLEAN_OR (||)

Method Details

getMutation() public method

Replace T_BOOLEAN_AND (&&) with T_BOOLEAN_OR (||)
public getMutation ( array $tokens, integer $index ) : array
$tokens array
$index integer
return array