Passed
Push — master ( 33aeef...684a72 )
by Christoph
12:55 queued 11s
created
apps/files_trashbin/lib/AppInfo/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
 		/*
54 54
 		 * Register $principalBackend for the DAV collection
55 55
 		 */
56
-		$container->registerService('principalBackend', function () {
56
+		$container->registerService('principalBackend', function() {
57 57
 			return new Principal(
58 58
 				\OC::$server->getUserManager(),
59 59
 				\OC::$server->getGroupManager(),
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
 			);
66 66
 		});
67 67
 
68
-		$container->registerService(ITrashManager::class, function () {
68
+		$container->registerService(ITrashManager::class, function() {
69 69
 			return new TrashManager();
70 70
 		});
71 71
 
Please login to merge, or discard this patch.