Completed
Pull Request — master (#55)
by Michal
05:45
created
src/Params/JsonInputParam.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.