소스 검색

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 = '';