mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Remove json_encode test that no longer works
This commit is contained in:
parent
690b29762e
commit
40345dd29c
@ -1256,17 +1256,6 @@ class FunctionCallTest extends TestCase
|
||||
'$a' => 'int',
|
||||
]
|
||||
],
|
||||
'jsonEncodeString' => [
|
||||
'<?php
|
||||
$a = json_decode("hello");
|
||||
$b = json_decode("hello", true);
|
||||
$c = json_decode("hello", false);',
|
||||
[
|
||||
'$a' => 'array<int, array<int, array<array-key, mixed>|null|scalar|stdClass>|null|scalar|stdClass>|null|scalar|stdClass',
|
||||
'$b' => 'array<array-key, array<array-key, array<array-key, mixed>|null|scalar>|null|scalar>|null|scalar',
|
||||
'$c' => 'array<int, array<int, array<array-key, mixed>|null|scalar|stdClass>|null|scalar|stdClass>|null|scalar|stdClass',
|
||||
]
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user