Skip to content

Commit 98abc6f

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

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8704,14 +8704,6 @@ public function dataPhp73Functions(): array
87048704
],
87058705
[
87068706
'mixed',
8707-
'json_decode($mixed, false, 512, JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
8708-
],
8709-
[
8710-
'float|int|stdClass|string|true',
8711-
'json_decode($mixed, false, 512, JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
8712-
],
8713-
[
8714-
'mixed~false',
87158707
'json_decode($mixed, false, 512, $integer | JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
87168708
],
87178709
[

0 commit comments

Comments
 (0)