Skip to content

Commit

Permalink
Merge pull request #2457 from PHPOffice/dependabot/composer/phpstan/p…
Browse files Browse the repository at this point in the history
…hpstan-phpunit-1.3.14

Bump phpstan/phpstan-phpunit from 1.3.13 to 1.3.14
  • Loading branch information
Progi1984 authored Sep 8, 2023
2 parents c3391b9 + e3cae8d commit 35b3774
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 32 deletions.
28 changes: 13 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/changes/1.x/1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
- Bump phpunit/phpunit from 9.6.8 to 9.6.10 by [@dependabot](https://github.com/dependabot) in GH-2430
- Added Coveralls.io by [@Progi1984](https://github.com/Progi1984) in GH-2452
- Added support for PHP 8.2 & PHP 8.3 by [@Progi1984](https://github.com/Progi1984) in GH-2453
- Moved documention from ReadTheDocs to MkDocs & Github Pages by [@Progi1984](https://github.com/Progi1984) in GH-2465
- Moved documention from ReadTheDocs to MkDocs & Github Pages by [@Progi1984](https://github.com/Progi1984) in GH-2465
- 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)
17 changes: 1 addition & 16 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameters:
path: src/PhpWord/Element/Footnote.php

-
message: "#^Method PhpOffice\\\\PhpWord\\\\Element\\\\Image\\:\\:getArchiveImageSize\\(\\) should return array\\|null but returns array\\|false\\|null\\.$#"
message: "#^Method PhpOffice\\\\PhpWord\\\\Element\\\\Image\\:\\:getArchiveImageSize\\(\\) should return array\\|null but returns array<int\\|string, int\\|string>\\|false\\|null\\.$#"
count: 1
path: src/PhpWord/Element/Image.php

Expand Down Expand Up @@ -325,11 +325,6 @@ parameters:
count: 1
path: src/PhpWord/Reader/Word2007/Settings.php

-
message: "#^Static property PhpOffice\\\\PhpWord\\\\Reader\\\\Word2007\\\\Settings\\:\\:\\$booleanProperties is never read, only written\\.$#"
count: 1
path: src/PhpWord/Reader/Word2007/Settings.php

-
message: "#^Parameter \\#1 \\$filename of function parse_ini_file expects string, string\\|false given\\.$#"
count: 1
Expand Down Expand Up @@ -870,11 +865,6 @@ parameters:
count: 1
path: src/PhpWord/Style/ListItem.php

-
message: "#^Parameter \\#2 \\$string of function explode expects string, array\\<string, int\\|string\\>\\|string given\\.$#"
count: 1
path: src/PhpWord/Style/ListItem.php

-
message: "#^Method PhpOffice\\\\PhpWord\\\\Style\\\\Paragraph\\:\\:setStyleValue\\(\\) should return PhpOffice\\\\PhpWord\\\\Style\\\\Paragraph but returns PhpOffice\\\\PhpWord\\\\Style\\\\AbstractStyle\\.$#"
count: 1
Expand Down Expand Up @@ -1265,11 +1255,6 @@ parameters:
count: 1
path: src/PhpWord/Writer/ODText/Element/Text.php

-
message: "#^Method PhpOffice\\\\PhpWord\\\\Writer\\\\ODText\\\\Element\\\\Text\\:\\:replacetabs\\(\\) is unused\\.$#"
count: 1
path: src/PhpWord/Writer/ODText/Element/Text.php

-
message: "#^Method PhpOffice\\\\PhpWord\\\\Writer\\\\ODText\\\\Element\\\\Text\\:\\:writeChangeInsertion\\(\\) has parameter \\$start with no type specified\\.$#"
count: 1
Expand Down

0 comments on commit 35b3774

Please sign in to comment.