Remove whitespace

This commit is contained in:
Dennis Eichhorn 2018-05-21 22:30:04 +02:00
parent 561a33599a
commit 72caaa97e1
3 changed files with 54 additions and 54 deletions

View File

@ -84,7 +84,7 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Get id * Get id
* *
* @return int * @return int
* *
* @since 1.0.0 * @since 1.0.0
@ -96,7 +96,7 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Get name * Get name
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -108,9 +108,9 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Set name * Set name
* *
* @param string $name Name * @param string $name Name
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -122,7 +122,7 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Get parent * Get parent
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -134,9 +134,9 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Set parent * Set parent
* *
* @param mixed $parent Parent * @param mixed $parent Parent
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -148,7 +148,7 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Get status * Get status
* *
* @return int * @return int
* *
* @since 1.0.0 * @since 1.0.0
@ -160,9 +160,9 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Set status * Set status
* *
* @param int $status Status * @param int $status Status
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -174,7 +174,7 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Get unit * Get unit
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -186,9 +186,9 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Set unit * Set unit
* *
* @param mixed $unit Unit * @param mixed $unit Unit
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -200,7 +200,7 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Get description * Get description
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -212,9 +212,9 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Set description * Set description
* *
* @param int $desc Description * @param int $desc Description
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -226,7 +226,7 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Get description * Get description
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -238,9 +238,9 @@ class Department implements ArrayableInterface, \JsonSerializable
/** /**
* Set description * Set description
* *
* @param int $desc Description * @param int $desc Description
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0

View File

@ -84,7 +84,7 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Get id * Get id
* *
* @return int * @return int
* *
* @since 1.0.0 * @since 1.0.0
@ -96,7 +96,7 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Get name * Get name
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -108,9 +108,9 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Set name * Set name
* *
* @param string $name Name * @param string $name Name
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -122,7 +122,7 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Get parent * Get parent
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -134,9 +134,9 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Set parent * Set parent
* *
* @param mixed $parent Parent * @param mixed $parent Parent
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -148,7 +148,7 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Get parent * Get parent
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -160,9 +160,9 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Set department * Set department
* *
* @param mixed $department Department * @param mixed $department Department
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -174,7 +174,7 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Get status * Get status
* *
* @return int * @return int
* *
* @since 1.0.0 * @since 1.0.0
@ -186,9 +186,9 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Set status * Set status
* *
* @param int $status Status * @param int $status Status
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -200,7 +200,7 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Get description * Get description
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -212,9 +212,9 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Set description * Set description
* *
* @param int $desc Description * @param int $desc Description
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -226,7 +226,7 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Get description * Get description
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -238,9 +238,9 @@ class Position implements ArrayableInterface, \JsonSerializable
/** /**
* Set description * Set description
* *
* @param int $desc Description * @param int $desc Description
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0

View File

@ -76,7 +76,7 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Get id * Get id
* *
* @return int * @return int
* *
* @since 1.0.0 * @since 1.0.0
@ -88,7 +88,7 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Get name * Get name
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -100,9 +100,9 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Set name * Set name
* *
* @param string $name Name * @param string $name Name
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -114,7 +114,7 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Get parent * Get parent
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -126,9 +126,9 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Set parent * Set parent
* *
* @param mixed $parent Parent * @param mixed $parent Parent
* *
* @return mixed * @return mixed
* *
* @since 1.0.0 * @since 1.0.0
@ -140,7 +140,7 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Get status * Get status
* *
* @return int * @return int
* *
* @since 1.0.0 * @since 1.0.0
@ -152,9 +152,9 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Set status * Set status
* *
* @param int $status Status * @param int $status Status
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -166,7 +166,7 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Get description * Get description
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -178,9 +178,9 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Set description * Set description
* *
* @param int $desc Description * @param int $desc Description
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
@ -192,7 +192,7 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Get description * Get description
* *
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
@ -204,9 +204,9 @@ class Unit implements ArrayableInterface, \JsonSerializable
/** /**
* Set description * Set description
* *
* @param int $desc Description * @param int $desc Description
* *
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0