Browse Source

Remove redundant comment

Joanhey 1 year ago
parent
commit
1297111a60
1 changed files with 0 additions and 5 deletions
  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 = '';