Update build thing.

This commit is contained in:
James Cole
2015-05-31 20:52:20 +02:00
parent 8254efbd03
commit 7559efab77
2 changed files with 3 additions and 6 deletions

View File

@@ -56,13 +56,9 @@ class FireflyValidator extends Validator
}
/**
* @param $attribute
* @param $value
* @param $parameters
*
* @return bool
*/
public function validatePiggyBankReminder($attribute, $value, $parameters)
public function validatePiggyBankReminder()
{
$array = $this->data;
// no reminder? dont care.
@@ -99,7 +95,6 @@ class FireflyValidator extends Validator
{
$type = null;
/**
* Switch on different cases on which this method can respond:
*/