You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- PDF Writer : Added callback for modifying the HTML
31
31
- Added Support for Language, both for document overall and individual text elements
32
+
- Template : Set a checkbox by [@nxtpge](https://github.com/nxtpge) in [#2509](https://github.com/PHPOffice/PHPWord/pull/2509)
33
+
- ODText / RTF / Word2007 Writer : Add field FILENAME by [@milkyway-git](https://github.com/milkyway-git) in [#2510](https://github.com/PHPOffice/PHPWord/pull/2510)
34
+
- ODText Reader : Improve Section Reader by [@oleibman](https://github.com/oleibman) in [#2507](https://github.com/PHPOffice/PHPWord/pull/2507)
32
35
33
36
### Bug fixes
34
37
@@ -39,6 +42,7 @@
39
42
- Template Processor : Fixed choose dimention for Float Value by [@gdevilbat](https://github.com/gdevilbat) in GH-2449
40
43
- HTML Parser : Fix image parsing from url without extension by [@JokubasR](https://github.com/JokubasR) in GH-2459
41
44
- Word2007 Reader : Fixed reading of Office365 DocX file by [@filippotoso](https://github.com/filippotoso) & [@lfglopes](https://github.com/lfglopes) in [#2506](https://github.com/PHPOffice/PHPWord/pull/2506)
45
+
- Word2007 Reader : Check for null on $fontDefaultStyle by [@spatialfree](https://github.com/spatialfree) in [#2513](https://github.com/PHPOffice/PHPWord/pull/2513)
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
-5
Original file line number
Diff line number
Diff line change
@@ -165,11 +165,6 @@ parameters:
165
165
count:1
166
166
path:src/PhpWord/Reader/HTML.php
167
167
168
-
-
169
-
message:"#^Call to an undefined method DOMNode\\:\\:getAttribute\\(\\)\\.$#"
170
-
count:2
171
-
path:src/PhpWord/Reader/ODText/Content.php
172
-
173
168
-
174
169
message:"#^Offset 'textNodes' on array\\{changed\\: PhpOffice\\\\PhpWord\\\\Element\\\\TrackChange, textNodes\\: DOMNodeList\\<DOMElement\\>\\} in isset\\(\\) always exists and is not nullable\\.$#"
0 commit comments