Fix example Kask configuration in RESTBagOStuff class comment
[lhc/web/wiklou.git] / includes / libs / objectcache / RESTBagOStuff.php
index aa79b37..68fe07c 100644 (file)
@@ -38,8 +38,8 @@ use Psr\Log\LoggerInterface;
  *             'writeHeaders' => [ 'content-type' => 'application/octet-stream' ],
  *             'deleteHeaders' => [],
  *             'writeMethod' => 'POST',
- *             'serialization_type' => 'JSON',
  *     ],
+ *     'serialization_type' => 'JSON',
  *     'extendedErrorBodyFields' => [ 'type', 'title', 'detail', 'instance' ]
  * );
  * $wgSessionCacheType = 'sessions';