@@ -3,7 +3,7 @@ discard block |
||
3 | 3 | /** |
4 | 4 | * This is only for `function not exists` in config/swoole_http.php. |
5 | 5 | */ |
6 | -if (! function_exists('swoole_cpu_num')) { |
|
6 | +if (!function_exists('swoole_cpu_num')) { |
|
7 | 7 | function swoole_cpu_num(): int |
8 | 8 | { |
9 | 9 | return 1; |
@@ -13,10 +13,10 @@ discard block |
||
13 | 13 | /** |
14 | 14 | * This is only for `function not exists` in config/swoole_http.php. |
15 | 15 | */ |
16 | -if (! defined('SWOOLE_SOCK_TCP')) { |
|
16 | +if (!defined('SWOOLE_SOCK_TCP')) { |
|
17 | 17 | define('SWOOLE_SOCK_TCP', 1); |
18 | 18 | } |
19 | 19 | |
20 | -if (! defined('SWOOLE_PROCESS')) { |
|
20 | +if (!defined('SWOOLE_PROCESS')) { |
|
21 | 21 | define('SWOOLE_PROCESS', 2); |
22 | 22 | } |