Skip to content

Commit baadc5c

Browse files
committed
Change PHP keywords to comply with PSR2
Signed-off-by: CodeLingoBot <bot@codelingo.io>
1 parent af3a516 commit baadc5c

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)