mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
fix tests
This commit is contained in:
parent
96988ea5ec
commit
8a8aeb6452
@ -137,7 +137,7 @@ class SprintfTest extends TestCase
|
||||
$val = sprintf("", "abc");
|
||||
',
|
||||
'assertions' => [
|
||||
'$val===' => 'string',
|
||||
'$val===' => '\'\'',
|
||||
],
|
||||
'ignored_issues' => [
|
||||
'InvalidArgument',
|
||||
@ -149,7 +149,7 @@ class SprintfTest extends TestCase
|
||||
$val = sprintf("%0.0s", "abc");
|
||||
',
|
||||
'assertions' => [
|
||||
'$val===' => 'string',
|
||||
'$val===' => '\'\'',
|
||||
],
|
||||
'ignored_issues' => [
|
||||
'InvalidArgument',
|
||||
|
Loading…
x
Reference in New Issue
Block a user