Clean up code

This commit is contained in:
brantje 2016-09-30 20:56:17 +02:00
parent c94870e1c3
commit 3af9e39488
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -33,9 +33,6 @@ use \OCP\AppFramework\Db\Entity;
* @method integer getSharingKeysGenerated()
* @method void setVaultSettings(integer $value)
* @method integer getVaultSettings()
* @method void setVaultPass(string $value)
* @method string getVaultPass()
*/
@ -52,8 +49,7 @@ class Vault extends Entity implements \JsonSerializable{
protected $privateSharingKey;
protected $sharingKeysGenerated;
protected $vaultSettings;
protected $vaultPass;
public function __construct() {
// add types in constructor
$this->addType('created', 'integer');