Remove matchesAnything

This commit is contained in:
James Cole
2016-02-17 18:06:49 +01:00
parent a6c3189833
commit 28fa1264b7
20 changed files with 22 additions and 234 deletions

View File

@@ -64,18 +64,6 @@ class AmountLess implements TriggerInterface
return true;
}
/**
* @{inheritdoc}
*
* @see TriggerInterface::matchesAnything
*
* @return bool
*/
public function matchesAnything()
{
return false;
}
/**
* @return bool
*/