Skip to content

Commit 20a2fd2

Browse files
samdarkStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 56b5130 commit 20a2fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/FileTargetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testExportEmptyFile(): void
4141

4242
self::assertDirectoryExists(dirname($logFile));
4343
self::assertFileExists($logFile);
44-
self::assertEquals("", file_get_contents($logFile));
44+
self::assertEquals('', file_get_contents($logFile));
4545
}
4646

4747
public function testExportMessages(): void

0 commit comments

Comments
 (0)