@@ -9,7 +9,7 @@ |
||
| 9 | 9 | |
| 10 | 10 | class JsonInputParam extends InputParam |
| 11 | 11 | { |
| 12 | - const TYPE_POST_JSON = 'POST_JSON'; |
|
| 12 | + const TYPE_POST_JSON = 'POST_JSON'; |
|
| 13 | 13 | |
| 14 | 14 | private $schemaValidator; |
| 15 | 15 | |