mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Update build thing.
This commit is contained in:
		@@ -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
 | 
			
		||||
@@ -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:
 | 
			
		||||
         */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user