mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -14,7 +14,7 @@ interface PostProcessorInterface
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function process();
|
||||
public function process(): array;
|
||||
|
||||
/**
|
||||
* @param array $data
|
||||
|
||||
Reference in New Issue
Block a user