1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

fix tests

This commit is contained in:
kkmuffme 2023-06-12 19:43:30 +02:00
parent 96988ea5ec
commit 8a8aeb6452

View File

@ -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',