mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -39,7 +39,7 @@ use Psr\Container\NotFoundExceptionInterface;
|
||||
/**
|
||||
* Class ForgotPasswordController
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class ForgotPasswordController extends Controller
|
||||
{
|
||||
@@ -109,7 +109,7 @@ class ForgotPasswordController extends Controller
|
||||
/**
|
||||
* Show form for email recovery.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*
|
||||
* @return Factory|View
|
||||
* @throws FireflyException
|
||||
|
||||
Reference in New Issue
Block a user