Passed
Push — master ( ae4907...2ae60b )
by Morris
13:14 queued 12s
created
lib/public/AppFramework/Http/Template/PublicTemplateResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
 			}
96 96
 			$this->headerActions[] = $action;
97 97
 		}
98
-		usort($this->headerActions, function (IMenuAction $a, IMenuAction $b) {
98
+		usort($this->headerActions, function(IMenuAction $a, IMenuAction $b) {
99 99
 			return $a->getPriority() <=> $b->getPriority();
100 100
 		});
101 101
 	}
Please login to merge, or discard this patch.