Merge pull request #137 from SergiX44/analysis-BMPZNA

Apply fixes from StyleCI
This commit is contained in:
Sergio Brighenti 2020-02-26 18:39:39 +01:00 committed by GitHub
commit 56edec94c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -3,10 +3,8 @@
namespace App\Controllers\Auth;
use App\Controllers\Controller;
class PasswordRecoveryController extends Controller
{
}
}

View file

@ -3,7 +3,6 @@
namespace App\Controllers\Auth;
use App\Controllers\Controller;
use Psr\Http\Message\ResponseInterface as Response;
use Psr\Http\Message\ServerRequestInterface as Request;
@ -115,6 +114,5 @@ class RegisterController extends Controller
*/
public function activateUser(Request $request, Response $response, string $activateToken): Response
{
}
}
}