Force the documented return type

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-10-04 10:23:50 -04:00
parent 77c5b0a8ad
commit 3bdf520bcb

View File

@ -756,5 +756,5 @@ function PMA_saveDesignerSetting($index, $value)
}
}
return $success;
return (bool) $success;
}