Skip to content
Snippets Groups Projects

Hyphenate 4 words that start with 'un'

Open quietone requested to merge issue/drupal-3403211:3403211-hyphenate-words-that into 11.x
26 files
+ 39
43
Compare changes
  • Side-by-side
  • Inline
Files
26
@@ -179,7 +179,7 @@ public function set($cid, $data, $expire = CacheBackendInterface::CACHE_PERMANEN
$cache->expire = $expire;
$cache->tags = implode(' ', $tags);
$cache->checksum = $this->checksumProvider->getCurrentChecksum($tags);
// APCu serializes/unserializes any structure itself.
// APCu serializes/un-serializes any structure itself.
$cache->serialized = 0;
$cache->data = $data;
Loading