Remove space from end of line

This commit is contained in:
Dennis Eichhorn 2018-02-03 11:52:30 +01:00
parent 9d60fd0c5e
commit d4f97f3d2f
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,6 @@ declare(strict_types = 1);
namespace Modules\Accounting\Models;
/**
* Account abstraction class.
*
@ -43,7 +42,7 @@ abstract class AccountAbstract
protected $type = null;
protected $positiveParent = null;
protected $negativeParent = null;
/**
@ -99,7 +98,7 @@ abstract class AccountAbstract
{
}
public function getPositiveParent()
public function getPositiveParent()
{
return $this->positiveParent;
}

View File

@ -10,4 +10,4 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
echo $this->getData('nav')->render();
echo $this->getData('nav')->render();