From 586c39a8d5858731cb3f4da48d95ff7f8cb6cfe8 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 27 Sep 2015 10:51:29 +0300 Subject: [PATCH] Make lines short to pass phpcs in profileinfo.php Bug: T102614 Change-Id: I3ed44bab923f90e9ff4575e7ad5553225244effc --- profileinfo.php | 48 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/profileinfo.php b/profileinfo.php index f172cfb6f2..f44ee5a231 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -320,7 +320,13 @@ if ( isset( $_REQUEST['sort'] ) && in_array( $_REQUEST['sort'], $sorts ) ) { $sort = $_REQUEST['sort']; } -$res = $dbr->select( 'profiling', '*', array(), 'profileinfo.php', array( 'ORDER BY' => 'pf_name ASC' ) ); +$res = $dbr->select( + 'profiling', + '*', + array(), + 'profileinfo.php', + array( 'ORDER BY' => 'pf_name ASC' ) +); if ( isset( $_REQUEST['filter'] ) ) { $filter = $_REQUEST['filter']; @@ -333,7 +339,9 @@ if ( isset( $_REQUEST['filter'] ) ) {

- "> + ">

@@ -341,15 +349,33 @@ if ( isset( $_REQUEST['filter'] ) ) { - - - - - - - - - + + + + + + + + + -- 2.20.1
NameTime (%)Memory (%)CountCalls/reqms/callkb/callms/reqkb/reqNameTime (%)Memory (%)CountCalls/reqms/callkb/callms/reqkb/req