Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/133'
Browse files Browse the repository at this point in the history
Close #133
  • Loading branch information
weierophinney committed Apr 17, 2018
2 parents 41ff4d4 + e68a797 commit 5024996
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ matrix:
- APCU_PECL_VERSION="apcu-5.1.2"
- APCU_BC_PECL_VERSION="apcu_bc-1.0.0"

# TODO: re-enable these extentions as soon as they are available and stable on php 7
# TODO: re-enable these extensions as soon as they are available and stable on php 7
- TESTS_ZEND_CACHE_MEMCACHE_ENABLED=false
- TESTS_ZEND_CACHE_MEMCACHED_ENABLED=false
- TESTS_ZEND_CACHE_MONGODB_ENABLED=false
Expand All @@ -92,7 +92,7 @@ matrix:
- APCU_PECL_VERSION="apcu-5.1.3"
- APCU_BC_PECL_VERSION="apcu_bc-1.0.2"

# TODO: re-enable these extentions as soon as they are available and stable on php 7
# TODO: re-enable these extensions as soon as they are available and stable on php 7
- TESTS_ZEND_CACHE_MEMCACHE_ENABLED=false
- TESTS_ZEND_CACHE_MEMCACHED_ENABLED=false
- TESTS_ZEND_CACHE_MONGODB_ENABLED=false
Expand All @@ -103,7 +103,7 @@ matrix:
- APCU_PECL_VERSION="apcu" # PECL will download the latest stable version available
- APCU_BC_PECL_VERSION="apcu_bc-beta" # TODO: change this as soon there is a stable version available

# TODO: re-enable these extentions as soon as they are available and stable on php 7
# TODO: re-enable these extensions as soon as they are available and stable on php 7
- TESTS_ZEND_CACHE_MEMCACHE_ENABLED=false
- TESTS_ZEND_CACHE_MEMCACHED_ENABLED=false
- TESTS_ZEND_CACHE_MONGODB_ENABLED=false
Expand Down
2 changes: 1 addition & 1 deletion doc/book/storage/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Capabilities
public function setExpiredRead(stdClass $marker, $flag);

/**
* Get maximum key lenth
* Get maximum key length
*
* @return int -1 means unknown, 0 means infinite
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Adapter/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function getOptions()
* Internal method to get an item.
*
* @param string &$normalizedKey Key where to store data
* @param bool &$success If the operation was successfull
* @param bool &$success If the operation was successful
* @param mixed &$casToken Token
* @return mixed Data on success, false on key not found
* @throws Exception\RuntimeException
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public function setExpiredRead(stdClass $marker, $flag)
}

/**
* Get maximum key lenth
* Get maximum key length
*
* @return int -1 means unknown, 0 means infinite
*/
Expand Down

0 comments on commit 5024996

Please sign in to comment.