Completed
Push — master ( ea22f3...f39064 )
by Derek Stephen
01:37
created
src/Value/StringValue.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param $value
37
-     * @return bool
36
+     * @param string $value
37
+     * @return boolean|null
38 38
      */
39 39
     private function canBeString($value)
40 40
     {
Please login to merge, or discard this patch.