mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Move some methods around, refactoring.
This commit is contained in:
@@ -63,7 +63,7 @@ class IngDescription implements SpecificInterface
|
||||
$this->removeIBANIngDescription();
|
||||
$this->removeNameIngDescription();
|
||||
break;
|
||||
case 'BA' : // Betaalautomaat
|
||||
case 'BA': // Betaalautomaat
|
||||
$this->addNameIngDescription();
|
||||
break;
|
||||
}
|
||||
@@ -80,7 +80,7 @@ class IngDescription implements SpecificInterface
|
||||
*/
|
||||
protected function addNameIngDescription()
|
||||
{
|
||||
$this->row[8] = $this->row[1] . " " . $this->row[8];
|
||||
$this->row[8] = $this->row[1] . ' ' . $this->row[8];
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user