Skip to content

Commit

Permalink
Merge pull request #251 from woocommerce/25-02/fix/snapshots-post-php…
Browse files Browse the repository at this point in the history
…stan

Update snapshots for PHPStan level
  • Loading branch information
singerb authored Feb 24, 2025
2 parents 492ab29 + 1724a3b commit 7e68762
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 7e68762

Please sign in to comment.