This commit is contained in:
xl
2023-07-12 21:38:27 +08:00
parent 14574e7a6c
commit 18b44b32f2
6 changed files with 312 additions and 397 deletions
+1 -3
View File
@@ -2,8 +2,6 @@
namespace Kiri;
use JetBrains\PhpStorm\Pure;
trait TSwooleClient
{
@@ -11,7 +9,7 @@ trait TSwooleClient
/**
* @return array
*/
#[Pure] private function settings(): array
private function settings(): array
{
$sslCert = $this->getSslCertFile();
$sslKey = $this->getSslKeyFile();