Skip to content

Commit 762299b

Browse files
Update Psalm baseline
1 parent 901138a commit 762299b

File tree

1 file changed

+4
-58
lines changed

1 file changed

+4
-58
lines changed

.psalm/baseline.xml

Lines changed: 4 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="4.1.0@8929bde5354595dc61947b7e27cfe59db45e3bb0">
2+
<files psalm-version="4.1.1@16bfbd9224698bd738c665f33039fade2a1a3977">
33
<file src="src/Framework/Assert.php">
44
<ArgumentTypeCoercion occurrences="2">
55
<code>$actualElement-&gt;childNodes-&gt;item($i)</code>
@@ -342,9 +342,8 @@
342342
</UnusedClass>
343343
</file>
344344
<file src="src/Framework/Attributes/Group.php">
345-
<PossiblyUnusedMethod occurrences="2">
345+
<PossiblyUnusedMethod occurrences="1">
346346
<code>__construct</code>
347-
<code>name</code>
348347
</PossiblyUnusedMethod>
349348
</file>
350349
<file src="src/Framework/Attributes/Large.php">
@@ -634,9 +633,6 @@
634633
<MissingReturnType occurrences="1">
635634
<code>id</code>
636635
</MissingReturnType>
637-
<PossiblyUnusedMethod occurrences="1">
638-
<code>id</code>
639-
</PossiblyUnusedMethod>
640636
</file>
641637
<file src="src/Framework/MockObject/Builder/InvocationMocker.php">
642638
<PossiblyUnusedMethod occurrences="1">
@@ -648,30 +644,11 @@
648644
<code>$nextValues</code>
649645
<code>$value</code>
650646
</MissingParamType>
651-
<PossiblyUnusedMethod occurrences="7">
652-
<code>willReturnArgument</code>
653-
<code>willReturnCallback</code>
654-
<code>willReturnMap</code>
655-
<code>willReturnOnConsecutiveCalls</code>
656-
<code>willReturnReference</code>
657-
<code>willReturnSelf</code>
658-
<code>willThrowException</code>
659-
</PossiblyUnusedMethod>
660-
</file>
661-
<file src="src/Framework/MockObject/Builder/MethodNameMatch.php">
662-
<PossiblyUnusedMethod occurrences="1">
663-
<code>method</code>
664-
</PossiblyUnusedMethod>
665647
</file>
666648
<file src="src/Framework/MockObject/Builder/ParametersMatch.php">
667649
<MissingParamType occurrences="1">
668650
<code>$arguments</code>
669651
</MissingParamType>
670-
<PossiblyUnusedMethod occurrences="3">
671-
<code>after</code>
672-
<code>with</code>
673-
<code>withAnyParameters</code>
674-
</PossiblyUnusedMethod>
675652
</file>
676653
<file src="src/Framework/MockObject/ConfigurableMethod.php">
677654
<MissingParamType occurrences="1">
@@ -1124,14 +1101,6 @@
11241101
<code>toString</code>
11251102
</PossiblyUnusedMethod>
11261103
</file>
1127-
<file src="src/Framework/TestListener.php">
1128-
<PossiblyUnusedMethod occurrences="4">
1129-
<code>addFailure</code>
1130-
<code>addIncompleteTest</code>
1131-
<code>addRiskyTest</code>
1132-
<code>addSkippedTest</code>
1133-
</PossiblyUnusedMethod>
1134-
</file>
11351104
<file src="src/Framework/TestResult.php">
11361105
<ArgumentTypeCoercion occurrences="1">
11371106
<code>$test</code>
@@ -1150,15 +1119,11 @@
11501119
<DeprecatedProperty occurrences="1">
11511120
<code>$this-&gt;listeners</code>
11521121
</DeprecatedProperty>
1153-
<DocblockTypeContradiction occurrences="1">
1154-
<code>$this-&gt;topTestSuite === null</code>
1155-
</DocblockTypeContradiction>
11561122
<InvalidArgument occurrences="1">
11571123
<code>[$test, 'runBare']</code>
11581124
</InvalidArgument>
1159-
<MissingConstructor occurrences="2">
1125+
<MissingConstructor occurrences="1">
11601126
<code>$codeCoverage</code>
1161-
<code>$topTestSuite</code>
11621127
</MissingConstructor>
11631128
<MissingThrowsDocblock occurrences="3">
11641129
<code>stop</code>
@@ -1174,14 +1139,13 @@
11741139
<code>$e</code>
11751140
<code>$isAnyCoverageRequired</code>
11761141
</PossiblyUndefinedVariable>
1177-
<PossiblyUnusedMethod occurrences="7">
1142+
<PossiblyUnusedMethod occurrences="6">
11781143
<code>forcesCoversAnnotation</code>
11791144
<code>getConvertDeprecationsToExceptions</code>
11801145
<code>getConvertErrorsToExceptions</code>
11811146
<code>getConvertNoticesToExceptions</code>
11821147
<code>getConvertWarningsToExceptions</code>
11831148
<code>removeListener</code>
1184-
<code>topTestSuite</code>
11851149
</PossiblyUnusedMethod>
11861150
<RedundantConditionGivenDocblockType occurrences="2">
11871151
<code>$this-&gt;codeCoverage !== null</code>
@@ -1245,11 +1209,6 @@
12451209
<code>$numTests</code>
12461210
</UnusedVariable>
12471211
</file>
1248-
<file src="src/Framework/TestSuiteIterator.php">
1249-
<PossiblyUnusedMethod occurrences="1">
1250-
<code>getChildren</code>
1251-
</PossiblyUnusedMethod>
1252-
</file>
12531212
<file src="src/Runner/BaseTestRunner.php">
12541213
<DeprecatedClass occurrences="2">
12551214
<code>TestSuiteLoader</code>
@@ -1307,21 +1266,13 @@
13071266
</PossiblyUnusedMethod>
13081267
</file>
13091268
<file src="src/Runner/StandardTestSuiteLoader.php">
1310-
<ArgumentTypeCoercion occurrences="1">
1311-
<code>$suiteClassName</code>
1312-
</ArgumentTypeCoercion>
13131269
<DeprecatedInterface occurrences="1">
13141270
<code>StandardTestSuiteLoader</code>
13151271
</DeprecatedInterface>
13161272
<MissingThrowsDocblock occurrences="1">
13171273
<code>FileLoader::checkAndLoad($suiteClassFile)</code>
13181274
</MissingThrowsDocblock>
13191275
</file>
1320-
<file src="src/Runner/TestSuiteLoader.php">
1321-
<PossiblyUnusedMethod occurrences="1">
1322-
<code>reload</code>
1323-
</PossiblyUnusedMethod>
1324-
</file>
13251276
<file src="src/Runner/TestSuiteSorter.php">
13261277
<MissingClosureParamType occurrences="6">
13271278
<code>$left</code>
@@ -1704,11 +1655,6 @@
17041655
<code>removeChild</code>
17051656
</PossiblyNullReference>
17061657
</file>
1707-
<file src="src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php">
1708-
<PossiblyUnusedMethod occurrences="1">
1709-
<code>migrate</code>
1710-
</PossiblyUnusedMethod>
1711-
</file>
17121658
<file src="src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php">
17131659
<PossiblyNullReference occurrences="2">
17141660
<code>removeChild</code>

0 commit comments

Comments
 (0)