Skip to content

Commit a4fa3df

Browse files
committed
Refactor: Apply composite pattern for Word2007 reader
1 parent a861218 commit a4fa3df

File tree

14 files changed

+1213
-927
lines changed

14 files changed

+1213
-927
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ This release marked heavy refactorings on internal code structure with the creat
7878
- Refactor: Remove Style\Tabs
7979
- Refactor: Apply composite pattern for writers
8080
- Refactor: Split `AbstractContainer` from `AbstractElement`
81+
- Refactor: Apply composite pattern for Word2007 reader
8182

8283
## 0.9.1 - 27 Mar 2014
8384

src/PhpWord/Element/Link.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ class Link extends AbstractElement
4949
/**
5050
* Create a new Link Element
5151
*
52-
* @param string $linkSrc
53-
* @param string $linkName
52+
* @param string $target
53+
* @param string $text
5454
* @param mixed $fontStyle
5555
* @param mixed $paragraphStyle
5656
*/

0 commit comments

Comments
 (0)