Skip to content

Commit 99debb9

Browse files
TomasVotrubaondrejmirtes
authored andcommitted
fixup! use bitwiseFlagAnalyser
1 parent 43eb542 commit 99debb9

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
@@ -8703,27 +8703,19 @@ public function dataPhp73Functions(): array
87038703
'json_decode($mixed)',
87048704
],
87058705
[
8706-
<<<<<<< HEAD
8707-
<<<<<<< HEAD
87088706
'mixed',
87098707
'json_decode($mixed, false, 512, JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
87108708
],
87118709
[
8712-
'mixed',
8713-
=======
87148710
'float|int|stdClass|string|true',
87158711
'json_decode($mixed, false, 512, JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
87168712
],
87178713
[
87188714
'float|int|stdClass|string|true',
8719-
>>>>>>> update type in LegacyNodeScopeResolverTest
8720-
=======
8721-
'mixed~false',
87228715
'json_decode($mixed, false, 512, JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
87238716
],
87248717
[
87258718
'mixed~false',
8726-
>>>>>>> return mixed type
87278719
'json_decode($mixed, false, 512, $integer | JSON_THROW_ON_ERROR | JSON_NUMERIC_CHECK)',
87288720
],
87298721
[

0 commit comments

Comments
 (0)