@@ -240,9 +240,9 @@ public function stop(bool $append = true, $linesToBeCovered = [], array $linesTo
240240 * @param PhptTestCase|string|TestCase $id
241241 * @param array|false $linesToBeCovered
242242 *
243- * @throws UnintentionallyCoveredCodeException
244- * @throws TestIdMissingException
245243 * @throws ReflectionException
244+ * @throws TestIdMissingException
245+ * @throws UnintentionallyCoveredCodeException
246246 */
247247 public function append (RawCodeCoverageData $ rawData , $ id = null , bool $ append = true , $ linesToBeCovered = [], array $ linesToBeUsed = []): void
248248 {
@@ -436,8 +436,8 @@ public function detectsDeadCode(): bool
436436 *
437437 * @param array|false $linesToBeCovered
438438 *
439- * @throws UnintentionallyCoveredCodeException
440439 * @throws ReflectionException
440+ * @throws UnintentionallyCoveredCodeException
441441 */
442442 private function applyCoversAnnotationFilter (RawCodeCoverageData $ rawData , $ linesToBeCovered , array $ linesToBeUsed ): void
443443 {
@@ -543,8 +543,8 @@ private function processUncoveredFilesFromFilter(): void
543543 }
544544
545545 /**
546- * @throws UnintentionallyCoveredCodeException
547546 * @throws ReflectionException
547+ * @throws UnintentionallyCoveredCodeException
548548 */
549549 private function performUnintentionallyCoveredCodeCheck (RawCodeCoverageData $ data , array $ linesToBeCovered , array $ linesToBeUsed ): void
550550 {
0 commit comments