Remove deprecated InvalidParamException::class in branch 2.2. (#19896)

This commit is contained in:
Wilmer Arambula
2023-07-18 10:54:55 -04:00
committed by GitHub
parent 96f61b75f8
commit 61195154aa
27 changed files with 44 additions and 72 deletions

View File

@@ -163,7 +163,7 @@ class RequestTest extends TestCase
],
[
// PHP does not allow variable name, starting with digit.
// InvalidParamException must be thrown during request resolving:
// InvalidArgumentException must be thrown during request resolving:
'params' => [
'controller/route',
'--0=test',