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