Skip to content

Commit 8a841fe

Browse files
TomasVotrubaondrejmirtes
authored andcommitted
fixup! fixup! fixup! fixup! use bitwiseFlagAnalyser
1 parent 98abc6f commit 8a841fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8702,6 +8702,10 @@ public function dataPhp73Functions(): array
87028702
'mixed',
87038703
'json_decode($mixed)',
87048704
],
8705+
[
8706+
'mixed',
8707+
'json_decode($mixed, false, 512, JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
8708+
],
87058709
[
87068710
'mixed',
87078711
'json_decode($mixed, false, 512, $integer | JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',

0 commit comments

Comments
 (0)