Renaming of method

This commit is contained in:
Simon Vieille 2016-05-30 12:02:49 +02:00
commit 0ee2884b3d
3 changed files with 4 additions and 4 deletions

View file

@ -98,12 +98,12 @@ class Validator
}
/**
* Set the excepted legend
* Set the expected legend
*
* @param array $legend Expected legend
* @return Validator
*/
public function setExceptedLegend(array $legend)
public function setExpectedLegend(array $legend)
{
$this->expectedLegend = $legend;