Completed
Push — master ( 646e70...d11fea )
by TJ
09:32 queued 04:37
created
src/Support/Str.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
     /**
8 8
      * Test to see if a string is json.
9 9
      *
10
-     * @param  mixed  $schema
11
-     * @return void
10
+     * @param string $string
11
+     * @return boolean
12 12
      */
13 13
     public static function isJson($string)
14 14
     {
Please login to merge, or discard this patch.