@@ -13,8 +13,8 @@ |
||
| 13 | 13 | React\EventLoop\Factory as Loop_factory, |
| 14 | 14 | cs\Config; |
| 15 | 15 | /** |
| 16 | - * @return bool |
|
| 17 | - */ |
|
| 16 | + * @return bool |
|
| 17 | + */ |
|
| 18 | 18 | function is_server_running () { |
| 19 | 19 | $connected = false; |
| 20 | 20 | $servers = Pool::instance()->get_all(); |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | return strtolower($provider); |
| 30 | 30 | } |
| 31 | 31 | }; |
| 32 | - $providers = []; |
|
| 32 | + $providers = []; |
|
| 33 | 33 | foreach ($Config->module('HybridAuth')->providers as $provider => $provider_settings) { |
| 34 | 34 | if ($provider_settings['enabled']) { |
| 35 | 35 | $providers[$provider] = [ |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | 'group' => 'text', |
| 25 | 25 | 'label' => 'text' |
| 26 | 26 | ]; |
| 27 | - protected $table = '[prefix]permissions'; |
|
| 27 | + protected $table = '[prefix]permissions'; |
|
| 28 | 28 | /** |
| 29 | 29 | * Array of all permissions for quick selecting |
| 30 | 30 | * @var array |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | use |
| 26 | 26 | CRUD, |
| 27 | 27 | Singleton; |
| 28 | - protected $data_model = [ |
|
| 28 | + protected $data_model = [ |
|
| 29 | 29 | 'id' => 'int:0', |
| 30 | 30 | 'user' => 'int:0', |
| 31 | 31 | 'date' => 'int:0', |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | use |
| 26 | 26 | CRUD, |
| 27 | 27 | Singleton; |
| 28 | - protected $data_model = [ |
|
| 28 | + protected $data_model = [ |
|
| 29 | 29 | 'id' => 'int:0', |
| 30 | 30 | 'user' => 'int:0', |
| 31 | 31 | 'date' => 'int:0', |
@@ -9,8 +9,8 @@ |
||
| 9 | 9 | use |
| 10 | 10 | cs\Language; |
| 11 | 11 | /** |
| 12 | - * Class for simplified work with translations, when using common prefix |
|
| 13 | - */ |
|
| 12 | + * Class for simplified work with translations, when using common prefix |
|
| 13 | + */ |
|
| 14 | 14 | class Prefix { |
| 15 | 15 | /** |
| 16 | 16 | * @var string |
@@ -9,9 +9,9 @@ |
||
| 9 | 9 | * Time of start of execution, is used as current time |
| 10 | 10 | */ |
| 11 | 11 | define('MICROTIME', microtime(true)); //In seconds (float) |
| 12 | -define('TIME', floor(MICROTIME)); //In seconds (integer) |
|
| 12 | +define('TIME', floor(MICROTIME)); //In seconds (integer) |
|
| 13 | 13 | chdir(__DIR__.'/..'); |
| 14 | -define('DIR', getcwd()); //Root directory |
|
| 14 | +define('DIR', getcwd()); //Root directory |
|
| 15 | 15 | /** |
| 16 | 16 | * Defining of basic constants with paths to system directories |
| 17 | 17 | */ |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | Header set Content-Type application/octet-stream |
| 72 | 72 | </ifModule> |
| 73 | 73 | |
| 74 | -HTACCESS |
|
| 74 | +htaccess |
|
| 75 | 75 | ); |
| 76 | 76 | } |
| 77 | 77 | if (!is_dir(CACHE)) { |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | AddEncoding gzip .css |
| 100 | 100 | AddEncoding gzip .html |
| 101 | 101 | |
| 102 | -HTACCESS |
|
| 102 | +htaccess |
|
| 103 | 103 | ); |
| 104 | 104 | } |
| 105 | 105 | if (!is_dir(LOGS)) { |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | <<<HTACCESS |
| 116 | 116 | Allow From All |
| 117 | 117 | |
| 118 | -HTACCESS |
|
| 118 | +htaccess |
|
| 119 | 119 | ); |
| 120 | 120 | } |
| 121 | 121 | /** |
@@ -319,7 +319,7 @@ |
||
| 319 | 319 | 1. <g>--TEST--</g> is not required and not even used (files names are used instead) |
| 320 | 320 | 2. Only sub-set of sections supported and only sub-set of <g>--EXPECTF--</g> tags |
| 321 | 321 | 3. <g>--EXPECT*--</g> sections are interpreted as code and its output is used as expected result |
| 322 | -HTML |
|
| 322 | +html |
|
| 323 | 323 | ); |
| 324 | 324 | exit; |
| 325 | 325 | } |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | $expect = rtrim(execute_code($working_dir, $parsed_test['EXPECT'], $php_arguments, $script_arguments)); |
| 112 | 112 | if ($expect === $output) { |
| 113 | 113 | line("<g>$base_text SUCCESS</g>", true); |
| 114 | - isset($parsed_test['CLEAN']) && execute_code($working_dir, $parsed_test['CLEAN'], $php_arguments, $script_arguments);; |
|
| 114 | + isset($parsed_test['CLEAN']) && execute_code($working_dir, $parsed_test['CLEAN'], $php_arguments, $script_arguments); ; |
|
| 115 | 115 | return 'success'; |
| 116 | 116 | } |
| 117 | 117 | $expect = $parsed_test['EXPECT']; |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | ); |
| 147 | 147 | if (preg_match("/^$regex\$/s", $output)) { |
| 148 | 148 | line("<g>$base_text SUCCESS</g>", true); |
| 149 | - isset($parsed_test['CLEAN']) && execute_code($working_dir, $parsed_test['CLEAN'], $php_arguments, $script_arguments);; |
|
| 149 | + isset($parsed_test['CLEAN']) && execute_code($working_dir, $parsed_test['CLEAN'], $php_arguments, $script_arguments); ; |
|
| 150 | 150 | return 'success'; |
| 151 | 151 | } |
| 152 | 152 | $expect = $parsed_test['EXPECTF']; |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | $regex = preg_quote($expect, '/'); |
| 156 | 156 | if (preg_match("/^$regex\$/s", $output)) { |
| 157 | 157 | line("<g>$base_text SUCCESS</g>", true); |
| 158 | - isset($parsed_test['CLEAN']) && execute_code($working_dir, $parsed_test['CLEAN'], $php_arguments, $script_arguments);; |
|
| 158 | + isset($parsed_test['CLEAN']) && execute_code($working_dir, $parsed_test['CLEAN'], $php_arguments, $script_arguments); ; |
|
| 159 | 159 | return 'success'; |
| 160 | 160 | } |
| 161 | 161 | } |
@@ -273,7 +273,7 @@ discard block |
||
| 273 | 273 | ); |
| 274 | 274 | $base_target_file_name = basename($base_target_file_path); |
| 275 | 275 | // Replace first script with combined file |
| 276 | - $data = str_replace( |
|
| 276 | + $data = str_replace( |
|
| 277 | 277 | $scripts_to_replace[0], |
| 278 | 278 | "<script src=\"$base_target_file_name.js?$content_md5\"></script>", |
| 279 | 279 | $data |
@@ -377,7 +377,7 @@ discard block |
||
| 377 | 377 | ); |
| 378 | 378 | $base_target_file_name = basename($base_target_file_path); |
| 379 | 379 | // Replace first link or style with combined file |
| 380 | - $data = str_replace( |
|
| 380 | + $data = str_replace( |
|
| 381 | 381 | $links_and_styles_to_replace[0], |
| 382 | 382 | "<link rel=\"import\" type=\"css\" href=\"$base_target_file_name.css?$content_md5\">", |
| 383 | 383 | $data |