Force the documented return type
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
77c5b0a8ad
commit
3bdf520bcb
@ -756,5 +756,5 @@ function PMA_saveDesignerSetting($index, $value)
|
||||
}
|
||||
}
|
||||
|
||||
return $success;
|
||||
return (bool) $success;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user