Skip to content

Commit

Permalink
Update snapshots for PHPStan level
Browse files Browse the repository at this point in the history
  • Loading branch information
singerb committed Feb 24, 2025
1 parent 492ab29 commit 1724a3b
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,24 @@
"enum": [
"compatibility"
]
},
"phpstan_level": {
"default": null,
"description": "The level of PHPStan analysis to perform during the test.",
"type": "integer",
"enum": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,24 @@
"enum": [
"compatibility"
]
},
"phpstan_level": {
"default": null,
"description": "The level of PHPStan analysis to perform during the test.",
"type": "integer",
"enum": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,24 @@
"enum": [
"compatibility"
]
},
"phpstan_level": {
"default": null,
"description": "The level of PHPStan analysis to perform during the test.",
"type": "integer",
"enum": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,24 @@
"enum": [
"compatibility"
]
},
"phpstan_level": {
"default": null,
"description": "The level of PHPStan analysis to perform during the test.",
"type": "integer",
"enum": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,24 @@
"enum": [
"compatibility"
]
},
"phpstan_level": {
"default": null,
"description": "The level of PHPStan analysis to perform during the test.",
"type": "integer",
"enum": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,24 @@
"enum": [
"compatibility"
]
},
"phpstan_level": {
"default": null,
"description": "The level of PHPStan analysis to perform during the test.",
"type": "integer",
"enum": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
}
}
Expand Down

0 comments on commit 1724a3b

Please sign in to comment.