Skip to content

Commit

Permalink
Merge pull request #159 from CodeLingoBot/rewrite-colinmollenhour-cm-…
Browse files Browse the repository at this point in the history
…redissession-psr2-lower-case-constant-values

Change PHP keywords to comply with PSR2
  • Loading branch information
colinmollenhour committed Jun 4, 2019
2 parents 92991cc + 14694cc commit 5b8074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrateSessions_mysql_redis.php
Expand Up @@ -11,7 +11,7 @@
/**
* Set up the redis client
*/
$_redis = new Credis_Client('localhost', 6379, 90, True);
$_redis = new Credis_Client('localhost', 6379, 90, true);
$_redis->select(0) || Zend_Cache::throwException('The redis database could not be selected.');
/**
* Set up the Session Model to help with compression and other misc items.
Expand Down

0 comments on commit 5b8074a

Please sign in to comment.