Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed May 21, 2023
1 parent 5732d05 commit c9a0b5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/FileManipulation/ParamTypeManipulationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,18 +390,18 @@ function foo(){
class ConfigContainer
{
/**
* @param int[] $value
*
* @psalm-param list{1, 2, 3, 4} $value
*/
public function setValue(array $value): void
{
}
}
/**
* @param int[] $value
*
* @psalm-param list{1, 2, 3, 4} $value
*/
function foo(){
$config = new ConfigContainer();
Expand Down

0 comments on commit c9a0b5a

Please sign in to comment.