mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-21 15:49:26 +00:00
More Phpstan Level 10 Prep - Readers
Also upgrade Phpstan.
This commit is contained in:
@@ -31,6 +31,7 @@ class SampleTest extends TestCase
|
||||
|
||||
// Unfortunately some tests are too long to run with code-coverage
|
||||
// analysis on GitHub Actions, so we need to exclude them
|
||||
/** @var string[] */
|
||||
global $argv;
|
||||
if (in_array('--coverage-clover', $argv)) {
|
||||
$tooLongToBeCovered = [
|
||||
|
||||
Reference in New Issue
Block a user