File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments