Add copyright statements and newlines.

This commit is contained in:
James Cole
2019-02-09 10:36:59 +01:00
parent 492c11784b
commit 1774bcbabe
28 changed files with 516 additions and 216 deletions

View File

@@ -55,4 +55,4 @@ class BankDebitCredit implements ConverterInterface
return 1;
}
}
}

View File

@@ -38,7 +38,7 @@ class RabobankDescription implements SpecificInterface
*/
public static function getDescription(): string
{
return 'import.specific_pres_descr';
return 'import.specific_rabo_descr';
}
/**