Skip to content

Commit 814aa53

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 958f914 + 01c98ed commit 814aa53

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/Internal/PCI.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ public function __construct(Cache $cache)
3030
/**
3131
* @param $name
3232
*
33-
* @return bool
3433
* @throws \J0sh0nat0r\SimpleCache\Exceptions\InvalidKeyException
34+
*
35+
* @return bool
3536
*/
3637
public function __isset($name)
3738
{
@@ -41,8 +42,9 @@ public function __isset($name)
4142
/**
4243
* @param $name
4344
*
44-
* @return mixed
4545
* @throws \J0sh0nat0r\SimpleCache\Exceptions\InvalidKeyException
46+
*
47+
* @return mixed
4648
*/
4749
public function __get($name)
4850
{
@@ -52,6 +54,7 @@ public function __get($name)
5254
/**
5355
* @param $name
5456
* @param $value
57+
*
5558
* @throws \J0sh0nat0r\SimpleCache\Exceptions\InvalidKeyException
5659
*/
5760
public function __set($name, $value)
@@ -61,6 +64,7 @@ public function __set($name, $value)
6164

6265
/**
6366
* @param $name
67+
*
6468
* @throws \J0sh0nat0r\SimpleCache\Exceptions\InvalidKeyException
6569
*/
6670
public function __unset($name)

0 commit comments

Comments
 (0)