Explorar o código

Remove redundant comment

Joanhey hai 1 ano
pai
achega
1297111a60
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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 = '';