]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: fix missing semi-colon in refactor
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Thu, 30 May 2024 12:44:20 +0000 (14:44 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 12:44:20 +0000 (14:44 +0200)
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
lib/public/Util.php

index 7e9ddb6788b84b3c628187faf9ba120554f1e54a..20b4fe9c20d33d46f3694168ad89016f41a2e62f 100644 (file)
@@ -16,7 +16,7 @@ use OC\AppScriptSort;
 use OCP\L10N\IFactory;
 use OCP\Share\IManager;
 use Psr\Container\ContainerExceptionInterface;
-use Psr\Log\LoggerInterface
+use Psr\Log\LoggerInterface;
 
 /**
  * This class provides different helper functions to make the life of a developer easier