inspection fixes

This commit is contained in:
Dennis Eichhorn 2019-02-09 19:42:23 +01:00
parent ed1cf2413c
commit 484b723493
2 changed files with 0 additions and 18 deletions

View File

@ -24,13 +24,4 @@ namespace Modules\Accounting\Models;
*/
class InvoicePosting extends PostingAbstract
{
/**
* Constructor.
*
* @since 1.0.0
*/
public function __construct()
{
}
}

View File

@ -24,13 +24,4 @@ namespace Modules\Accounting\Models;
*/
abstract class Posting extends PostingAbstract
{
/**
* Constructor.
*
* @since 1.0.0
*/
public function __construct()
{
}
}