Core libraries white space fixes

This commit is contained in:
2017-11-24 13:27:13 +09:00
parent 7a8fdcdf07
commit 967af4dc37
5 changed files with 69 additions and 69 deletions

View File

@@ -81,7 +81,7 @@
// set page name
$this->page_name = $this->get_page_name();
// set the action ids
foreach ($this->action_list as $_action)
{
@@ -102,7 +102,7 @@
$this->queue_key = join('', array_map(function () { $range = $GLOBALS['_KEY_RANGE']; return $range[rand(0, (count($range) - 1))]; }, range(1, 3)));
}
}
// deconstructor
public function __destruct()
{
@@ -110,7 +110,7 @@
}
// INTERNAL METHODS |===============================================>
// PUBLIC METHODS |=================================================>