Core adjustments for pending issues

This commit is contained in:
Dennis Eichhorn 2016-10-02 12:07:05 +02:00
parent 1831dc83c6
commit e0aad5f865

View File

@ -1,5 +1,5 @@
<?php
/**
class Account implements StructureElementInterface {
private $id = 0;
private $name = '';
@ -94,3 +94,4 @@ class Account implements StructureElementInterface {
return $this->total;
}
}
*/