Completed
Push — master ( 1d628c...646e70 )
by TJ
10:26
created
src/SchemaAssertion.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace sixlive\Laravel\JsonSchemaAssertions;
4 4
 
5
-use Swaggest\JsonSchema\Schema;
6
-use Swaggest\JsonSchema\InvalidValue;
7 5
 use PHPUnit\Framework\Assert as PHPUnit;
6
+use Swaggest\JsonSchema\InvalidValue;
7
+use Swaggest\JsonSchema\Schema;
8 8
 use sixlive\Laravel\JsonSchemaAssertions\Support\Str;
9 9
 
10 10
 class SchemaAssertion
Please login to merge, or discard this patch.
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.