fix typo row -> column

This commit is contained in:
Ruben Verhoef 2020-02-23 18:45:56 +01:00
parent 62d74e05f2
commit a32c484fd5

View File

@ -114,7 +114,7 @@ class IngDescription implements SpecificInterface
*/
protected function removeIBANIngDescription(): void
{
// Try replace the iban number with nothing. The IBAN nr is found in the third row
// Try replace the iban number with nothing. The IBAN nr is found in the third column
$this->row[8] = preg_replace('/\sIBAN:\s' . $this->row[3] . '/', '', $this->row[8]);
}