Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27974fb7 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix php lint

parent 78f1ceea
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ use OCP\Defaults;
use OCP\IConfig;
use OCP\IDBConnection;
use OCP\IL10N;
use Psr\Log\LoggerInterface;
use OCP\IRequest;
use OCP\IUserManager;
use OCP\L10N\IFactory as L10NFactory;
@@ -36,6 +35,7 @@ use OCP\User\Events\UserDeletedEvent;
use OCP\Util;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Log\LoggerInterface;
use function method_exists;

class Application extends App implements IBootstrap {
+4 −4
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@ use OCP\Defaults;
use OCP\IConfig;
use OCP\IDBConnection;
use OCP\IL10N;
use Psr\Log\LoggerInterface;
use OCP\IRequest;
use OCP\IUserManager;
use OCP\L10N\IFactory;
use OCP\Mail\IMailer;
use Psr\Log\LoggerInterface;
use Sabre\VObject\Reader;

class InvitationMiddleware extends Middleware {
+3 −3

File changed.

Contains only whitespace changes.