mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-24 02:28: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
|
||||
{
|
||||
protected $id = 0;
|
||||
|
||||
public function __construct()
|
||||
public function __construct(int $id)
|
||||
{
|
||||
parent::__construct($id);
|
||||
}
|
||||
|
||||
public function getBalance()
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@
|
|||
* @version 1.0.0
|
||||
* @link http://website.orange-management.de
|
||||
*/
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@
|
|||
* @version 1.0.0
|
||||
* @link http://website.orange-management.de
|
||||
*/
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user