Skip to content

Commit 80b36c0

Browse files
committed
Revert "csfix"
This reverts commit ce81002.
1 parent ce81002 commit 80b36c0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Analyzer/NameResolver.php

+2
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ private function resolveSignature($node): void
365365
* @psalm-suppress MissingParamType
366366
* @psalm-suppress PossiblyNullArgument
367367
* @psalm-suppress MissingReturnType
368+
*
369+
* @param mixed $node
368370
*/
369371
private function resolveType($node)
370372
{

tests/Unit/Expressions/ForClasses/ResideInOneOfTheseNamespacesTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ public function shouldMatchNamespacesProvider(): array
3030

3131
/**
3232
* @dataProvider shouldMatchNamespacesProvider
33+
*
34+
* @param mixed $expectedNamespace
35+
* @param mixed $actualFQCN
36+
* @param mixed $explanation
3337
*/
3438
public function test_it_should_match_namespace_and_descendants($expectedNamespace, $actualFQCN, $explanation): void
3539
{

0 commit comments

Comments
 (0)