Skip to content

Commit 61d8dbd

Browse files
committed
1 parent a66f93c commit 61d8dbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/PhpWord/Writer/HTML/Style/Font.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
namespace PhpOffice\PhpWord\Writer\HTML\Style;
1919

20-
use PhpOffice\PhpWord\Settings;
2120
use PhpOffice\PhpWord\Style\Font as FontStyle;
2221

2322
/**

src/PhpWord/Writer/Word2007/Element/Shape.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private function writeRoundRect(XMLWriter $xmlWriter, ShapeStyle $style)
143143
* Set points
144144
*
145145
* @param string $type
146-
* @param array $value
146+
* @param string $value
147147
* @return array
148148
*/
149149
private function getPoints($type, $value)

0 commit comments

Comments
 (0)