Forráskód Böngészése

Remove redundant comment

Joanhey 1 éve
szülő
commit
1297111a60
1 módosított fájl, 0 hozzáadás és 5 törlés
  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 = '';