From: Amir E. Aharoni Date: Sun, 27 Sep 2015 07:51:29 +0000 (+0300) Subject: Make lines short to pass phpcs in profileinfo.php X-Git-Tag: 1.31.0-rc.0~9750 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=586c39a8d5858731cb3f4da48d95ff7f8cb6cfe8;p=lhc%2Fweb%2Fwiklou.git Make lines short to pass phpcs in profileinfo.php Bug: T102614 Change-Id: I3ed44bab923f90e9ff4575e7ad5553225244effc --- 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'] ) ) { - - - - - - - - - + + + + + + + + +
NameTime (%)Memory (%)CountCalls/reqms/callkb/callms/reqkb/reqNameTime (%)Memory (%)CountCalls/reqms/callkb/callms/reqkb/req