Completed
Branch master (8df47f)
by Sophie
04:21
created
src/Str.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
     use Trait_\HooksToString;
9 9
     protected $strContent = '';
10 10
 
11
+    /**
12
+     * @param string $content
13
+     */
11 14
     public function __construct($content)
12 15
     {
13 16
         $this->strContent = $content;
Please login to merge, or discard this patch.