Skip to content

Commit

Permalink
chore: Run cs:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Mar 6, 2024
1 parent 1bfcd40 commit 9b82f82
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
use OCP\Share\IShare;

class ApiController extends OCSController {

public function __construct(
IRequest $request,
private IConfig $config,
Expand Down
1 change: 0 additions & 1 deletion lib/Listener/BeforeTemplateRenderedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
use OCP\Util;

class BeforeTemplateRenderedListener implements IEventListener {

public function __construct(
private IInitialState $initialStateService,
private LimitMapper $limitMapper,
Expand Down
1 change: 0 additions & 1 deletion lib/Listener/LoadSidebarListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
use OCP\Util;

class LoadSidebarListener implements IEventListener {

public function handle(Event $event): void {
if (!($event instanceof LoadSidebar)) {
return;
Expand Down
1 change: 0 additions & 1 deletion lib/Listener/ShareLinkAccessedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
use OCP\Share\IManager;

class ShareLinkAccessedListener implements IEventListener {

public function __construct(
private IConfig $config,
private IManager $manager,
Expand Down

0 comments on commit 9b82f82

Please sign in to comment.