diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 1584dadceb..d9de2abee9 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -953,7 +953,7 @@ function PMA_reloadNavigation($jsonly = false)
'',
'&'
);
- if (!$jsonly) {
+ if (! $jsonly) {
echo '' . PHP_EOL;
}
@@ -1869,7 +1869,7 @@ function PMA_linkOrButton($url, $message, $tag_params = array(),
$displayed_message = '';
// Add text if not already added
if (stristr($message, ''
@@ -3281,7 +3281,7 @@ function PMA_ajaxResponse($message, $success = true, $extra_data = array())
// At this point, other headers might have been sent;
// even if $GLOBALS['is_header_sent'] is true,
// we have to send these additional headers.
- if (!defined('TESTSUITE')) {
+ if (! defined('TESTSUITE')) {
header('Cache-Control: no-cache');
header("Content-Type: application/json");
}
@@ -3303,7 +3303,7 @@ function PMA_ajaxResponse($message, $success = true, $extra_data = array())
*/
function PMA_browseUploadFile($max_upload_size)
{
- if ($GLOBALS['is_upload'] && !empty($GLOBALS['cfg']['UploadDir'])) {
+ if ($GLOBALS['is_upload'] && ! empty($GLOBALS['cfg']['UploadDir'])) {
echo '