PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Html
oleibman 35b42cc180
Phpstan Baseline Fixes 2022-09-21 (#3080)
* Phpstan Baseline Fixes 2022-09-21

Eliminate about 200 more lines from Phpstan baseline. For Helper/Sample and Helper/Html and others, many properties are declared as protected despite the fact that the classes do not extend any other class, and there are no classes which extend them. They are changed to private; this could be a breaking change in circumstances for which I cannot think of a use case (user extends class for some reason).

* Slightly Botched Merge Commit

Hope this fixes phpstan.
2022-09-30 09:00:13 -07:00
..
HtmlBorderTest.php Coverage Improvements (#2859) 2022-06-01 08:29:56 -07:00
HtmlHelper.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
HtmlImageTest.php Html Reader Not Handling non-ASCII Data Correctly (#2943) 2022-07-16 22:08:44 -07:00
HtmlLoadStringTest.php Avoid Duplicate Titles When Reading Multiple HTML Files (#1829) 2021-02-27 15:10:04 +01:00
HtmlTagsTest.php Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
HtmlTest.php Phpstan Baseline Fixes 2022-09-21 (#3080) 2022-09-30 09:00:13 -07:00
Issue2029Test.php Fix for Issue 2029 (Invalid Cell Coordinate A-1) (#2032) 2021-04-29 22:59:01 +02:00
Issue2810Test.php Html Reader Converting Cell Containing 0 to Null String (#2813) 2022-05-10 07:33:45 -07:00
Issue2942Test.php Html Reader Not Handling non-ASCII Data Correctly (#2943) 2022-07-16 22:08:44 -07:00