Completed
Pull Request — master (#12)
by
unknown
01:31
created
src/CachedStream.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
      */
16 16
     private $content;
17 17
 
18
+    /**
19
+     * @param string $content
20
+     */
18 21
     public function __construct($content)
19 22
     {
20 23
         $this->content = $content;
Please login to merge, or discard this patch.