mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-12 10:48:40 +00:00
Fix phpstorm inspections
This commit is contained in:
parent
72e16955c6
commit
4e7ce69e6b
|
|
@ -27,10 +27,9 @@ use phpOMS\Utils\IO\ExchangeInterface;
|
||||||
*/
|
*/
|
||||||
abstract class PersonalAccountAbstract extends AccountAbstract implements ExchangeInterface
|
abstract class PersonalAccountAbstract extends AccountAbstract implements ExchangeInterface
|
||||||
{
|
{
|
||||||
protected $id = 0;
|
public function __construct(int $id)
|
||||||
|
|
||||||
public function __construct()
|
|
||||||
{
|
{
|
||||||
|
parent::__construct($id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getBalance()
|
public function getBalance()
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render();
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user