Completed
Push — master ( a88030...fd03b7 )
by Tomas
10s
created
src/Params/InputParam.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     const TYPE_FILE      = 'FILE';
13 13
     const TYPE_COOKIE    = 'COOKIE';
14 14
     const TYPE_POST_RAW  = 'POST_RAW';
15
-    const TYPE_POST_JSON_KEY  = 'POST_JSON_KEY';
15
+    const TYPE_POST_JSON_KEY = 'POST_JSON_KEY';
16 16
 
17 17
     const OPTIONAL = false;
18 18
     const REQUIRED = true;
Please login to merge, or discard this patch.