mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
This commit is contained in:
@@ -40,11 +40,11 @@ class UserGroupData extends DataModelBase implements DataModelInterface
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $name = '';
|
||||
public $name;
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $description = '';
|
||||
public $description;
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user