mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +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
|
||||
|
@@ -50,7 +50,7 @@ use Psr\Container\NotFoundExceptionInterface;
|
||||
* redirecting them to your home screen. The controller uses a trait
|
||||
* to conveniently provide its functionality to your applications.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class LoginController extends Controller
|
||||
{
|
||||
|
@@ -48,7 +48,7 @@ use Psr\Container\NotFoundExceptionInterface;
|
||||
* validation and creation. By default this controller uses a trait to
|
||||
* provide this functionality without requiring any additional code.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class RegisterController extends Controller
|
||||
{
|
||||
|
@@ -44,7 +44,7 @@ use Psr\Container\NotFoundExceptionInterface;
|
||||
* and uses a simple trait to include this behavior. You're free to
|
||||
* explore this trait and override any methods you wish to tweak.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class ResetPasswordController extends Controller
|
||||
{
|
||||
|
Reference in New Issue
Block a user