We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eeb660 commit 9aff9b4Copy full SHA for 9aff9b4
phpstan.neon
@@ -44,5 +44,8 @@ parameters:
44
property: 100
45
constant: 100
46
47
+ ignoreErrors:
48
+ - '#Call to internal method PHPUnit\\Framework\\TestCase::addToAssertionCount\(\) from outside its root namespace PHPUnit.#'
49
+
50
includes:
51
- phar://phpstan.phar/conf/bleedingEdge.neon
src/Output/UnifiedDiffOutputBuilder.php
@@ -29,6 +29,7 @@
29
*/
30
final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder
31
{
32
+ /** @phpstan-ignore property.tooWideBool */
33
private bool $collapseRanges = true;
34
private int $commonLineThreshold = 6;
35
0 commit comments