Skip to content

Commit

Permalink
csfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fain182 committed Jul 8, 2023
1 parent 31224fb commit ce81002
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Analyzer/NameResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ private function resolveSignature($node): void
* @psalm-suppress MissingParamType
* @psalm-suppress PossiblyNullArgument
* @psalm-suppress MissingReturnType
*
* @param mixed $node
*/
private function resolveType($node)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ public function shouldMatchNamespacesProvider(): array

/**
* @dataProvider shouldMatchNamespacesProvider
*
* @param mixed $expectedNamespace
* @param mixed $actualFQCN
* @param mixed $explanation
*/
public function test_it_should_match_namespace_and_descendants($expectedNamespace, $actualFQCN, $explanation): void
{
Expand Down

0 comments on commit ce81002

Please sign in to comment.