-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Baseline psalm PossiblyUnusedMethod errors on phpunit DataProviders
- Loading branch information
matt
committed
Jan 27, 2025
1 parent
cbfb36d
commit 6ac74ab
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="6.0.0@b8e96bb617bf59382113b1b56cef751f648a7dc9"> | ||
<file src="test/AbstractNormalizerTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[caseProvider]]></code> | ||
<code><![CDATA[invalidSuffixProvider]]></code> | ||
<code><![CDATA[labelProvider]]></code> | ||
<code><![CDATA[spellOutCaseProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/AbstractUniqueLabelerTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[labelProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/ClassConstantNameNormalizerTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[constantNameProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/ClassNameNormalizerTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[classNameProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/ConstantNameNormalizerTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[constantNameProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/PhpLabelTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[isValidProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/PropertyNameNormalizerTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[propertyNameProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/UniqueStrategy/NumberSuffixTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[labelProvider]]></code> | ||
<code><![CDATA[suffixLabelProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/UniqueStrategy/SpellOutOrdinalPrefixTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[labelProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/VariableNameNormalizerTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[variableNameProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
<file src="test/WordCaseTest.php"> | ||
<PossiblyUnusedMethod> | ||
<code><![CDATA[stringProvider]]></code> | ||
</PossiblyUnusedMethod> | ||
</file> | ||
</files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters