Skip to content

Commit

Permalink
fix: wrong indent
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRuen committed Sep 2, 2024
1 parent d4e9d26 commit f8517af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Event/Listener/UserCreatedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ class UserCreatedListener implements IEventListener
{
public function __construct(private LoggerInterface $logger, private IConfig $config, private GlobalStoragesService $globalStoragesService, private Manager $mountManager, private StorageFactory $storageFactory) {}

/**
* Handle UserCreatedEvent to create user folder on Public Filecoin webdav
*/
// Handle UserCreatedEvent to create user folder on Public Filecoin webdav
public function handle(Event $event): void
{
if (!($event instanceof UserCreatedEvent)) {
Expand Down

0 comments on commit f8517af

Please sign in to comment.