Minor code corrections
This commit is contained in:
parent
e53bc97e4a
commit
fb645aacc4
1 changed files with 1 additions and 3 deletions
|
@ -5,12 +5,10 @@
|
||||||
namespace ncc\Objects;
|
namespace ncc\Objects;
|
||||||
|
|
||||||
use ncc\Abstracts\AuthenticationType;
|
use ncc\Abstracts\AuthenticationType;
|
||||||
use ncc\Defuse\Crypto\Crypto;
|
|
||||||
use ncc\Exceptions\RuntimeException;
|
use ncc\Exceptions\RuntimeException;
|
||||||
use ncc\Interfaces\PasswordInterface;
|
use ncc\Interfaces\PasswordInterface;
|
||||||
use ncc\Objects\Vault\Entry;
|
use ncc\Objects\Vault\Entry;
|
||||||
use ncc\Utilities\Functions;
|
use ncc\Utilities\Functions;
|
||||||
use ncc\ZiProto\ZiProto;
|
|
||||||
|
|
||||||
class Vault
|
class Vault
|
||||||
{
|
{
|
||||||
|
@ -162,7 +160,7 @@
|
||||||
$entries = [];
|
$entries = [];
|
||||||
foreach($this->Entries as $entry)
|
foreach($this->Entries as $entry)
|
||||||
{
|
{
|
||||||
$entries[] = $entry->toArray($bytecode);;
|
$entries[] = $entry->toArray($bytecode);
|
||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Add table
Reference in a new issue