Remove code coverage ignore instructions

This commit is contained in:
James Cole
2023-02-12 07:15:06 +01:00
parent ef6af34af9
commit 927d607b1a
457 changed files with 741 additions and 741 deletions

View File

@@ -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