Skip to content

Commit

Permalink
Missed the closing parenthesis when replacing array() with []
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Oct 29, 2013
1 parent d22a144 commit b8123bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/Cache/Engine/MemcachedEngine.php
Expand Up @@ -66,7 +66,7 @@ class MemcachedEngine extends CacheEngine {
'igbinary' => Memcached::SERIALIZER_IGBINARY,
'json' => Memcached::SERIALIZER_JSON,
'php' => Memcached::SERIALIZER_PHP
)];
];

/**
* Initialize the Cache Engine
Expand Down

0 comments on commit b8123bd

Please sign in to comment.