summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-simple-codec.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-simple-codec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-simple-codec.php b/plugins/jetpack/sync/class.jetpack-sync-simple-codec.php
index 622f4bea..7bd9aaac 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-simple-codec.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-simple-codec.php
@@ -7,7 +7,7 @@ require_once dirname( __FILE__ ) . '/class.jetpack-sync-json-deflate-array-codec
* algorithm to compress objects serialized using json_encode
*/
class Jetpack_Sync_Simple_Codec extends Jetpack_Sync_JSON_Deflate_Array_Codec {
- const CODEC_NAME = "simple";
+ const CODEC_NAME = 'simple';
public function name() {
return self::CODEC_NAME;