Skip to content

Commit 459f65a

Browse files
authored
Fixed PHP lint errors. (#46)
Signed-off-by: asafpamzn <[email protected]>
1 parent ca014f4 commit 459f65a

6 files changed

+162
-165
lines changed

tests/ValkeyGlideBaseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ public function reset()
216216

217217
/* Helper function to determine if the class has pipeline support */
218218
protected function havePipeline()
219-
{
219+
{
220220
return defined(get_class($this->valkey_glide) . '::PIPELINE');
221221
}
222222

223223
protected function haveMulti()
224-
{
224+
{
225225
return defined(get_class($this->valkey_glide) . '::MULTI');
226226
}
227227
}

0 commit comments

Comments
 (0)