From dbac27bd42bdc72272c898c79c7011e2e0ef92c8 Mon Sep 17 00:00:00 2001 From: Nikki Nikkhoui Date: Tue, 15 Oct 2019 14:07:41 -0700 Subject: [PATCH] Fix example Kask configuration in RESTBagOStuff class comment Fix error in RESTBagOStuff class comment, so that the example Kask configuration is properly documented Bug: T235559 Change-Id: If664913a4e61013dba070153b10def5ecd6caeb3 (cherry picked from commit 3cda7b78466e294de0a9434178254a5c70ac8d0a) --- includes/libs/objectcache/RESTBagOStuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/objectcache/RESTBagOStuff.php b/includes/libs/objectcache/RESTBagOStuff.php index aa79b37369..68fe07c23f 100644 --- a/includes/libs/objectcache/RESTBagOStuff.php +++ b/includes/libs/objectcache/RESTBagOStuff.php @@ -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'; -- 2.20.1