Skip to content

Commit 6d4e3b3

Browse files
TomasVotrubaondrejmirtes
authored andcommitted
update type in LegacyNodeScopeResolverTest
1 parent 38ca032 commit 6d4e3b3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8699,15 +8699,23 @@ public function dataPhp73Functions(): array
86998699
'json_encode($mixed, $integer | JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
87008700
],
87018701
[
8702-
'mixed',
8702+
'bool|float|int|stdClass|string',
87038703
'json_decode($mixed)',
87048704
],
87058705
[
8706+
<<<<<<< HEAD
87068707
'mixed',
87078708
'json_decode($mixed, false, 512, JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
87088709
],
87098710
[
87108711
'mixed',
8712+
=======
8713+
'float|int|stdClass|string|true',
8714+
'json_decode($mixed, false, 512, JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
8715+
],
8716+
[
8717+
'float|int|stdClass|string|true',
8718+
>>>>>>> update type in LegacyNodeScopeResolverTest
87118719
'json_decode($mixed, false, 512, $integer | JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
87128720
],
87138721
[

0 commit comments

Comments
 (0)