mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Changed a lot of parameters.
This commit is contained in:
		| @@ -40,7 +40,7 @@ class RabobankDescription extends Specifix implements SpecifixInterface | ||||
|     /** | ||||
|      * @param array $data | ||||
|      */ | ||||
|     public function setData($data) | ||||
|     public function setData(array $data) | ||||
|     { | ||||
|         $this->data = $data; | ||||
|     } | ||||
| @@ -48,7 +48,7 @@ class RabobankDescription extends Specifix implements SpecifixInterface | ||||
|     /** | ||||
|      * @param array $row | ||||
|      */ | ||||
|     public function setRow($row) | ||||
|     public function setRow(array $row) | ||||
|     { | ||||
|         $this->row = $row; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user