mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 11:48:53 +00:00
Some attempts at code coverage and coveralls support.
This commit is contained in:
@@ -6,9 +6,9 @@ namespace Firefly\Storage\User;
|
||||
|
||||
interface UserRepositoryInterface
|
||||
{
|
||||
public function register();
|
||||
public function register($array);
|
||||
|
||||
public function auth();
|
||||
public function auth($array);
|
||||
|
||||
public function findByVerification($verification);
|
||||
public function findByReset($reset);
|
||||
|
Reference in New Issue
Block a user