@@ -70,7 +70,7 @@ |
||
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | protected function configureOptions(OptionsResolver $resolver): void { |
| 73 | - $allStats = ["id", "type", "value", "valueAbsolute", "duration", "stat",]; |
|
| 73 | + $allStats = ["id", "type", "value", "valueAbsolute", "duration", "stat", ]; |
|
| 74 | 74 | $resolver->setRequired($allStats); |
| 75 | 75 | $resolver->setAllowedTypes("id", "string"); |
| 76 | 76 | $resolver->setAllowedTypes("type", "string"); |