Completed
Push — master ( 715b02...0ca5b8 )
by Vladimir
16:31 queued 10:16
created
src/Check/fs/YamlFile/Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     public function testCheck()
29 29
     {
30
-        $check1 = new Check('/tmp/test.yml'  );
30
+        $check1 = new Check('/tmp/test.yml');
31 31
 
32 32
         $this->assertInstanceOf(CheckInterface::class, $check1);
33 33
         $this->assertInstanceOf(ResultInterface::class, $check1->check());
Please login to merge, or discard this patch.