Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit f79acc5

Browse files
committed
- attempt to match psr-2 formatting
1 parent 9786d66 commit f79acc5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ZendDiagnosticsTest/DirWritableTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
32
namespace ZendDiagnosticsTest;
3+
44
use org\bovigo\vfs\vfsStream;
55
use ZendDiagnostics\Check\DirWritable;
66

@@ -92,5 +92,4 @@ public function testCheckFailureMultipleUnwritableDirs()
9292
$this->assertInstanceOf('ZendDiagnostics\Result\Failure', $r);
9393
$this->assertEquals('The following directories are not writable: vfs://root/unwritabledir1, vfs://root/unwritabledir2.', $r->getMessage());
9494
}
95-
96-
}
95+
}

0 commit comments

Comments
 (0)