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

@ -18,3 +18,5 @@ after_script:
- php vendor/bin/coveralls
- CODECLIMATE_REPO_TOKEN=26489f9e854fcdf7e7660ba29c1455694685465b1f90329a79f7d2bf448acb61 ./vendor/bin/test-reporter --stdout > codeclimate.json
- "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

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:
*/