Skip to content

Commit b3956e4

Browse files
authored
Merge pull request #23 from iranianpep/analysis-z4k72D
Apply fixes from StyleCI
2 parents 0a6d3f9 + b486d88 commit b3956e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/tests/LoggerUtilityTest.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ public function testLogRawLoggingException()
9191
);
9292

9393
$utility->logRaw(self::TEST_RAW_MESSAGE);
94-
} // @codeCoverageIgnore
94+
}
95+
96+
// @codeCoverageIgnore
9597

9698
/**
9799
* Test logChat.
@@ -113,7 +115,9 @@ public function testLogChatLoggingException()
113115
);
114116

115117
$utility->logChat(__METHOD__, self::TEST_RAW_MESSAGE);
116-
} // @codeCoverageIgnore
118+
}
119+
120+
// @codeCoverageIgnore
117121

118122
/**
119123
* Test logRaw.

0 commit comments

Comments
 (0)