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

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

View File

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