mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -16,7 +16,7 @@ class Description implements PostProcessorInterface
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function process()
|
||||
public function process(): array
|
||||
{
|
||||
$description = $this->data['description'] ?? '';
|
||||
$this->data['description'] = trim($description);
|
||||
|
||||
Reference in New Issue
Block a user