Fix php code sniffer errors
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
This commit is contained in:
parent
e95505239d
commit
3b8746547d
@ -158,11 +158,11 @@ class Tracking
|
||||
/**
|
||||
* Function to get html for main page parts that do not use $_REQUEST
|
||||
*
|
||||
* @param string $urlQuery url query
|
||||
* @param array $urlParams url parameters
|
||||
* @param string $urlQuery url query
|
||||
* @param array $urlParams url parameters
|
||||
* @param string $pmaThemeImage path to theme's image folder
|
||||
* @param string $textDir text direction
|
||||
* @param int $lastVersion last tracking version
|
||||
* @param string $textDir text direction
|
||||
* @param int $lastVersion last tracking version
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
||||
@ -222,7 +222,7 @@ class TrackingTest extends TestCase
|
||||
* test selectables panel
|
||||
*/
|
||||
$this->assertContains(
|
||||
htmlspecialchars($fetchArray['db_name']).'.'.htmlspecialchars($fetchArray['table_name']),
|
||||
htmlspecialchars($fetchArray['db_name']) . '.' . htmlspecialchars($fetchArray['table_name']),
|
||||
$html
|
||||
);
|
||||
|
||||
@ -302,7 +302,6 @@ class TrackingTest extends TestCase
|
||||
$html
|
||||
);
|
||||
|
||||
|
||||
//restore DBI
|
||||
$GLOBALS['dbi'] = $dbi_old;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user