Use new code style

This commit is contained in:
David Stone
2025-02-07 19:02:33 -07:00
parent 0181024ae1
commit 8433379d90
672 changed files with 37107 additions and 45249 deletions

View File

@ -22,11 +22,11 @@ defined('ABSPATH') || exit;
final class Sites_Meta_Table extends Table {
/**
* Table prefix, including the site prefix.
*
* @since 1.0.0
* @var string
*/
* Table prefix, including the site prefix.
*
* @since 1.0.0
* @var string
*/
protected $prefix = '';
/**
@ -63,8 +63,7 @@ final class Sites_Meta_Table extends Table {
public function __construct() {
parent::__construct();
} // end __construct;
}
/**
* Setup the database schema
@ -76,7 +75,5 @@ final class Sites_Meta_Table extends Table {
protected function set_schema() {
$this->schema = false;
} // end set_schema;
} // end class Sites_Meta_Table;
}
}