mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 04:16:54 +01:00
* [ADD] Unit testing. Work in progress.
* [MOD] Improved XML file handling. * [MOD] Improved file handling.
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
|
||||
namespace SP\Storage;
|
||||
|
||||
use SP\Core\Exceptions\FileNotFoundException;
|
||||
|
||||
/**
|
||||
* Interface StorageInterface
|
||||
*
|
||||
@@ -37,7 +35,7 @@ interface XmlFileStorageInterface
|
||||
* @param string $node
|
||||
*
|
||||
* @return XmlFileStorageInterface
|
||||
* @throws FileNotFoundException
|
||||
* @throws FileException
|
||||
*/
|
||||
public function load($node = '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user