Passed
Push — master ( 25ce3c...d3401e )
by Roeland
10:12 queued 11s
created
apps/files_external/lib/AppInfo/Application.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -99,8 +99,8 @@  discard block
 block discarded – undo
99 99
 	public function registerListeners() {
100 100
 		$dispatcher = $this->getContainer()->getServer()->getEventDispatcher();
101 101
 		$dispatcher->addListener(
102
-			IUser::class . '::postDelete',
103
-			function (GenericEvent $event) {
102
+			IUser::class.'::postDelete',
103
+			function(GenericEvent $event) {
104 104
 				/** @var IUser $user */
105 105
 				$user = $event->getSubject();
106 106
 				/** @var DBConfigService $config */
@@ -109,8 +109,8 @@  discard block
 block discarded – undo
109 109
 			}
110 110
 		);
111 111
 		$dispatcher->addListener(
112
-			IGroup::class . '::postDelete',
113
-			function (GenericEvent $event) {
112
+			IGroup::class.'::postDelete',
113
+			function(GenericEvent $event) {
114 114
 				/** @var IGroup $group */
115 115
 				$group = $event->getSubject();
116 116
 				/** @var DBConfigService $config */
Please login to merge, or discard this patch.