diff --git a/Admin/Status.php b/Admin/Status.php index dd038f4..1705384 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -26,5 +26,4 @@ use phpOMS\Module\StatusAbstract; */ class Status extends StatusAbstract { - } diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 8b28052..1836605 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -26,5 +26,4 @@ use phpOMS\Module\UninstallerAbstract; */ class Uninstaller extends UninstallerAbstract { - } diff --git a/Admin/Updater.php b/Admin/Updater.php index 098ecb9..efc48b6 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -26,5 +26,4 @@ use phpOMS\Module\UpdaterAbstract; */ class Updater extends UpdaterAbstract { - } diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 3dc19b1..7ee1c06 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -32,7 +32,6 @@ use phpOMS\System\File\Local\Directory; */ final class ApiController extends Controller { - /** * Api method to import data * diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 7373ff6..12ac6c6 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -31,7 +31,6 @@ use phpOMS\Views\View; */ final class BackendController extends Controller { - /** * Routing end-point for application behaviour. * diff --git a/Controller/Controller.php b/Controller/Controller.php index 02f50d6..9c63204 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -27,7 +27,6 @@ use phpOMS\Module\WebInterface; */ class Controller extends ModuleAbstract implements WebInterface { - /** * Module path. * diff --git a/Interfaces/GSD/Import/AccountImport.php b/Interfaces/GSD/Import/AccountImport.php index 0dca4cb..9536048 100644 --- a/Interfaces/GSD/Import/AccountImport.php +++ b/Interfaces/GSD/Import/AccountImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class AccountImport { - } diff --git a/Interfaces/GSD/Import/ArticleImport.php b/Interfaces/GSD/Import/ArticleImport.php index 9222c60..385befd 100644 --- a/Interfaces/GSD/Import/ArticleImport.php +++ b/Interfaces/GSD/Import/ArticleImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class ArticleImport { - } diff --git a/Interfaces/GSD/Import/BatchPostingImport.php b/Interfaces/GSD/Import/BatchPostingImport.php index 73aeb64..6f5791e 100644 --- a/Interfaces/GSD/Import/BatchPostingImport.php +++ b/Interfaces/GSD/Import/BatchPostingImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class BatchPostingImport { - } diff --git a/Interfaces/GSD/Import/CostCenterImport.php b/Interfaces/GSD/Import/CostCenterImport.php index 5b001e8..a23d0f9 100644 --- a/Interfaces/GSD/Import/CostCenterImport.php +++ b/Interfaces/GSD/Import/CostCenterImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class CostCenterImport { - } diff --git a/Interfaces/GSD/Import/CostObjectImport.php b/Interfaces/GSD/Import/CostObjectImport.php index d9e6ec4..860ab4e 100644 --- a/Interfaces/GSD/Import/CostObjectImport.php +++ b/Interfaces/GSD/Import/CostObjectImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class CostObjectImport { - } diff --git a/Interfaces/GSD/Import/CustomerImport.php b/Interfaces/GSD/Import/CustomerImport.php index 734f065..4123069 100644 --- a/Interfaces/GSD/Import/CustomerImport.php +++ b/Interfaces/GSD/Import/CustomerImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class CustomerImport { - } diff --git a/Interfaces/GSD/Import/InvoiceImport.php b/Interfaces/GSD/Import/InvoiceImport.php index 0df263a..7278b37 100644 --- a/Interfaces/GSD/Import/InvoiceImport.php +++ b/Interfaces/GSD/Import/InvoiceImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class InvoiceImport { - } diff --git a/Interfaces/GSD/Import/PostingImport.php b/Interfaces/GSD/Import/PostingImport.php index 0b052ca..718456b 100644 --- a/Interfaces/GSD/Import/PostingImport.php +++ b/Interfaces/GSD/Import/PostingImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class PostingImport { - } diff --git a/Interfaces/GSD/Import/SupplierImport.php b/Interfaces/GSD/Import/SupplierImport.php index 954c0f5..a075501 100644 --- a/Interfaces/GSD/Import/SupplierImport.php +++ b/Interfaces/GSD/Import/SupplierImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Import; */ final class SupplierImport { - } diff --git a/Interfaces/GSD/Model/Account.php b/Interfaces/GSD/Model/Account.php index 30c2e86..1bc6663 100644 --- a/Interfaces/GSD/Model/Account.php +++ b/Interfaces/GSD/Model/Account.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class Account { - } diff --git a/Interfaces/GSD/Model/BatchPosting.php b/Interfaces/GSD/Model/BatchPosting.php index f9c9592..9a5491e 100644 --- a/Interfaces/GSD/Model/BatchPosting.php +++ b/Interfaces/GSD/Model/BatchPosting.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class BatchPosting { - } diff --git a/Interfaces/GSD/Model/GSDAddress.php b/Interfaces/GSD/Model/GSDAddress.php index bbbaf8f..1035c3b 100644 --- a/Interfaces/GSD/Model/GSDAddress.php +++ b/Interfaces/GSD/Model/GSDAddress.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class GSDAddress { - } diff --git a/Interfaces/GSD/Model/GSDArticle.php b/Interfaces/GSD/Model/GSDArticle.php index 47ea4b7..5ad67d7 100644 --- a/Interfaces/GSD/Model/GSDArticle.php +++ b/Interfaces/GSD/Model/GSDArticle.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class GSDArticle { - } diff --git a/Interfaces/GSD/Model/GSDCostCenter.php b/Interfaces/GSD/Model/GSDCostCenter.php index e3ba05c..b6a95f9 100644 --- a/Interfaces/GSD/Model/GSDCostCenter.php +++ b/Interfaces/GSD/Model/GSDCostCenter.php @@ -24,7 +24,6 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class GSDCostCenter implements \JsonSerializable { - /** * ID. * diff --git a/Interfaces/GSD/Model/GSDCostCenterMapper.php b/Interfaces/GSD/Model/GSDCostCenterMapper.php index 971ef70..65602f9 100644 --- a/Interfaces/GSD/Model/GSDCostCenterMapper.php +++ b/Interfaces/GSD/Model/GSDCostCenterMapper.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ final class GSDCostCenterMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/Interfaces/GSD/Model/GSDCostObject.php b/Interfaces/GSD/Model/GSDCostObject.php index 3f5ca74..c94e9fa 100644 --- a/Interfaces/GSD/Model/GSDCostObject.php +++ b/Interfaces/GSD/Model/GSDCostObject.php @@ -24,7 +24,6 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class GSDCostObject implements \JsonSerializable { - /** * ID. * diff --git a/Interfaces/GSD/Model/GSDCostObjectMapper.php b/Interfaces/GSD/Model/GSDCostObjectMapper.php index 190f67a..b27a22f 100644 --- a/Interfaces/GSD/Model/GSDCostObjectMapper.php +++ b/Interfaces/GSD/Model/GSDCostObjectMapper.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ final class GSDCostObjectMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/Interfaces/GSD/Model/GSDCustomer.php b/Interfaces/GSD/Model/GSDCustomer.php index e9a2d0f..94598b5 100644 --- a/Interfaces/GSD/Model/GSDCustomer.php +++ b/Interfaces/GSD/Model/GSDCustomer.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class GSDCustomer { - } diff --git a/Interfaces/GSD/Model/Invoice.php b/Interfaces/GSD/Model/Invoice.php index e6fdd68..6a7a015 100644 --- a/Interfaces/GSD/Model/Invoice.php +++ b/Interfaces/GSD/Model/Invoice.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class Invoice { - } diff --git a/Interfaces/GSD/Model/Posting.php b/Interfaces/GSD/Model/Posting.php index 18d6222..3447cd2 100644 --- a/Interfaces/GSD/Model/Posting.php +++ b/Interfaces/GSD/Model/Posting.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class Posting { - } diff --git a/Interfaces/GSD/Model/Segment.php b/Interfaces/GSD/Model/Segment.php index 77e53b8..1eef5f2 100644 --- a/Interfaces/GSD/Model/Segment.php +++ b/Interfaces/GSD/Model/Segment.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class Segment { - } diff --git a/Interfaces/GSD/Model/Supplier.php b/Interfaces/GSD/Model/Supplier.php index 0771063..31d28a6 100644 --- a/Interfaces/GSD/Model/Supplier.php +++ b/Interfaces/GSD/Model/Supplier.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\GSD\Model; */ final class Supplier { - } diff --git a/Interfaces/Intrexx/Import/PromotionImport.php b/Interfaces/Intrexx/Import/PromotionImport.php index e0e7d1c..4143fbb 100644 --- a/Interfaces/Intrexx/Import/PromotionImport.php +++ b/Interfaces/Intrexx/Import/PromotionImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\Intrexx\Import; */ final class PromotionImport { - } diff --git a/Interfaces/Intrexx/Import/SeminarImport.php b/Interfaces/Intrexx/Import/SeminarImport.php index 144ed85..05a258b 100644 --- a/Interfaces/Intrexx/Import/SeminarImport.php +++ b/Interfaces/Intrexx/Import/SeminarImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\Intrexx\Import; */ final class SeminarImport { - } diff --git a/Interfaces/Intrexx/Import/VisitImport.php b/Interfaces/Intrexx/Import/VisitImport.php index 44afe5b..ce0d296 100644 --- a/Interfaces/Intrexx/Import/VisitImport.php +++ b/Interfaces/Intrexx/Import/VisitImport.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\Intrexx\Import; */ final class VisitImport { - } diff --git a/Interfaces/Intrexx/Model/Promotion.php b/Interfaces/Intrexx/Model/Promotion.php index 1953339..1e762ba 100644 --- a/Interfaces/Intrexx/Model/Promotion.php +++ b/Interfaces/Intrexx/Model/Promotion.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\Intrexx\Model; */ final class Promotion { - } diff --git a/Interfaces/Intrexx/Model/Seminar.php b/Interfaces/Intrexx/Model/Seminar.php index 50f0bde..57fea63 100644 --- a/Interfaces/Intrexx/Model/Seminar.php +++ b/Interfaces/Intrexx/Model/Seminar.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\Intrexx\Model; */ final class Seminar { - } diff --git a/Interfaces/Intrexx/Model/Visit.php b/Interfaces/Intrexx/Model/Visit.php index f5f04e8..04a6815 100644 --- a/Interfaces/Intrexx/Model/Visit.php +++ b/Interfaces/Intrexx/Model/Visit.php @@ -24,5 +24,4 @@ namespace Modules\Exchange\Interfaces\Intrexx\Model; */ final class Visit { - } diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php index 58fafc6..4b6b091 100644 --- a/Models/InterfaceManagerMapper.php +++ b/Models/InterfaceManagerMapper.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ final class InterfaceManagerMapper extends DataMapperAbstract { - /** * Columns. *