mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Suppress UnusedParam again
This commit is contained in:
parent
6ac6aece89
commit
d3cd81078f
@ -30,6 +30,7 @@ class FileStatementsDiffer extends Differ
|
||||
/**
|
||||
* @param string $a_code
|
||||
* @param string $b_code
|
||||
* @psalm-suppress UnusedParam
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
|
@ -31,6 +31,7 @@ class NamespaceStatementsDiffer extends Differ
|
||||
/**
|
||||
* @param string $a_code
|
||||
* @param string $b_code
|
||||
* @psalm-suppress UnusedParam
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user