diff --git a/Interfaces/GSD/Model/GSDCostCenterMapper.php b/Interfaces/GSD/Model/GSDCostCenterMapper.php index 75c7843..d52c620 100644 --- a/Interfaces/GSD/Model/GSDCostCenterMapper.php +++ b/Interfaces/GSD/Model/GSDCostCenterMapper.php @@ -30,7 +30,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static $columns = [ @@ -44,7 +44,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static $table = 'FiKostenstellen'; @@ -52,7 +52,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static $createdAt = 'row_create_time'; @@ -60,7 +60,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static $primaryField = 'ROW_ID'; diff --git a/Interfaces/GSD/Model/GSDCostObjectMapper.php b/Interfaces/GSD/Model/GSDCostObjectMapper.php index df5cf42..280c7f5 100644 --- a/Interfaces/GSD/Model/GSDCostObjectMapper.php +++ b/Interfaces/GSD/Model/GSDCostObjectMapper.php @@ -30,7 +30,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static $columns = [ @@ -44,7 +44,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static $table = 'FiKostentraeger'; @@ -52,7 +52,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static $createdAt = 'row_create_time'; @@ -60,7 +60,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static $primaryField = 'ROW_ID'; diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php index 14669cf..87e2af7 100644 --- a/Models/InterfaceManager.php +++ b/Models/InterfaceManager.php @@ -32,7 +32,7 @@ class InterfaceManager /** * Interface ID. * - * @var int + * @var int * @since 1.0.0 */ private $id = 0; @@ -40,7 +40,7 @@ class InterfaceManager /** * File path. * - * @var string + * @var string * @since 1.0.0 */ private $path = ''; @@ -48,7 +48,7 @@ class InterfaceManager /** * Info data. * - * @var array + * @var array * @since 1.0.0 */ private $info = []; @@ -56,7 +56,7 @@ class InterfaceManager /** * Object constructor. * - * @param string $path Info file path + * @param string $path Info file path * * @since 1.0.0 */ @@ -68,7 +68,7 @@ class InterfaceManager /** * Get id * - * @return string + * @return string * * @since 1.0.0 */ @@ -80,7 +80,7 @@ class InterfaceManager /** * Get info path * - * @return string + * @return string * * @since 1.0.0 */ @@ -92,7 +92,7 @@ class InterfaceManager /** * Get info path * - * @return string + * @return string * * @since 1.0.0 */ @@ -104,7 +104,7 @@ class InterfaceManager /** * Get info name * - * @return string + * @return string * * @since 1.0.0 */ @@ -116,7 +116,7 @@ class InterfaceManager /** * Provides import interface * - * @return string + * @return string * * @since 1.0.0 */ @@ -128,7 +128,7 @@ class InterfaceManager /** * Provides export interface * - * @return string + * @return string * * @since 1.0.0 */ @@ -140,9 +140,9 @@ class InterfaceManager /** * Load info data from path. * - * @return void + * @return void * - * @throws PathException This exception is thrown in case the info file path doesn't exist. + * @throws PathException This exception is thrown in case the info file path doesn't exist. * * @since 1.0.0 */ @@ -158,7 +158,7 @@ class InterfaceManager /** * Update info file * - * @return void + * @return void * * @since 1.0.0 */ @@ -174,11 +174,11 @@ class InterfaceManager /** * Set data * - * @param string $path Value path - * @param mixed $data Scalar or array of data to set - * @param string $delim Delimiter of path + * @param string $path Value path + * @param mixed $data Scalar or array of data to set + * @param string $delim Delimiter of path * - * @return void + * @return void * * @since 1.0.0 */ @@ -194,7 +194,7 @@ class InterfaceManager /** * Get info data. * - * @return array + * @return array * * @since 1.0.0 */ diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php index af38daf..ea271b3 100644 --- a/Models/InterfaceManagerMapper.php +++ b/Models/InterfaceManagerMapper.php @@ -30,7 +30,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static $columns = [ @@ -46,7 +46,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static $table = 'exchange'; @@ -54,7 +54,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static $createdAt = 'exchange_created_at'; @@ -62,7 +62,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static $primaryField = 'exchange_id'; diff --git a/Theme/Backend/exchange-dashboard.tpl.php b/Theme/Backend/exchange-dashboard.tpl.php index 012ddfa..39a6dc5 100644 --- a/Theme/Backend/exchange-dashboard.tpl.php +++ b/Theme/Backend/exchange-dashboard.tpl.php @@ -12,6 +12,6 @@ */ /** - * @var \phpOMS\Views\View $this + * @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?> diff --git a/Theme/Backend/exchange-export-list.tpl.php b/Theme/Backend/exchange-export-list.tpl.php index 5dcf0fd..97b2824 100644 --- a/Theme/Backend/exchange-export-list.tpl.php +++ b/Theme/Backend/exchange-export-list.tpl.php @@ -12,7 +12,7 @@ */ /** - * @var \phpOMS\Views\View $this + * @var \phpOMS\Views\View $this */ $interfaces = $this->getData('interfaces'); diff --git a/Theme/Backend/exchange-export.tpl.php b/Theme/Backend/exchange-export.tpl.php index 6450588..d27956a 100644 --- a/Theme/Backend/exchange-export.tpl.php +++ b/Theme/Backend/exchange-export.tpl.php @@ -12,6 +12,6 @@ */ /** - * @var \phpOMS\Views\View $this + * @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?> diff --git a/Theme/Backend/exchange-import-list.tpl.php b/Theme/Backend/exchange-import-list.tpl.php index 6a5eeb5..c516904 100644 --- a/Theme/Backend/exchange-import-list.tpl.php +++ b/Theme/Backend/exchange-import-list.tpl.php @@ -12,7 +12,7 @@ */ /** - * @var \phpOMS\Views\View $this + * @var \phpOMS\Views\View $this */ $interfaces = $this->getData('interfaces'); diff --git a/Theme/Backend/exchange-import.tpl.php b/Theme/Backend/exchange-import.tpl.php index a6ef9a4..da65b62 100644 --- a/Theme/Backend/exchange-import.tpl.php +++ b/Theme/Backend/exchange-import.tpl.php @@ -14,7 +14,7 @@ $lang = $this->getData('lang'); /** - * @var \phpOMS\Views\View $this + * @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render();