Skip to content

Commit

Permalink
Update psalm-baseline.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Feb 9, 2024
1 parent b4e98c3 commit de057e7
Showing 1 changed file with 64 additions and 8 deletions.
72 changes: 64 additions & 8 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,6 @@
<PossiblyUnusedMethod>
<code>__construct</code>
</PossiblyUnusedMethod>
<TooFewArguments>
<code>new TestMethodNameNormalizer()</code>
</TooFewArguments>
<UnusedParam>
<code>$className</code>
</UnusedParam>
Expand Down Expand Up @@ -310,6 +307,16 @@
<code>alias</code>
</PossiblyUnusedMethod>
</file>
<file src="src/Normalizer/TestDataProviderMethodNameNormalizer.php">
<PossiblyUnusedMethod>
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
<file src="src/Normalizer/TestMethodNameNormalizer.php">
<PossiblyUnusedMethod>
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
<file src="src/PhpFileFinder.php">
<PossiblyUnusedMethod>
<code>__construct</code>
Expand Down Expand Up @@ -372,11 +379,6 @@
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
<file src="src/TestDataProviderMethodNameNormalizer.php">
<PossiblyUnusedMethod>
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
<file src="src/TestMethodsResolver.php">
<ArgumentTypeCoercion>
<code>$class</code>
Expand Down Expand Up @@ -596,6 +598,16 @@
<code>$suffix</code>
</UnusedParam>
</file>
<file src="tests/Unit/Formatter/TestDataProviderMethodNameFormatterTest.php">
<UnusedParam>
<code>$name</code>
</UnusedParam>
</file>
<file src="tests/Unit/Formatter/TestMethodNameFormatterTest.php">
<UnusedParam>
<code>$name</code>
</UnusedParam>
</file>
<file src="tests/Unit/Generator/AttributeGeneratorTest.php">
<UnusedParam>
<code>$name</code>
Expand Down Expand Up @@ -821,6 +833,35 @@
<code>$name</code>
</UnusedParam>
</file>
<file src="tests/Unit/Normalizer/ClassConstantNameNormalizerTest.php">
<UnusedParam>
<code>$name</code>
</UnusedParam>
</file>
<file src="tests/Unit/Normalizer/ClassMethodNameNormalizerTest.php">
<UnusedParam>
<code>$name</code>
</UnusedParam>
</file>
<file src="tests/Unit/Normalizer/ClassNameNormalizerTest.php">
<UnusedParam>
<code>$name</code>
</UnusedParam>
</file>
<file src="tests/Unit/Normalizer/TestDataProviderMethodNameNormalizerTest.php">
<UnusedParam>
<code>$classMethodNormalizer</code>
<code>$name</code>
<code>$testDataProviderMethodNameFormatter</code>
</UnusedParam>
</file>
<file src="tests/Unit/Normalizer/TestMethodNameNormalizerTest.php">
<UnusedParam>
<code>$classMethodNormalizer</code>
<code>$name</code>
<code>$testMethodNameFormatter</code>
</UnusedParam>
</file>
<file src="tests/Unit/PhpFileFinderTest.php">
<UnusedParam>
<code>$directory</code>
Expand Down Expand Up @@ -851,29 +892,44 @@
</file>
<file src="tests/Unit/TestBuilderTest.php">
<UnusedParam>
<code>$classNameNormalizer</code>
<code>$file</code>
<code>$fileResolver</code>
<code>$testFile</code>
<code>$testMethodsResolver</code>
</UnusedParam>
</file>
<file src="tests/Unit/TestDataProviderMethodNameFormatterTest.php">
<UndefinedClass>
<code>TestDataProviderMethodNameFormatter</code>
</UndefinedClass>
<UnusedParam>
<code>$name</code>
</UnusedParam>
</file>
<file src="tests/Unit/TestDataProviderMethodNameNormalizerTest.php">
<UndefinedClass>
<code>TestDataProviderMethodNameFormatter</code>
<code>TestDataProviderMethodNameNormalizer</code>
</UndefinedClass>
<UnusedParam>
<code>$name</code>
<code>$testDataProviderMethodNameFormatter</code>
</UnusedParam>
</file>
<file src="tests/Unit/TestMethodNameFormatterTest.php">
<UndefinedClass>
<code>TestMethodNameFormatter</code>
</UndefinedClass>
<UnusedParam>
<code>$name</code>
</UnusedParam>
</file>
<file src="tests/Unit/TestMethodNameNormalizerTest.php">
<UndefinedClass>
<code>TestMethodNameFormatter</code>
<code>TestMethodNameNormalizer</code>
</UndefinedClass>
<UnusedParam>
<code>$name</code>
<code>$testMethodNameFormatter</code>
Expand Down

0 comments on commit de057e7

Please sign in to comment.