more linting

This commit is contained in:
jgen 2017-03-09 22:28:48 -08:00
parent d0b0c7f93d
commit d62304cf70
2 changed files with 4 additions and 1 deletions

View File

@ -92,6 +92,9 @@ abstract class Extension {
$this->theme = $this->get_theme_object(get_called_class()); $this->theme = $this->get_theme_object(get_called_class());
} }
/**
* @return boolean
*/
public function is_live() { public function is_live() {
global $database; global $database;
return ( return (

View File

@ -90,7 +90,7 @@ function sql_escape($input) {
* Turn all manner of HTML / INI / JS / DB booleans into a PHP one * Turn all manner of HTML / INI / JS / DB booleans into a PHP one
* *
* @param mixed $input * @param mixed $input
* @return bool * @return boolean
*/ */
function bool_escape($input) { function bool_escape($input) {
/* /*