Passed
Pull Request — master (#98)
by Anatoly
02:17
created
src/Middleware/JsonPayloadDecodingMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      *
62 62
      * @link https://www.php.net/manual/ru/json.constants.php
63 63
      */
64
-    protected const JSON_DECODING_OPTIONS = JSON_BIGINT_AS_STRING|JSON_OBJECT_AS_ARRAY;
64
+    protected const JSON_DECODING_OPTIONS = JSON_BIGINT_AS_STRING | JSON_OBJECT_AS_ARRAY;
65 65
 
66 66
     /**
67 67
      * {@inheritdoc}
Please login to merge, or discard this patch.