From 484b7234937c7d3fd23d79fc9eb2aa806a5d0882 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 9 Feb 2019 19:42:23 +0100 Subject: [PATCH] inspection fixes --- Models/InvoicePosting.php | 9 --------- Models/Posting.php | 9 --------- 2 files changed, 18 deletions(-) diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php index 416e9ce..2733932 100644 --- a/Models/InvoicePosting.php +++ b/Models/InvoicePosting.php @@ -24,13 +24,4 @@ namespace Modules\Accounting\Models; */ class InvoicePosting extends PostingAbstract { - - /** - * Constructor. - * - * @since 1.0.0 - */ - public function __construct() - { - } } diff --git a/Models/Posting.php b/Models/Posting.php index f88f159..522cc20 100644 --- a/Models/Posting.php +++ b/Models/Posting.php @@ -24,13 +24,4 @@ namespace Modules\Accounting\Models; */ abstract class Posting extends PostingAbstract { - - /** - * Constructor. - * - * @since 1.0.0 - */ - public function __construct() - { - } }