Fix phpstorm inspections

This commit is contained in:
Dennis Eichhorn 2017-11-19 23:20:11 +01:00
parent 72e16955c6
commit 4e7ce69e6b
3 changed files with 4 additions and 5 deletions

View File

@ -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()

View File

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

View File

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