Fix doc align

This commit is contained in:
Dennis Eichhorn 2018-12-09 22:20:51 +01:00
parent e87c74db87
commit 79f6b4f789
9 changed files with 35 additions and 35 deletions

View File

@ -30,7 +30,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract
/** /**
* Columns. * Columns.
* *
* @var array<string, array<string, string|bool>> * @var array<string, array<string, string|bool>>
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $columns = [ protected static $columns = [
@ -44,7 +44,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract
/** /**
* Primary table. * Primary table.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $table = 'FiKostenstellen'; protected static $table = 'FiKostenstellen';
@ -52,7 +52,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract
/** /**
* Created at. * Created at.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $createdAt = 'row_create_time'; protected static $createdAt = 'row_create_time';
@ -60,7 +60,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract
/** /**
* Primary field name. * Primary field name.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $primaryField = 'ROW_ID'; protected static $primaryField = 'ROW_ID';

View File

@ -30,7 +30,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract
/** /**
* Columns. * Columns.
* *
* @var array<string, array<string, string|bool>> * @var array<string, array<string, string|bool>>
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $columns = [ protected static $columns = [
@ -44,7 +44,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract
/** /**
* Primary table. * Primary table.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $table = 'FiKostentraeger'; protected static $table = 'FiKostentraeger';
@ -52,7 +52,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract
/** /**
* Created at. * Created at.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $createdAt = 'row_create_time'; protected static $createdAt = 'row_create_time';
@ -60,7 +60,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract
/** /**
* Primary field name. * Primary field name.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $primaryField = 'ROW_ID'; protected static $primaryField = 'ROW_ID';

View File

@ -32,7 +32,7 @@ class InterfaceManager
/** /**
* Interface ID. * Interface ID.
* *
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
private $id = 0; private $id = 0;
@ -40,7 +40,7 @@ class InterfaceManager
/** /**
* File path. * File path.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
private $path = ''; private $path = '';
@ -48,7 +48,7 @@ class InterfaceManager
/** /**
* Info data. * Info data.
* *
* @var array<string, mixed> * @var array<string, mixed>
* @since 1.0.0 * @since 1.0.0
*/ */
private $info = []; private $info = [];
@ -56,7 +56,7 @@ class InterfaceManager
/** /**
* Object constructor. * Object constructor.
* *
* @param string $path Info file path * @param string $path Info file path
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -68,7 +68,7 @@ class InterfaceManager
/** /**
* Get id * Get id
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -80,7 +80,7 @@ class InterfaceManager
/** /**
* Get info path * Get info path
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -92,7 +92,7 @@ class InterfaceManager
/** /**
* Get info path * Get info path
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -104,7 +104,7 @@ class InterfaceManager
/** /**
* Get info name * Get info name
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -116,7 +116,7 @@ class InterfaceManager
/** /**
* Provides import interface * Provides import interface
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -128,7 +128,7 @@ class InterfaceManager
/** /**
* Provides export interface * Provides export interface
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -140,9 +140,9 @@ class InterfaceManager
/** /**
* Load info data from path. * 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 * @since 1.0.0
*/ */
@ -158,7 +158,7 @@ class InterfaceManager
/** /**
* Update info file * Update info file
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -174,11 +174,11 @@ class InterfaceManager
/** /**
* Set data * Set data
* *
* @param string $path Value path * @param string $path Value path
* @param mixed $data Scalar or array of data to set * @param mixed $data Scalar or array of data to set
* @param string $delim Delimiter of path * @param string $delim Delimiter of path
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -194,7 +194,7 @@ class InterfaceManager
/** /**
* Get info data. * Get info data.
* *
* @return array<string, mixed> * @return array<string, mixed>
* *
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -30,7 +30,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
/** /**
* Columns. * Columns.
* *
* @var array<string, array<string, string|bool>> * @var array<string, array<string, string|bool>>
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $columns = [ protected static $columns = [
@ -46,7 +46,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
/** /**
* Primary table. * Primary table.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $table = 'exchange'; protected static $table = 'exchange';
@ -54,7 +54,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
/** /**
* Created at. * Created at.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $createdAt = 'exchange_created_at'; protected static $createdAt = 'exchange_created_at';
@ -62,7 +62,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
/** /**
* Primary field name. * Primary field name.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $primaryField = 'exchange_id'; protected static $primaryField = 'exchange_id';

View File

@ -12,6 +12,6 @@
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>

View File

@ -12,7 +12,7 @@
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
$interfaces = $this->getData('interfaces'); $interfaces = $this->getData('interfaces');

View File

@ -12,6 +12,6 @@
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>

View File

@ -12,7 +12,7 @@
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
$interfaces = $this->getData('interfaces'); $interfaces = $this->getData('interfaces');

View File

@ -14,7 +14,7 @@
$lang = $this->getData('lang'); $lang = $this->getData('lang');
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();