Skip to content

Commit 7d5cf78

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 9a047a9 commit 7d5cf78

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/ExporterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function testExport()
3636

3737
/**
3838
* @expectedException \InvalidArgumentException
39+
*
3940
* @expectedExceptionMessage The output path doesnot exist.
4041
*/
4142
public function testExportThrows()
@@ -64,6 +65,7 @@ public function testSetOptionsFont()
6465

6566
/**
6667
* @expectedException \InvalidArgumentException
68+
*
6769
* @expectedExceptionMessage The given font doesnot exist.
6870
*/
6971
public function testSetOptionsThrows()

tests/HighlighterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function testHighlightFile()
4545

4646
/**
4747
* @expectedException \InvalidArgumentException
48+
*
4849
* @expectedExceptionMessage The given file doesnot exist or is unreadable.
4950
*/
5051
public function testHighlightFileThrows()

0 commit comments

Comments
 (0)