This commit is contained in:
Ivan Lanin 2014-06-02 22:57:11 +07:00
parent a66f93ccdc
commit 61d8dbde49
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@
namespace PhpOffice\PhpWord\Writer\HTML\Style; namespace PhpOffice\PhpWord\Writer\HTML\Style;
use PhpOffice\PhpWord\Settings;
use PhpOffice\PhpWord\Style\Font as FontStyle; use PhpOffice\PhpWord\Style\Font as FontStyle;
/** /**

View File

@ -143,7 +143,7 @@ class Shape extends AbstractElement
* Set points * Set points
* *
* @param string $type * @param string $type
* @param array $value * @param string $value
* @return array * @return array
*/ */
private function getPoints($type, $value) private function getPoints($type, $value)