Code cleanup.

This commit is contained in:
James Cole
2016-08-12 15:10:03 +02:00
parent 955306d877
commit 5c4d010bde
94 changed files with 106 additions and 363 deletions

View File

@@ -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
}
}
}