Skip to content

Commit beb7d20

Browse files
authored
Apply fixes from StyleCI (#242)
Co-authored-by: Tobias Nyholm <[email protected]>
1 parent b045f70 commit beb7d20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AbstractCachePool.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ protected function validateKey($key)
278278
{
279279
if (!is_string($key)) {
280280
$e = new InvalidArgumentException(sprintf(
281-
'Cache key must be string, "%s" given', gettype($key)
281+
'Cache key must be string, "%s" given',
282+
gettype($key)
282283
));
283284
$this->handleException($e, __FUNCTION__);
284285
}

0 commit comments

Comments
 (0)