- Implemented interface BytecodeObjectInterface into \ncc\Objects > ExecutionPointers

- Implemented interface `BytecodeObjectInterface` into `\ncc\Objects > DefinedRemoteSource`
 - Implemented interface `BytecodeObjectInterface` into `\ncc\Objects\Vault > Entry`
 - Corrected code-smell and code style issues in `\ncc\Objects\Vault\Password > AccessToken`
 - Corrected code-smell and code style issues in `\ncc\Objects\Vault\Password > UsernamePassword`
 - Extended `PasswordInterface` with `BytecodeObjectInterface`
 - Implemented interface `BytecodeObjectInterface` into `\ncc\Objects\SymlinkDictionary > SymlinkEntry`
This commit is contained in:
Netkas 2023-08-19 08:38:13 -04:00
parent 8df38191c6
commit 7138913ef3
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
15 changed files with 378 additions and 356 deletions

View file

@ -866,7 +866,7 @@
try
{
$definedEntry = DefinedRemoteSource::fromArray(Functions::loadJsonFile($repo_path, Functions::FORCE_ARRAY));
if(!$source_manager->getRemoteSource($definedEntry->Name))
if(!$source_manager->getRemoteSource($definedEntry->name))
$source_manager->addRemoteSource($definedEntry);
}
catch(Exception $e)