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
Copy file name to clipboardExpand all lines: docs/changes/1.x/1.2.0.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,5 @@
27
27
- Bump phpunit/phpunit from 9.6.8 to 9.6.10 by [@dependabot](https://github.com/dependabot) in GH-2430
28
28
- Added Coveralls.io by [@Progi1984](https://github.com/Progi1984) in GH-2452
29
29
- Added support for PHP 8.2 & PHP 8.3 by [@Progi1984](https://github.com/Progi1984) in GH-2453
30
-
- Moved documention from ReadTheDocs to MkDocs & Github Pages by [@Progi1984](https://github.com/Progi1984) in GH-2465
30
+
- Moved documention from ReadTheDocs to MkDocs & Github Pages by [@Progi1984](https://github.com/Progi1984) in GH-2465
31
+
- Bump phpstan/phpstan-phpunit from 1.3.13 to 1.3.14 by [@dependabot](https://github.com/dependabot) in [#2457](https://github.com/PHPOffice/PHPWord/pull/2457)
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ parameters:
46
46
path:src/PhpWord/Element/Footnote.php
47
47
48
48
-
49
-
message:"#^Method PhpOffice\\\\PhpWord\\\\Element\\\\Image\\:\\:getArchiveImageSize\\(\\) should return array\\|null but returns array\\|false\\|null\\.$#"
49
+
message:"#^Method PhpOffice\\\\PhpWord\\\\Element\\\\Image\\:\\:getArchiveImageSize\\(\\) should return array\\|null but returns array<int\\|string, int\\|string>\\|false\\|null\\.$#"
50
50
count:1
51
51
path:src/PhpWord/Element/Image.php
52
52
@@ -325,11 +325,6 @@ parameters:
325
325
count:1
326
326
path:src/PhpWord/Reader/Word2007/Settings.php
327
327
328
-
-
329
-
message:"#^Static property PhpOffice\\\\PhpWord\\\\Reader\\\\Word2007\\\\Settings\\:\\:\\$booleanProperties is never read, only written\\.$#"
330
-
count:1
331
-
path:src/PhpWord/Reader/Word2007/Settings.php
332
-
333
328
-
334
329
message:"#^Parameter \\#1 \\$filename of function parse_ini_file expects string, string\\|false given\\.$#"
335
330
count:1
@@ -870,11 +865,6 @@ parameters:
870
865
count:1
871
866
path:src/PhpWord/Style/ListItem.php
872
867
873
-
-
874
-
message:"#^Parameter \\#2 \\$string of function explode expects string, array\\<string, int\\|string\\>\\|string given\\.$#"
875
-
count:1
876
-
path:src/PhpWord/Style/ListItem.php
877
-
878
868
-
879
869
message:"#^Method PhpOffice\\\\PhpWord\\\\Style\\\\Paragraph\\:\\:setStyleValue\\(\\) should return PhpOffice\\\\PhpWord\\\\Style\\\\Paragraph but returns PhpOffice\\\\PhpWord\\\\Style\\\\AbstractStyle\\.$#"
880
870
count:1
@@ -1265,11 +1255,6 @@ parameters:
1265
1255
count:1
1266
1256
path:src/PhpWord/Writer/ODText/Element/Text.php
1267
1257
1268
-
-
1269
-
message:"#^Method PhpOffice\\\\PhpWord\\\\Writer\\\\ODText\\\\Element\\\\Text\\:\\:replacetabs\\(\\) is unused\\.$#"
1270
-
count:1
1271
-
path:src/PhpWord/Writer/ODText/Element/Text.php
1272
-
1273
1258
-
1274
1259
message:"#^Method PhpOffice\\\\PhpWord\\\\Writer\\\\ODText\\\\Element\\\\Text\\:\\:writeChangeInsertion\\(\\) has parameter \\$start with no type specified\\.$#"
0 commit comments