Skip to content

Commit 9aff9b4

Browse files
Ignore errors
1 parent 2eeb660 commit 9aff9b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ parameters:
4444
property: 100
4545
constant: 100
4646

47+
ignoreErrors:
48+
- '#Call to internal method PHPUnit\\Framework\\TestCase::addToAssertionCount\(\) from outside its root namespace PHPUnit.#'
49+
4750
includes:
4851
- phar://phpstan.phar/conf/bleedingEdge.neon

src/Output/UnifiedDiffOutputBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*/
3030
final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder
3131
{
32+
/** @phpstan-ignore property.tooWideBool */
3233
private bool $collapseRanges = true;
3334
private int $commonLineThreshold = 6;
3435

0 commit comments

Comments
 (0)