From 61d8dbde49ffc6f7b643ec9da2fcd42d35afa1f0 Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Mon, 2 Jun 2014 22:57:11 +0700 Subject: [PATCH] QA: Small fixes for #258 based on Scrutinizer https://scrutinizer-ci.com/g/PHPOffice/PHPWord/inspections/54c74458-884d-4299-aed1-a7d2eb6a5654 --- src/PhpWord/Writer/HTML/Style/Font.php | 1 - src/PhpWord/Writer/Word2007/Element/Shape.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PhpWord/Writer/HTML/Style/Font.php b/src/PhpWord/Writer/HTML/Style/Font.php index 18f28287..8645a1f4 100644 --- a/src/PhpWord/Writer/HTML/Style/Font.php +++ b/src/PhpWord/Writer/HTML/Style/Font.php @@ -17,7 +17,6 @@ namespace PhpOffice\PhpWord\Writer\HTML\Style; -use PhpOffice\PhpWord\Settings; use PhpOffice\PhpWord\Style\Font as FontStyle; /** diff --git a/src/PhpWord/Writer/Word2007/Element/Shape.php b/src/PhpWord/Writer/Word2007/Element/Shape.php index f4ac2efb..5590861c 100644 --- a/src/PhpWord/Writer/Word2007/Element/Shape.php +++ b/src/PhpWord/Writer/Word2007/Element/Shape.php @@ -143,7 +143,7 @@ class Shape extends AbstractElement * Set points * * @param string $type - * @param array $value + * @param string $value * @return array */ private function getPoints($type, $value)