Skip to content

Commit

Permalink
Fix php code sniffer errors
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
  • Loading branch information
laps15 committed Jul 8, 2018
1 parent e955052 commit e5b6816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions libraries/classes/Tracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ public function getListOfVersionsOfTable()
/**
* 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
*/
Expand Down
1 change: 0 additions & 1 deletion test/classes/TrackingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ public function testGetHtmlForMain()
$html
);


//restore DBI
$GLOBALS['dbi'] = $dbi_old;
}
Expand Down

0 comments on commit e5b6816

Please sign in to comment.