Completed
Push — master ( 254d08...714cb6 )
by Albert
13s queued 11s
created
src/Server/helpers.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.