Skip to content

Commit e581fca

Browse files
astepinDavertMik
authored andcommitted
fixed typos (#4319)
* replaced traditional syntax array literals with short array syntax * typos
1 parent 8b9454e commit e581fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public function haveInRedis($type, $key, $value)
327327
}
328328

329329
/**
330-
* Asserts that a key does not exist or, optionaly, that it doesn't have the
330+
* Asserts that a key does not exist or, optionally, that it doesn't have the
331331
* provided $value
332332
*
333333
* Examples:

0 commit comments

Comments
 (0)