Merge "build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0"
[lhc/web/wiklou.git] / includes / profiler / ProfilerXhprof.php
index 5107013..09191ee 100644 (file)
@@ -200,7 +200,7 @@ class ProfilerXhprof extends Profiler {
         */
        protected function getFunctionReport() {
                $data = $this->getFunctionStats();
-               usort( $data, function( $a, $b ) {
+               usort( $data, function ( $a, $b ) {
                        if ( $a['real'] === $b['real'] ) {
                                return 0;
                        }