Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 8, 2023
1 parent fa5d5f9 commit f73a165
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tests/PHPStan/Levels/data/unreachable-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,51 @@
"line": 74,
"ignorable": true
},
{
"message": "Unused result of ternary operator.",
"line": 74,
"ignorable": true
},
{
"message": "Instanceof between $this(Levels\\Unreachable\\Bar) and Levels\\Unreachable\\Bar will always evaluate to true.",
"line": 79,
"ignorable": true
},
{
"message": "Unused result of ternary operator.",
"line": 79,
"ignorable": true
},
{
"message": "Call to function is_string() with string will always evaluate to true.",
"line": 84,
"ignorable": true
},
{
"message": "Unused result of ternary operator.",
"line": 84,
"ignorable": true
},
{
"message": "Ternary operator condition is always true.",
"line": 89,
"ignorable": true
},
{
"message": "Unused result of ternary operator.",
"line": 89,
"ignorable": true
},
{
"message": "Ternary operator condition is always true.",
"line": 94,
"ignorable": true
},
{
"message": "Unused result of ternary operator.",
"line": 94,
"ignorable": true
},
{
"message": "Left side of && is always true.",
"line": 102,
Expand All @@ -68,5 +93,10 @@
"message": "Right side of && is always true.",
"line": 102,
"ignorable": true
},
{
"message": "Unused result of ternary operator.",
"line": 102,
"ignorable": true
}
]

0 comments on commit f73a165

Please sign in to comment.