Completed
Push — feature/update-deps ( 022c08...fd0636 )
by Narcotic
09:39
created
src/Graviton/JsonSchemaBundle/Tests/Validator/ValidatorTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -91,8 +91,8 @@  discard block
 block discarded – undo
91 91
             ->method('getErrors')
92 92
             ->willReturn($errors);
93 93
         $validator->expects($this->once())
94
-                  ->method('reset')
95
-                  ->willReturn(true);
94
+                    ->method('reset')
95
+                    ->willReturn(true);
96 96
         $validator->expects($this->once())
97 97
             ->method('validate')
98 98
             ->with(json_decode($json), $schema);
@@ -120,8 +120,8 @@  discard block
 block discarded – undo
120 120
             ->with(json_decode($json), $schema)
121 121
             ->willReturn(true);
122 122
         $validator->expects($this->once())
123
-                  ->method('isValid')
124
-                  ->willReturn(true);
123
+                    ->method('isValid')
124
+                    ->willReturn(true);
125 125
         $validator->expects($this->never())
126 126
             ->method('getErrors');
127 127
 
Please login to merge, or discard this patch.