@@ -120,8 +120,7 @@ |
||
120 | 120 | 1, |
121 | 121 | 200, |
122 | 122 | $validator ? |
123 | - (new Validator(['type' => 'html', 'match' => '/test/'])) : |
|
124 | - (new Validator()), |
|
123 | + (new Validator(['type' => 'html', 'match' => '/test/'])) : (new Validator()), |
|
125 | 124 | null, |
126 | 125 | null |
127 | 126 | ); |