Passed
Push — master ( 5fc51b...0716fb )
by Morris
19:23 queued 09:39
created
apps/files_versions/lib/AppInfo/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 		/**
64 64
 		 * Register $principalBackend for the DAV collection
65 65
 		 */
66
-		$context->registerService('principalBackend', function (ContainerInterface $c) {
66
+		$context->registerService('principalBackend', function(ContainerInterface $c) {
67 67
 			/** @var IServerContainer $server */
68 68
 			$server = $c->get(IServerContainer::class);
69 69
 			return new Principal(
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 			);
78 78
 		});
79 79
 
80
-		$context->registerService(IVersionManager::class, function () {
80
+		$context->registerService(IVersionManager::class, function() {
81 81
 			return new VersionManager();
82 82
 		});
83 83
 
Please login to merge, or discard this patch.