Skip to content

Commit cdbbd99

Browse files
J0sh0nat0rStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 814aa53 commit cdbbd99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public function store($key, $value = null, $time = null)
125125
/**
126126
* Store a item (or an array of items) in the cache indefinitely.
127127
*
128-
* @param string|array $key The key to store the item under (can also be a `key => value` array)
129-
* @param mixed $value Value of the item (leave null if $key is a `key => value` array)
128+
* @param string|array $key The key to store the item under (can also be a `key => value` array)
129+
* @param mixed $value Value of the item (leave null if $key is a `key => value` array)
130130
*
131131
* @throws InvalidKeyException
132132
* @throws \InvalidArgumentException

0 commit comments

Comments
 (0)