Completed
Pull Request — master (#100)
by Robin
01:30
created
lib/AppInfo/Application.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,7 @@
 block discarded – undo
79 79
 					$c->query(MiscService::class),
80 80
 					new UserStoragesService($userStoragesService)
81 81
 				);
82
-			}
83
-			catch (\Psr\Container\ContainerExceptionInterface $e) {
82
+			} catch (\Psr\Container\ContainerExceptionInterface $e) {
84 83
 				return new SearchMappingService(
85 84
 					$c->query(ConfigService::class),
86 85
 					$c->query(MiscService::class)
Please login to merge, or discard this patch.