mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-11 15:28:41 +00:00
Automated formatting changes
This commit is contained in:
parent
788d182cbe
commit
b9c3acab53
|
|
@ -68,7 +68,9 @@ class ClientAttributeType implements \JsonSerializable, ArrayableInterface
|
|||
*
|
||||
* @var string | ClientAttributeTypeL11n
|
||||
*/
|
||||
protected string|ClientAttributeTypeL11n $l11n;
|
||||
protected string |
|
||||
|
||||
ClientAttributeTypeL11n $l11n;
|
||||
|
||||
/**
|
||||
* Possible default attribute values
|
||||
|
|
|
|||
|
|
@ -41,7 +41,9 @@ class ClientAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
|
|||
* @var int|ClientAttributeType
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected int|ClientAttributeType $type = 0;
|
||||
protected int |
|
||||
|
||||
ClientAttributeType $type = 0;
|
||||
|
||||
/**
|
||||
* Language.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user