From 8bc236460af3f1d84f2e242f1bc517f651d8e40d Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Sat, 23 Jan 2016 22:10:13 +0400 Subject: [PATCH] Improved coverage for `\PhpOffice\PhpWord\Element\Section` (#665). --- src/PhpWord/Element/Footnote.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PhpWord/Element/Footnote.php b/src/PhpWord/Element/Footnote.php index 917b6cc9..c378c102 100644 --- a/src/PhpWord/Element/Footnote.php +++ b/src/PhpWord/Element/Footnote.php @@ -58,6 +58,8 @@ class Footnote extends AbstractContainer * Get paragraph style * * @return string|\PhpOffice\PhpWord\Style\Paragraph + * + * @codeCoverageIgnore */ public function getParagraphStyle() {