Skip to content

Commit 1c7a47b

Browse files
authored
Merge pull request ukko#45 from CodeLingoBot/rewrite-ukko-phpredis-phpdoc-psr2-lower-case-constant-values
Change PHP keywords to comply with PSR2
2 parents af3a516 + baadc5c commit 1c7a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3555,7 +3555,7 @@ class RedisArray {
35553555
* @param array $opts Array of options
35563556
* @link https://github.com/nicolasff/phpredis/blob/master/arrays.markdown
35573557
*/
3558-
function __construct($hosts, array $opts = NULL) {}
3558+
function __construct($hosts, array $opts = null) {}
35593559

35603560
/**
35613561
* @return array list of hosts for the selected array

0 commit comments

Comments
 (0)