Completed
Push — master ( 3473e4...1b0f71 )
by Garrett
11:38
created
src/AnyString.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
     protected $caret = 0;
28 28
 
29 29
 
30
+    /**
31
+     * @param string $thing
32
+     */
30 33
     public function __construct($thing)
31 34
     {
32 35
         self::testStringableObject($thing);
Please login to merge, or discard this patch.