mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Code cleanup.
This commit is contained in:
@@ -29,7 +29,7 @@ class AbnAmroDescription implements SpecificInterface
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
static public function getDescription(): string
|
||||
public static function getDescription(): string
|
||||
{
|
||||
return 'Fixes possible problems with ABN Amro descriptions.';
|
||||
}
|
||||
@@ -37,7 +37,7 @@ class AbnAmroDescription implements SpecificInterface
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
static public function getName(): string
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'ABN Amro description';
|
||||
}
|
||||
@@ -218,4 +218,4 @@ class AbnAmroDescription implements SpecificInterface
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user