瀏覽代碼

Remove redundant comment

Joanhey 1 年之前
父節點
當前提交
1297111a60
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/Protocols/Http/ServerSentEvents.php

+ 0 - 5
src/Protocols/Http/ServerSentEvents.php

@@ -32,11 +32,6 @@ class ServerSentEvents implements Stringable
      */
     public function __construct(protected array $data) {}
 
-    /**
-     * __toString.
-     *
-     * @return string
-     */
     public function __toString(): string
     {
         $buffer = '';